Newman Run Dashboard

Sunday, 18 January 2026 06:15:21
Total Iterations

3

Total Assertions

198

Total Failed Tests

30

Total Skipped Tests

0


File Information
Collection: Inwarranty-flow collection Copy
Environment: QA
Timings and Data
Total run duration: 44.9s
Total data received: 4.76MB
Average response time: 265ms
Summary Item Total Failed
Requests 162 3
Prerequest Scripts 189 0
Test Scripts 237 3
Assertions 198 24
Skipped Tests 0 -



Showing 30 Failures

Failed Test: Verify the resposne time is below 400ms

Assertion Error Message
expected 510 to be below 400
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 403

Assertion Error Message
expected response to have status code 403 but got 401
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 403

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty


There are no skipped tests



3 Iterations available to view
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 510ms
Mean size per request: 690B

Test Pass Percentage
80 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 49fb45d8-cac4-476f-870f-058fb6366324
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-zzjWOufmq2zQfc9yCKmsSkIbs/k"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4NzZ9.jX1l-jfIkXZs97e6LBeVTCVnrQgct31iWL0YSzoy09Y"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 0 1 0
Total 4 1 0
Test Failure
Test NameAssertion Error
Verify the resposne time is below 400ms
expected 510 to be below 400
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 250ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 41cc2d94-ded5-4baf-96ef-0850a9c1f80b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 246ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 97cfffb7-4c01-418f-b012-d8e157c94ed1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4NzZ9.jX1l-jfIkXZs97e6LBeVTCVnrQgct31iWL0YSzoy09Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8af1a0dd-d352-4438-8416-624c9363b9c1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 248ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4NzZ9.jX1l-jfIkXZs97e6LBeVTCVnrQgct31iWL0YSzoy09Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ae124e1c-34fa-4edc-bc69-0f5dcdec014e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 245ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4NzZ9.jX1l-jfIkXZs97e6LBeVTCVnrQgct31iWL0YSzoy09Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9b3263e6-7f87-4a53-87b4-d8da15e0b074
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 263ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4NzZ9.jX1l-jfIkXZs97e6LBeVTCVnrQgct31iWL0YSzoy09Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4be6e079-a7d8-4ac5-9d2a-b40880c337a5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-sEjso6bwaiqtBFW8fRqmajg4MJI"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":281},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 244ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4NzZ9.jX1l-jfIkXZs97e6LBeVTCVnrQgct31iWL0YSzoy09Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f2e40dde-498e-4603-a772-641f90cfe23c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4NzZ9.jX1l-jfIkXZs97e6LBeVTCVnrQgct31iWL0YSzoy09Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9b86d031-9a52-4d9b-87a0-4f04a59eff27
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-sEjso6bwaiqtBFW8fRqmajg4MJI"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":281},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 261ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4NzZ9.jX1l-jfIkXZs97e6LBeVTCVnrQgct31iWL0YSzoy09Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a7b3417f-6b18-4041-9bd6-5f203b683aa6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 18 Jan 2026 06:14:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 245ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4NzZ9.jX1l-jfIkXZs97e6LBeVTCVnrQgct31iWL0YSzoy09Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token aaeb24e5-94af-44f3-8b45-886a220658e7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 261ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4NzZ9.jX1l-jfIkXZs97e6LBeVTCVnrQgct31iWL0YSzoy09Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 99ab4912-a23d-4d5c-82bc-c6a87c5cdd68
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 18 Jan 2026 06:14:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 311ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4NzZ9.jX1l-jfIkXZs97e6LBeVTCVnrQgct31iWL0YSzoy09Y
randomnumber 849
randomFirstName Letha
randomLastName Rippin
randomEmail Eliseo.Keeling13@gmail.com
randomPhone 624-344-1519
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 08aaa47b-0b75-4467-90a8-5950c8a6103c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1048
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Pierce",
                "last_name": "Nader",
                "mobile_number": "520-344-7076",
                "mobile_number_alt": "",
                "email_id": "Edgardo58@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"45218881219014",
                "imei1": "45218881219014",
                "imei2": "45218881219014",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-9v6Tmrk/d+bOzmaYWpu18GqDkp0"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":159197,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":159214,"tr_customer_product_id":159204,"job_number":"JOB_159197"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 245ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4NzZ9.jX1l-jfIkXZs97e6LBeVTCVnrQgct31iWL0YSzoy09Y
randomnumber 630
randomFirstName Donald
randomLastName Thompson
randomEmail Ebony_Adams5@hotmail.com
randomPhone 755-502-6711
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9830ec8a-3e02-41e6-8ce2-bc1bf85479c5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1048
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Tito",
                "last_name": "Kirlin",
                "mobile_number": "672-956-7290",
                "mobile_number_alt": "",
                "email_id": "Frieda_Wilderman@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"412842495277",
                "imei1": "412842495277",
                "imei2": "412842495277",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 245ms
Mean size per request: 17B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization
randomnumber 717
randomFirstName Jeffery
randomLastName Brekke
randomEmail Graham.Jaskolski@hotmail.com
randomPhone 374-958-0053
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 26a1ae35-20dc-482b-9a00-06b633b20f3b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1057
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Nadia",
                "last_name": "Berge",
                "mobile_number": "949-452-8224",
                "mobile_number_alt": "",
                "email_id": "Pietro_McKenzie61@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"61643622871245",
                "imei1": "61643622871245",
                "imei2": "61643622871245",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 403
expected response to have status code 403 but got 401
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 245ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4NzZ9.jX1l-jfIkXZs97e6LBeVTCVnrQgct31iWL0YSzoy09Y
randomnumber 807
randomFirstName Dashawn
randomLastName Dach
randomEmail Augustine43@yahoo.com
randomPhone 947-626-3141
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 434cef88-0283-4b1d-b572-9288160c269e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 246ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4NzZ9.jX1l-jfIkXZs97e6LBeVTCVnrQgct31iWL0YSzoy09Y
randomnumber 386
randomFirstName Carlie
randomLastName Prohaska
randomEmail Francisca74@hotmail.com
randomPhone 670-467-7103
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 530e781d-21ea-4164-b41d-d5252f53cd20
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1039
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Opal",
                "last_name": "Waters",
                "mobile_number": "651-201-9914",
                "mobile_number_alt": "",
                "email_id": "Mckenna.Schumm45@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000014",
                "imei1": "100000014",
                "imei2": "100000014",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 245ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4NzZ9.jX1l-jfIkXZs97e6LBeVTCVnrQgct31iWL0YSzoy09Y
randomnumber 112
randomFirstName Sallie
randomLastName Schmitt
randomEmail Mckayla83@hotmail.com
randomPhone 618-372-7115
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a5d17c32-2456-4a06-a666-0ea498805ca9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 265ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4NzZ9.jX1l-jfIkXZs97e6LBeVTCVnrQgct31iWL0YSzoy09Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b5bb9c06-d251-43dc-ad64-88804349cebb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-7zkHPv4u/vOvKWpeRxoH5DuYArE"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":282},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 574ms
Mean size per request: 273.52KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4NzZ9.jX1l-jfIkXZs97e6LBeVTCVnrQgct31iWL0YSzoy09Y
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 37704b6d-1d0e-46e9-96f6-e3fc81d2556b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"44613-qnsFGDYawrZ0P3GPg6RCfJvW00E"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 18 Jan 2026 06:14:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":158916,"job_number":"JOB_158916","tr_customer_id":158933,"tr_customer_product_id":158923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:00:48.000Z","modified_at":"2026-01-18T02:00:48.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-01-08","serial_number":"29999999999999","imei1":"29999999999999","imei2":"29999999999999","popurl":"2026-01-08T02:00:40.251667Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158917,"job_number":"JOB_158917","tr_customer_id":158934,"tr_customer_product_id":158924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:33:55.000Z","modified_at":"2026-01-18T02:33:55.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-01-08","serial_number":"19999999999999","imei1":"19999999999999","imei2":"19999999999999","popurl":"2026-01-08T02:33:42.441168200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:33:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158918,"job_number":"JOB_158918","tr_customer_id":158935,"tr_customer_product_id":158925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:41:53.000Z","modified_at":"2026-01-18T02:41:53.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19129912921717","imei2":"19129912921717","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158923,"job_number":"JOB_158923","tr_customer_id":158940,"tr_customer_product_id":158930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:05:39.000Z","modified_at":"2026-01-18T03:05:39.000Z","name":"Ramesh Kaginakar","mobile_number":"1234567890","email_id":"abc@gmail.com","dop":"2025-12-10","serial_number":"12345678901234","imei1":"12345678904321","imei2":"12345678904321","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:05:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158924,"job_number":"JOB_158924","tr_customer_id":158941,"tr_customer_product_id":158931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:10:02.000Z","modified_at":"2026-01-18T04:16:43.000Z","name":"Ramesh Kaginakar","mobile_number":"1234567890","email_id":"abc@gmail.com","dop":"2025-12-10","serial_number":"12345678901234","imei1":"12345678900168","imei2":"12345678900168","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:16:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158926,"job_number":"JOB_158926","tr_customer_id":158943,"tr_customer_product_id":158933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:19:27.000Z","modified_at":"2026-01-18T03:20:01.000Z","name":"Jany Schumm","mobile_number":"819-669-9321","email_id":"Dolores_Cummings@gmail.com","dop":"2025-04-06","serial_number":"16220468222119","imei1":"16220468222119","imei2":"16220468222119","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158927,"job_number":"JOB_158927","tr_customer_id":158944,"tr_customer_product_id":158934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:19:29.000Z","modified_at":"2026-01-18T03:19:29.000Z","name":"Keely McClure","mobile_number":"713-588-6401","email_id":"Robb26@gmail.com","dop":"2025-04-06","serial_number":"11137628988002394","imei1":"11137628988002394","imei2":"11137628988002394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:19:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158928,"job_number":"JOB_158928","tr_customer_id":158945,"tr_customer_product_id":158935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:20:07.000Z","modified_at":"2026-01-18T03:20:40.000Z","name":"Mack Effertz","mobile_number":"203-820-2100","email_id":"Rubie65@gmail.com","dop":"2025-04-06","serial_number":"12788823772398","imei1":"12788823772398","imei2":"12788823772398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158929,"job_number":"JOB_158929","tr_customer_id":158946,"tr_customer_product_id":158936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:20:09.000Z","modified_at":"2026-01-18T03:20:09.000Z","name":"Herman Dibbert","mobile_number":"982-464-6653","email_id":"Rebeca_Stroman57@hotmail.com","dop":"2025-04-06","serial_number":"19297471529311456","imei1":"19297471529311456","imei2":"19297471529311456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:20:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158930,"job_number":"JOB_158930","tr_customer_id":158947,"tr_customer_product_id":158937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:20:47.000Z","modified_at":"2026-01-18T03:21:20.000Z","name":"Bette Gerlach","mobile_number":"896-787-1809","email_id":"Dereck_Walsh24@hotmail.com","dop":"2025-04-06","serial_number":"16172502981161","imei1":"16172502981161","imei2":"16172502981161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:21:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158931,"job_number":"JOB_158931","tr_customer_id":158948,"tr_customer_product_id":158938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:20:48.000Z","modified_at":"2026-01-18T03:20:48.000Z","name":"George Hammes","mobile_number":"907-586-1027","email_id":"Cesar30@hotmail.com","dop":"2025-04-06","serial_number":"11361496884842766","imei1":"11361496884842766","imei2":"11361496884842766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158934,"job_number":"JOB_158934","tr_customer_id":158951,"tr_customer_product_id":158941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:51.000Z","modified_at":"2026-01-18T03:30:02.000Z","name":"Mavis O'Connell","mobile_number":"442-453-2063","email_id":"Nelle.Pfeffer@hotmail.com","dop":"2025-04-06","serial_number":"15410425451321","imei1":"15410425451321","imei2":"15410425451321","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-18T03:30:02.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":158936,"job_number":"JOB_158936","tr_customer_id":158953,"tr_customer_product_id":158943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:52.000Z","modified_at":"2026-01-18T03:29:52.000Z","name":"Joe Hessel","mobile_number":"458-269-8906","email_id":"Adella.Lemke41@gmail.com","dop":"2025-04-06","serial_number":"12635739580037282","imei1":"12635739580037282","imei2":"12635739580037282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:29:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158937,"job_number":"JOB_158937","tr_customer_id":158954,"tr_customer_product_id":158944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:31:51.000Z","modified_at":"2026-01-18T03:32:25.000Z","name":"Kaelyn Ernser","mobile_number":"276-837-8785","email_id":"Kenyatta64@gmail.com","dop":"2025-04-06","serial_number":"13302347146939","imei1":"13302347146939","imei2":"13302347146939","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:32:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158938,"job_number":"JOB_158938","tr_customer_id":158955,"tr_customer_product_id":158945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:31:52.000Z","modified_at":"2026-01-18T03:31:52.000Z","name":"Abdul McGlynn","mobile_number":"656-767-9004","email_id":"Haylie.Gutmann@gmail.com","dop":"2025-04-06","serial_number":"17165963744461898","imei1":"17165963744461898","imei2":"17165963744461898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158939,"job_number":"JOB_158939","tr_customer_id":158956,"tr_customer_product_id":158946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:32:31.000Z","modified_at":"2026-01-18T03:33:05.000Z","name":"Alexandre Konopelski","mobile_number":"676-672-9577","email_id":"Justice_Reinger@yahoo.com","dop":"2025-04-06","serial_number":"16076634674188","imei1":"16076634674188","imei2":"16076634674188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:33:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158940,"job_number":"JOB_158940","tr_customer_id":158957,"tr_customer_product_id":158947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:32:33.000Z","modified_at":"2026-01-18T03:32:33.000Z","name":"Anthony Raynor","mobile_number":"310-969-3183","email_id":"Adolphus63@yahoo.com","dop":"2025-04-06","serial_number":"11063265594084526","imei1":"11063265594084526","imei2":"11063265594084526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:32:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158941,"job_number":"JOB_158941","tr_customer_id":158958,"tr_customer_product_id":158948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:33:12.000Z","modified_at":"2026-01-18T03:33:45.000Z","name":"Hillary Rau","mobile_number":"390-865-7429","email_id":"Aiden.Greenfelder@gmail.com","dop":"2025-04-06","serial_number":"17243360628534","imei1":"17243360628534","imei2":"17243360628534","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:33:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158942,"job_number":"JOB_158942","tr_customer_id":158959,"tr_customer_product_id":158949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:33:13.000Z","modified_at":"2026-01-18T03:33:13.000Z","name":"Trisha Jenkins","mobile_number":"338-952-8303","email_id":"Kenny7@hotmail.com","dop":"2025-04-06","serial_number":"14815744507965088","imei1":"14815744507965088","imei2":"14815744507965088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158943,"job_number":"JOB_158943","tr_customer_id":158960,"tr_customer_product_id":158950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:36.000Z","modified_at":"2026-01-18T03:55:12.000Z","name":"Benton Ryan","mobile_number":"955-935-3229","email_id":"Jake6@gmail.com","dop":"2025-04-06","serial_number":"17064670616331","imei1":"17064670616331","imei2":"17064670616331","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158944,"job_number":"JOB_158944","tr_customer_id":158961,"tr_customer_product_id":158951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:37.000Z","modified_at":"2026-01-18T03:54:46.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"14592451049480","imei1":"14592451049480","imei2":"14592451049480","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:54:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158945,"job_number":"JOB_158945","tr_customer_id":158962,"tr_customer_product_id":158952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:38.000Z","modified_at":"2026-01-18T03:54:38.000Z","name":"Leo Roberts","mobile_number":"427-909-4416","email_id":"Hollie_Lesch59@hotmail.com","dop":"2025-04-06","serial_number":"14843669307024184","imei1":"14843669307024184","imei2":"14843669307024184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158946,"job_number":"JOB_158946","tr_customer_id":158963,"tr_customer_product_id":158953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:43.000Z","modified_at":"2026-01-18T03:54:43.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19467896628386","imei1":"19467896628386","imei2":"19467896628386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158947,"job_number":"JOB_158947","tr_customer_id":158964,"tr_customer_product_id":158954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:43.000Z","modified_at":"2026-01-18T03:55:19.000Z","name":"Toni Hessel","mobile_number":"822-867-3534","email_id":"Baron_Hansen70@gmail.com","dop":"2025-04-06","serial_number":"12146443770103","imei1":"12146443770103","imei2":"12146443770103","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158948,"job_number":"JOB_158948","tr_customer_id":158965,"tr_customer_product_id":158955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:45.000Z","modified_at":"2026-01-18T03:54:45.000Z","name":"Raphaelle Jakubowski","mobile_number":"369-281-4565","email_id":"Norval_OConnell@yahoo.com","dop":"2025-04-06","serial_number":"19521574363139290","imei1":"19521574363139290","imei2":"19521574363139290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158949,"job_number":"JOB_158949","tr_customer_id":158966,"tr_customer_product_id":158956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:48.000Z","modified_at":"2026-01-18T03:54:48.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10214544928347","imei1":"10214544928347","imei2":"10214544928347","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158950,"job_number":"JOB_158950","tr_customer_id":158967,"tr_customer_product_id":158957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:48.000Z","modified_at":"2026-01-18T03:55:24.000Z","name":"Greyson Hudson","mobile_number":"447-911-9854","email_id":"Charlie20@yahoo.com","dop":"2025-06-18","serial_number":"10814948618389","imei1":"10814948618389","imei2":"10814948618389","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158951,"job_number":"JOB_158951","tr_customer_id":158968,"tr_customer_product_id":158958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:48.000Z","modified_at":"2026-01-18T03:55:24.000Z","name":"Leann Kohler","mobile_number":"616-903-0282","email_id":"Zaria24@hotmail.com","dop":"2025-04-06","serial_number":"12643092197072","imei1":"12643092197072","imei2":"12643092197072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158952,"job_number":"JOB_158952","tr_customer_id":158969,"tr_customer_product_id":158959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:49.000Z","modified_at":"2026-01-18T03:54:49.000Z","name":"Jamar Sawayn","mobile_number":"336-812-0351","email_id":"Letha30@yahoo.com","dop":"2025-06-18","serial_number":"1065809770831836","imei1":"1065809770831836","imei2":"1065809770831836","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158953,"job_number":"JOB_158953","tr_customer_id":158970,"tr_customer_product_id":158960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:49.000Z","modified_at":"2026-01-18T03:54:58.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"89701185008134","imei1":"89701185008134","imei2":"89701185008134","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158954,"job_number":"JOB_158954","tr_customer_id":158971,"tr_customer_product_id":158961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:50.000Z","modified_at":"2026-01-18T03:54:50.000Z","name":"Lelia Heathcote","mobile_number":"684-439-7088","email_id":"Rodger_Mann2@yahoo.com","dop":"2025-04-06","serial_number":"12902963426862238","imei1":"12902963426862238","imei2":"12902963426862238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158956,"job_number":"JOB_158956","tr_customer_id":158973,"tr_customer_product_id":158963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:55.000Z","modified_at":"2026-01-18T03:54:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12941198745591","imei1":"12941198745591","imei2":"12941198745591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158957,"job_number":"JOB_158957","tr_customer_id":158974,"tr_customer_product_id":158964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:55.000Z","modified_at":"2026-01-18T03:55:31.000Z","name":"Philip Spinka","mobile_number":"994-378-0101","email_id":"Taurean_Funk@gmail.com","dop":"2025-04-06","serial_number":"19239000819803","imei1":"19239000819803","imei2":"19239000819803","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158958,"job_number":"JOB_158958","tr_customer_id":158975,"tr_customer_product_id":158965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:56.000Z","modified_at":"2026-01-18T03:54:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15813258484257","imei1":"15813258484257","imei2":"15813258484257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158959,"job_number":"JOB_158959","tr_customer_id":158976,"tr_customer_product_id":158966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:56.000Z","modified_at":"2026-01-18T03:54:56.000Z","name":"Tre Herman","mobile_number":"750-543-4835","email_id":"Jaylin.Altenwerth@gmail.com","dop":"2025-04-06","serial_number":"15870756819729366","imei1":"15870756819729366","imei2":"15870756819729366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158960,"job_number":"JOB_158960","tr_customer_id":158977,"tr_customer_product_id":158967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:56.000Z","modified_at":"2026-01-18T03:55:32.000Z","name":"Tate Greenholt","mobile_number":"729-959-9597","email_id":"Betsy44@yahoo.com","dop":"2025-04-06","serial_number":"13483793813665","imei1":"13483793813665","imei2":"13483793813665","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158961,"job_number":"JOB_158961","tr_customer_id":158978,"tr_customer_product_id":158968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:57.000Z","modified_at":"2026-01-18T03:55:31.000Z","name":"Duncan Collier","mobile_number":"269-443-8960","email_id":"Mina_Russel@yahoo.com","dop":"2025-04-06","serial_number":"11758303035972","imei1":"11758303035972","imei2":"11758303035972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158962,"job_number":"JOB_158962","tr_customer_id":158979,"tr_customer_product_id":158969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:58.000Z","modified_at":"2026-01-18T03:54:58.000Z","name":"Julianne Rice","mobile_number":"365-250-5337","email_id":"Fiona29@gmail.com","dop":"2025-04-06","serial_number":"10262880116894436","imei1":"10262880116894436","imei2":"10262880116894436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158963,"job_number":"JOB_158963","tr_customer_id":158980,"tr_customer_product_id":158970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:58.000Z","modified_at":"2026-01-18T03:54:58.000Z","name":"Madison Littel","mobile_number":"856-908-8463","email_id":"Roxane_Johns@gmail.com","dop":"2025-04-06","serial_number":"16505961427935728","imei1":"16505961427935728","imei2":"16505961427935728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158964,"job_number":"JOB_158964","tr_customer_id":158981,"tr_customer_product_id":158971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:04.000Z","modified_at":"2026-01-18T03:55:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12982843008180","imei1":"12982843008180","imei2":"12982843008180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158965,"job_number":"JOB_158965","tr_customer_id":158982,"tr_customer_product_id":158972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:04.000Z","modified_at":"2026-01-18T03:55:40.000Z","name":"Vaughn Haley","mobile_number":"751-435-2341","email_id":"Ian_Heaney@hotmail.com","dop":"2025-04-06","serial_number":"16373163828544","imei1":"16373163828544","imei2":"16373163828544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158966,"job_number":"JOB_158966","tr_customer_id":158983,"tr_customer_product_id":158973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:06.000Z","modified_at":"2026-01-18T03:55:06.000Z","name":"Karley Waters","mobile_number":"824-557-6543","email_id":"Ansley.McCullough81@hotmail.com","dop":"2025-04-06","serial_number":"17452596135726440","imei1":"17452596135726440","imei2":"17452596135726440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158967,"job_number":"JOB_158967","tr_customer_id":158984,"tr_customer_product_id":158974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:08.000Z","modified_at":"2026-01-18T03:55:45.000Z","name":"Christa Kemmer","mobile_number":"297-386-4109","email_id":"Leann.Ernser@gmail.com","dop":"2025-04-06","serial_number":"18005361775125","imei1":"18005361775125","imei2":"18005361775125","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158968,"job_number":"JOB_158968","tr_customer_id":158985,"tr_customer_product_id":158975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:09.000Z","modified_at":"2026-01-18T03:55:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15647707394584","imei1":"15647707394584","imei2":"15647707394584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158969,"job_number":"JOB_158969","tr_customer_id":158986,"tr_customer_product_id":158976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:09.000Z","modified_at":"2026-01-18T03:55:09.000Z","name":"Lora Windler","mobile_number":"553-513-0940","email_id":"Newton80@yahoo.com","dop":"2025-04-06","serial_number":"19480817933707828","imei1":"19480817933707828","imei2":"19480817933707828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158970,"job_number":"JOB_158970","tr_customer_id":158987,"tr_customer_product_id":158977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:09.000Z","modified_at":"2026-01-18T03:55:44.000Z","name":"Genesis Flatley","mobile_number":"804-393-9060","email_id":"Nathanial_Jacobson@yahoo.com","dop":"2025-04-06","serial_number":"11167568827578","imei1":"11167568827578","imei2":"11167568827578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158971,"job_number":"JOB_158971","tr_customer_id":158988,"tr_customer_product_id":158978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:11.000Z","modified_at":"2026-01-18T03:55:11.000Z","name":"Chasity Boyle","mobile_number":"756-574-8585","email_id":"Devonte.Nicolas81@yahoo.com","dop":"2025-04-06","serial_number":"16484302338758824","imei1":"16484302338758824","imei2":"16484302338758824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158973,"job_number":"JOB_158973","tr_customer_id":158990,"tr_customer_product_id":158980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:18.000Z","modified_at":"2026-01-18T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19562063164321","imei1":"19562063164321","imei2":"19562063164321","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158974,"job_number":"JOB_158974","tr_customer_id":158991,"tr_customer_product_id":158981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:18.000Z","modified_at":"2026-01-18T03:55:53.000Z","name":"Maybell Hills","mobile_number":"989-446-8889","email_id":"Pascale92@yahoo.com","dop":"2025-04-06","serial_number":"18848068655341","imei1":"18848068655341","imei2":"18848068655341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158975,"job_number":"JOB_158975","tr_customer_id":158992,"tr_customer_product_id":158982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:19.000Z","modified_at":"2026-01-18T03:55:19.000Z","name":"Brenden Bode","mobile_number":"452-649-9554","email_id":"Vito.Nader@gmail.com","dop":"2025-04-06","serial_number":"15023106193194922","imei1":"15023106193194922","imei2":"15023106193194922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158976,"job_number":"JOB_158976","tr_customer_id":158993,"tr_customer_product_id":158983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:26.000Z","modified_at":"2026-01-18T03:55:26.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15933689174517","imei1":"15933689174517","imei2":"15933689174517","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158977,"job_number":"JOB_158977","tr_customer_id":158994,"tr_customer_product_id":158984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:26.000Z","modified_at":"2026-01-18T03:55:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10202317918806","imei1":"10202317918806","imei2":"10202317918806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158978,"job_number":"JOB_158978","tr_customer_id":158995,"tr_customer_product_id":158985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:26.000Z","modified_at":"2026-01-18T03:55:26.000Z","name":"Gretchen Predovic","mobile_number":"802-810-1082","email_id":"Isabella3@gmail.com","dop":"2025-09-16","serial_number":"11492863918657","imei1":"11492863918657","imei2":"11492863918657","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158979,"job_number":"JOB_158979","tr_customer_id":158996,"tr_customer_product_id":158986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:26.000Z","modified_at":"2026-01-18T03:56:01.000Z","name":"Dimitri Goyette","mobile_number":"319-502-8315","email_id":"Kitty_Lockman@hotmail.com","dop":"2025-04-06","serial_number":"19031017337786","imei1":"19031017337786","imei2":"19031017337786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158980,"job_number":"JOB_158980","tr_customer_id":158997,"tr_customer_product_id":158987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:27.000Z","modified_at":"2026-01-18T03:55:27.000Z","name":"Crystel Torphy","mobile_number":"691-560-0227","email_id":"Eleazar84@yahoo.com","dop":"2025-04-06","serial_number":"11303065096421912","imei1":"11303065096421912","imei2":"11303065096421912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158982,"job_number":"JOB_158982","tr_customer_id":158999,"tr_customer_product_id":158989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:31.000Z","modified_at":"2026-01-18T03:55:31.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10819982152359","imei1":"10819982152359","imei2":"10819982152359","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158983,"job_number":"JOB_158983","tr_customer_id":159000,"tr_customer_product_id":158990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:31.000Z","modified_at":"2026-01-18T03:55:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18896905771448","imei1":"18896905771448","imei2":"18896905771448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158984,"job_number":"JOB_158984","tr_customer_id":159001,"tr_customer_product_id":158991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:31.000Z","modified_at":"2026-01-18T03:56:07.000Z","name":"Dustin Hayes","mobile_number":"752-267-0808","email_id":"Clark_Keebler29@hotmail.com","dop":"2025-06-18","serial_number":"10971319133964","imei1":"10971319133964","imei2":"10971319133964","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158985,"job_number":"JOB_158985","tr_customer_id":159002,"tr_customer_product_id":158992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:31.000Z","modified_at":"2026-01-18T03:56:07.000Z","name":"Antwon Reichert","mobile_number":"997-216-1387","email_id":"Aric70@gmail.com","dop":"2025-04-06","serial_number":"17099555143393","imei1":"17099555143393","imei2":"17099555143393","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158986,"job_number":"JOB_158986","tr_customer_id":159003,"tr_customer_product_id":158993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:32.000Z","modified_at":"2026-01-18T03:55:32.000Z","name":"Jalon West","mobile_number":"723-382-9398","email_id":"Jadon35@gmail.com","dop":"2025-06-18","serial_number":"1028285053662513","imei1":"1028285053662513","imei2":"1028285053662513","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158987,"job_number":"JOB_158987","tr_customer_id":159004,"tr_customer_product_id":158994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:33.000Z","modified_at":"2026-01-18T03:55:33.000Z","name":"Izaiah Connelly","mobile_number":"768-354-9653","email_id":"Patsy_Kuphal@gmail.com","dop":"2025-04-06","serial_number":"11630098966251164","imei1":"11630098966251164","imei2":"11630098966251164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158988,"job_number":"JOB_158988","tr_customer_id":159005,"tr_customer_product_id":158995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:37.000Z","modified_at":"2026-01-18T03:55:37.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10681521250943","imei1":"10681521250943","imei2":"10681521250943","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158989,"job_number":"JOB_158989","tr_customer_id":159006,"tr_customer_product_id":158996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:37.000Z","modified_at":"2026-01-18T03:55:37.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16893023065587","imei1":"16893023065587","imei2":"16893023065587","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158990,"job_number":"JOB_158990","tr_customer_id":159007,"tr_customer_product_id":158997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:37.000Z","modified_at":"2026-01-18T03:56:16.000Z","name":"Tyrese Schumm","mobile_number":"231-628-4546","email_id":"Joan_Hessel@yahoo.com","dop":"2000-01-31","serial_number":"10614842317378","imei1":"10614842317378","imei2":"10614842317378","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158991,"job_number":"JOB_158991","tr_customer_id":159008,"tr_customer_product_id":158998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:38.000Z","modified_at":"2026-01-18T03:56:12.000Z","name":"Jeramy Romaguera","mobile_number":"787-267-1367","email_id":"Audreanne8@hotmail.com","dop":"2025-04-06","serial_number":"12785879705304","imei1":"12785879705304","imei2":"12785879705304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158992,"job_number":"JOB_158992","tr_customer_id":159009,"tr_customer_product_id":158999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:38.000Z","modified_at":"2026-01-18T03:55:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12017734977634","imei1":"12017734977634","imei2":"12017734977634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158993,"job_number":"JOB_158993","tr_customer_id":159010,"tr_customer_product_id":159000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:38.000Z","modified_at":"2026-01-18T03:56:14.000Z","name":"Kassandra Berge","mobile_number":"504-319-2564","email_id":"Hunter_Fritsch@yahoo.com","dop":"2025-04-06","serial_number":"17958380500147","imei1":"17958380500147","imei2":"17958380500147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158994,"job_number":"JOB_158994","tr_customer_id":159011,"tr_customer_product_id":159001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"Jennyfer Gorczany","mobile_number":"535-543-7055","email_id":"Prudence.Kunde91@hotmail.com","dop":"2000-01-31","serial_number":"1057844716225154","imei1":"1057844716225154","imei2":"1057844716225154","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158995,"job_number":"JOB_158995","tr_customer_id":159012,"tr_customer_product_id":159002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"Eleazar Bahringer","mobile_number":"366-679-0783","email_id":"Rossie_Marquardt75@hotmail.com","dop":"2025-04-06","serial_number":"18869410839404170","imei1":"18869410839404170","imei2":"18869410839404170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158997,"job_number":"JOB_158997","tr_customer_id":159014,"tr_customer_product_id":159004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14783569223357","imei1":"14783569223357","imei2":"14783569223357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158998,"job_number":"JOB_158998","tr_customer_id":159015,"tr_customer_product_id":159005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14713386190208","imei1":"14713386190208","imei2":"14713386190208","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158999,"job_number":"JOB_158999","tr_customer_id":159016,"tr_customer_product_id":159006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:40.000Z","modified_at":"2026-01-18T03:56:15.000Z","name":"Kaden Gislason","mobile_number":"767-914-8852","email_id":"Thalia88@gmail.com","dop":"2025-04-06","serial_number":"15412717647720","imei1":"15412717647720","imei2":"15412717647720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159000,"job_number":"JOB_159000","tr_customer_id":159017,"tr_customer_product_id":159007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:40.000Z","modified_at":"2026-01-18T03:55:40.000Z","name":"Holly McCullough","mobile_number":"287-399-4716","email_id":"Philip.Predovic@hotmail.com","dop":"2025-04-06","serial_number":"14214903449128246","imei1":"14214903449128246","imei2":"14214903449128246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159001,"job_number":"JOB_159001","tr_customer_id":159018,"tr_customer_product_id":159008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:40.000Z","modified_at":"2026-01-18T03:56:16.000Z","name":"Doris Skiles","mobile_number":"635-255-6745","email_id":"Colt35@yahoo.com","dop":"2025-04-06","serial_number":"11658379196792","imei1":"11658379196792","imei2":"11658379196792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159002,"job_number":"JOB_159002","tr_customer_id":159019,"tr_customer_product_id":159009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:40.000Z","modified_at":"2026-01-18T03:56:16.000Z","name":"Julian Bergstrom","mobile_number":"459-533-2896","email_id":"Linnie.Reinger@hotmail.com","dop":"2025-04-06","serial_number":"14858585471977","imei1":"14858585471977","imei2":"14858585471977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159003,"job_number":"JOB_159003","tr_customer_id":159020,"tr_customer_product_id":159010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:41.000Z","modified_at":"2026-01-18T03:55:41.000Z","name":"Fannie Gerlach","mobile_number":"622-417-3175","email_id":"Assunta.Gibson@gmail.com","dop":"2025-04-06","serial_number":"11678772436690096","imei1":"11678772436690096","imei2":"11678772436690096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159004,"job_number":"JOB_159004","tr_customer_id":159021,"tr_customer_product_id":159011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:41.000Z","modified_at":"2026-01-18T03:55:41.000Z","name":"Darian Bernhard","mobile_number":"315-893-0028","email_id":"Shakira.Gottlieb@yahoo.com","dop":"2025-04-06","serial_number":"11900177431020654","imei1":"11900177431020654","imei2":"11900177431020654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159005,"job_number":"JOB_159005","tr_customer_id":159022,"tr_customer_product_id":159012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:42.000Z","modified_at":"2026-01-18T03:55:42.000Z","name":"Mylene Huel","mobile_number":"893-426-0425","email_id":"Kyla_Dicki2@yahoo.com","dop":"2025-04-06","serial_number":"15161267425462172","imei1":"15161267425462172","imei2":"15161267425462172","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159006,"job_number":"JOB_159006","tr_customer_id":159023,"tr_customer_product_id":159013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:44.000Z","modified_at":"2026-01-18T03:55:44.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"16508946544604","imei1":"16508946544604","imei2":"16508946544604","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159007,"job_number":"JOB_159007","tr_customer_id":159024,"tr_customer_product_id":159014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:45.000Z","modified_at":"2026-01-18T03:55:45.000Z","name":"Aubree Buckridge","mobile_number":"380-656-6822","email_id":"Desiree60@yahoo.com","dop":"2025-09-16","serial_number":"19132359283120","imei1":"19132359283120","imei2":"19132359283120","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159008,"job_number":"JOB_159008","tr_customer_id":159025,"tr_customer_product_id":159015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:47.000Z","modified_at":"2026-01-18T03:55:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16056272428869","imei1":"16056272428869","imei2":"16056272428869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159009,"job_number":"JOB_159009","tr_customer_id":159026,"tr_customer_product_id":159016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:47.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"Madeline Jacobs","mobile_number":"514-968-7081","email_id":"Delores.Orn@yahoo.com","dop":"2025-04-06","serial_number":"19578618797378","imei1":"19578618797378","imei2":"19578618797378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159010,"job_number":"JOB_159010","tr_customer_id":159027,"tr_customer_product_id":159017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:48.000Z","modified_at":"2026-01-18T03:55:48.000Z","name":"Mabelle Homenick","mobile_number":"583-467-8699","email_id":"Makayla66@gmail.com","dop":"2025-04-06","serial_number":"10276156837697780","imei1":"10276156837697780","imei2":"10276156837697780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159012,"job_number":"JOB_159012","tr_customer_id":159029,"tr_customer_product_id":159019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:51.000Z","modified_at":"2026-01-18T03:55:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14819228525478","imei1":"14819228525478","imei2":"14819228525478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159013,"job_number":"JOB_159013","tr_customer_id":159030,"tr_customer_product_id":159020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:51.000Z","modified_at":"2026-01-18T03:56:26.000Z","name":"Ursula Bradtke","mobile_number":"302-310-0015","email_id":"Dale65@gmail.com","dop":"2025-04-06","serial_number":"16113939395735","imei1":"16113939395735","imei2":"16113939395735","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159017,"job_number":"JOB_159017","tr_customer_id":159034,"tr_customer_product_id":159024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:53.000Z","modified_at":"2026-01-18T03:55:53.000Z","name":"Ayla Hartmann","mobile_number":"325-323-1251","email_id":"Judd71@hotmail.com","dop":"2025-04-06","serial_number":"12725804605654084","imei1":"12725804605654084","imei2":"12725804605654084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159019,"job_number":"JOB_159019","tr_customer_id":159036,"tr_customer_product_id":159026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:56.000Z","modified_at":"2026-01-18T03:55:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16204717254730","imei1":"16204717254730","imei2":"16204717254730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159020,"job_number":"JOB_159020","tr_customer_id":159037,"tr_customer_product_id":159027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:56.000Z","modified_at":"2026-01-18T03:56:31.000Z","name":"Alba Rohan","mobile_number":"802-857-2938","email_id":"Moses66@yahoo.com","dop":"2025-04-06","serial_number":"12398716691813","imei1":"12398716691813","imei2":"12398716691813","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159021,"job_number":"JOB_159021","tr_customer_id":159038,"tr_customer_product_id":159028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:57.000Z","modified_at":"2026-01-18T03:55:57.000Z","name":"Gage O'Reilly","mobile_number":"486-722-9533","email_id":"Estelle_Gulgowski@hotmail.com","dop":"2025-04-06","serial_number":"19022593321130664","imei1":"19022593321130664","imei2":"19022593321130664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159022,"job_number":"JOB_159022","tr_customer_id":159039,"tr_customer_product_id":159029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:00.000Z","modified_at":"2026-01-18T03:56:00.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16181220054794","imei1":"16181220054794","imei2":"16181220054794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159023,"job_number":"JOB_159023","tr_customer_id":159040,"tr_customer_product_id":159030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:01.000Z","modified_at":"2026-01-18T03:56:36.000Z","name":"Ben Kuhn","mobile_number":"691-824-3322","email_id":"Daisy_Rutherford9@hotmail.com","dop":"2025-04-06","serial_number":"12037303054493","imei1":"12037303054493","imei2":"12037303054493","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159025,"job_number":"JOB_159025","tr_customer_id":159042,"tr_customer_product_id":159032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:02.000Z","modified_at":"2026-01-18T03:56:02.000Z","name":"Gregorio Powlowski","mobile_number":"773-203-0079","email_id":"Dee_Robel@yahoo.com","dop":"2025-04-06","serial_number":"13917303328041124","imei1":"13917303328041124","imei2":"13917303328041124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159026,"job_number":"JOB_159026","tr_customer_id":159043,"tr_customer_product_id":159033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:02.000Z","modified_at":"2026-01-18T03:56:36.000Z","name":"Savanna Monahan","mobile_number":"462-706-2832","email_id":"Toby.Kuphal84@gmail.com","dop":"2025-06-26","serial_number":"10475853912111","imei1":"10475853912111","imei2":"10475853912111","popurl":"2025-06-27T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159028,"job_number":"JOB_159028","tr_customer_id":159045,"tr_customer_product_id":159035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:03.000Z","modified_at":"2026-01-18T03:56:03.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13079418795528","imei1":"13079418795528","imei2":"13079418795528","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159029,"job_number":"JOB_159029","tr_customer_id":159046,"tr_customer_product_id":159036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:04.000Z","modified_at":"2026-01-18T03:56:04.000Z","name":"Darrion Larkin","mobile_number":"327-462-5230","email_id":"Cedrick80@yahoo.com","dop":"2025-09-16","serial_number":"16714415971446","imei1":"16714415971446","imei2":"16714415971446","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159034,"job_number":"JOB_159034","tr_customer_id":159051,"tr_customer_product_id":159041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:06.000Z","modified_at":"2026-01-18T03:56:06.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17940480609878","imei1":"17940480609878","imei2":"17940480609878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159035,"job_number":"JOB_159035","tr_customer_id":159052,"tr_customer_product_id":159042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:06.000Z","modified_at":"2026-01-18T03:56:42.000Z","name":"Randy Schmeler","mobile_number":"323-416-5949","email_id":"Alisha20@gmail.com","dop":"2025-04-06","serial_number":"17865956958461","imei1":"17865956958461","imei2":"17865956958461","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159036,"job_number":"JOB_159036","tr_customer_id":159053,"tr_customer_product_id":159043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:08.000Z","modified_at":"2026-01-18T03:56:08.000Z","name":"Robin Will","mobile_number":"368-861-3238","email_id":"Lysanne.Trantow@hotmail.com","dop":"2025-04-06","serial_number":"10701379597396918","imei1":"10701379597396918","imei2":"10701379597396918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159037,"job_number":"JOB_159037","tr_customer_id":159054,"tr_customer_product_id":159044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:08.000Z","modified_at":"2026-01-18T03:56:08.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"14292195329234","imei1":"14292195329234","imei2":"14292195329234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159038,"job_number":"JOB_159038","tr_customer_id":159055,"tr_customer_product_id":159045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:08.000Z","modified_at":"2026-01-18T03:56:44.000Z","name":"Kris Bergstrom","mobile_number":"508-383-2600","email_id":"Hazle.Krajcik@gmail.com","dop":"2025-04-06","serial_number":"13797358340007","imei1":"13797358340007","imei2":"13797358340007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159042,"job_number":"JOB_159042","tr_customer_id":159059,"tr_customer_product_id":159049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:10.000Z","modified_at":"2026-01-18T03:56:10.000Z","name":"Dimitri Rodriguez","mobile_number":"821-542-3569","email_id":"Candelario.Prosacco46@gmail.com","dop":"2025-04-06","serial_number":"14221331446654184","imei1":"14221331446654184","imei2":"14221331446654184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159043,"job_number":"JOB_159043","tr_customer_id":159060,"tr_customer_product_id":159050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:11.000Z","modified_at":"2026-01-18T03:56:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16121955432354","imei1":"16121955432354","imei2":"16121955432354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159044,"job_number":"JOB_159044","tr_customer_id":159061,"tr_customer_product_id":159051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:11.000Z","modified_at":"2026-01-18T03:56:48.000Z","name":"Ernesto Moore","mobile_number":"677-862-9926","email_id":"Irma.Stanton44@yahoo.com","dop":"2025-04-06","serial_number":"17502561829918","imei1":"17502561829918","imei2":"17502561829918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159045,"job_number":"JOB_159045","tr_customer_id":159062,"tr_customer_product_id":159052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:13.000Z","modified_at":"2026-01-18T03:56:13.000Z","name":"Elnora Yost","mobile_number":"706-461-3350","email_id":"Willie.Schinner@hotmail.com","dop":"2025-04-06","serial_number":"15498950935864736","imei1":"15498950935864736","imei2":"15498950935864736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159046,"job_number":"JOB_159046","tr_customer_id":159063,"tr_customer_product_id":159053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:14.000Z","modified_at":"2026-01-18T03:56:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11530019276181","imei1":"11530019276181","imei2":"11530019276181","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159047,"job_number":"JOB_159047","tr_customer_id":159064,"tr_customer_product_id":159054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:14.000Z","modified_at":"2026-01-18T03:56:49.000Z","name":"Rahul Collins","mobile_number":"535-323-8143","email_id":"Joyce.Connelly@yahoo.com","dop":"2025-04-06","serial_number":"17396895026096","imei1":"17396895026096","imei2":"17396895026096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159048,"job_number":"JOB_159048","tr_customer_id":159065,"tr_customer_product_id":159055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:16.000Z","modified_at":"2026-01-18T03:56:16.000Z","name":"Hassan Steuber","mobile_number":"941-982-9170","email_id":"Angeline.Gutkowski@hotmail.com","dop":"2025-04-06","serial_number":"19191664390299800","imei1":"19191664390299800","imei2":"19191664390299800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159049,"job_number":"JOB_159049","tr_customer_id":159066,"tr_customer_product_id":159056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:18.000Z","modified_at":"2026-01-18T03:56:18.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10262282963008","imei1":"10262282963008","imei2":"10262282963008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159050,"job_number":"JOB_159050","tr_customer_id":159067,"tr_customer_product_id":159057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:19.000Z","modified_at":"2026-01-18T03:56:52.000Z","name":"Jillian Hammes","mobile_number":"399-301-6953","email_id":"Fausto_Zboncak@hotmail.com","dop":"2025-04-06","serial_number":"15069239875856","imei1":"15069239875856","imei2":"15069239875856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159051,"job_number":"JOB_159051","tr_customer_id":159068,"tr_customer_product_id":159058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:20.000Z","modified_at":"2026-01-18T03:56:20.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16121345308966","imei1":"16121345308966","imei2":"16121345308966","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159052,"job_number":"JOB_159052","tr_customer_id":159069,"tr_customer_product_id":159059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:20.000Z","modified_at":"2026-01-18T03:56:20.000Z","name":"Davonte Abernathy","mobile_number":"925-225-6146","email_id":"Myah_Kris20@gmail.com","dop":"2025-04-06","serial_number":"11671565606080252","imei1":"11671565606080252","imei2":"11671565606080252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159053,"job_number":"JOB_159053","tr_customer_id":159070,"tr_customer_product_id":159060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:20.000Z","modified_at":"2026-01-18T03:56:59.000Z","name":"Mandy Satterfield","mobile_number":"295-776-2741","email_id":"Hortense.Herman83@gmail.com","dop":"2025-04-06","serial_number":"13255645546171","imei1":"13255645546171","imei2":"13255645546171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159054,"job_number":"JOB_159054","tr_customer_id":159071,"tr_customer_product_id":159061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:21.000Z","modified_at":"2026-01-18T03:56:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12042865289002","imei1":"12042865289002","imei2":"12042865289002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159055,"job_number":"JOB_159055","tr_customer_id":159072,"tr_customer_product_id":159062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:21.000Z","modified_at":"2026-01-18T03:56:57.000Z","name":"Hermina Mertz","mobile_number":"650-957-4349","email_id":"Lesly_Botsford@yahoo.com","dop":"2025-04-06","serial_number":"14525818112271","imei1":"14525818112271","imei2":"14525818112271","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159056,"job_number":"JOB_159056","tr_customer_id":159073,"tr_customer_product_id":159063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"Keenan Wilderman","mobile_number":"557-790-7062","email_id":"Ida.Ortiz@yahoo.com","dop":"2025-04-06","serial_number":"16323977604819896","imei1":"16323977604819896","imei2":"16323977604819896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159057,"job_number":"JOB_159057","tr_customer_id":159074,"tr_customer_product_id":159064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17173567493433","imei1":"17173567493433","imei2":"17173567493433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159058,"job_number":"JOB_159058","tr_customer_id":159075,"tr_customer_product_id":159065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:58.000Z","name":"Jadon Romaguera","mobile_number":"830-852-3877","email_id":"Rene95@hotmail.com","dop":"2025-04-06","serial_number":"12062052753301","imei1":"12062052753301","imei2":"12062052753301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159059,"job_number":"JOB_159059","tr_customer_id":159076,"tr_customer_product_id":159066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15507358987601","imei1":"15507358987601","imei2":"15507358987601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159060,"job_number":"JOB_159060","tr_customer_id":159077,"tr_customer_product_id":159067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"Rupert Hagenes","mobile_number":"441-932-3091","email_id":"Kip_Hilll@gmail.com","dop":"2025-04-06","serial_number":"16725310582101640","imei1":"16725310582101640","imei2":"16725310582101640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159061,"job_number":"JOB_159061","tr_customer_id":159078,"tr_customer_product_id":159068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:23.000Z","modified_at":"2026-01-18T03:56:58.000Z","name":"Shannon Willms","mobile_number":"694-886-8947","email_id":"Gregory_Von9@yahoo.com","dop":"2025-04-06","serial_number":"13668261197857","imei1":"13668261197857","imei2":"13668261197857","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159062,"job_number":"JOB_159062","tr_customer_id":159079,"tr_customer_product_id":159069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:23.000Z","modified_at":"2026-01-18T03:56:23.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10554998517770","imei1":"10554998517770","imei2":"10554998517770","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159063,"job_number":"JOB_159063","tr_customer_id":159080,"tr_customer_product_id":159070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:23.000Z","modified_at":"2026-01-18T03:57:01.000Z","name":"Sadye Zemlak","mobile_number":"574-577-9262","email_id":"Emery64@hotmail.com","dop":"2000-01-31","serial_number":"10361035499517","imei1":"10361035499517","imei2":"10361035499517","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159064,"job_number":"JOB_159064","tr_customer_id":159081,"tr_customer_product_id":159071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Lonzo Metz","mobile_number":"813-312-7136","email_id":"Rylee_Ankunding80@hotmail.com","dop":"2025-04-06","serial_number":"13196617994465292","imei1":"13196617994465292","imei2":"13196617994465292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159066,"job_number":"JOB_159066","tr_customer_id":159083,"tr_customer_product_id":159073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Jocelyn Wisozk","mobile_number":"966-291-2540","email_id":"Linnie.Kozey@hotmail.com","dop":"2025-04-06","serial_number":"11607811611260184","imei1":"11607811611260184","imei2":"11607811611260184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159069,"job_number":"JOB_159069","tr_customer_id":159086,"tr_customer_product_id":159076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:25.000Z","modified_at":"2026-01-18T03:56:25.000Z","name":"Abelardo Daugherty","mobile_number":"671-273-5807","email_id":"Samir.Kassulke@hotmail.com","dop":"2000-01-31","serial_number":"1023505550914247","imei1":"1023505550914247","imei2":"1023505550914247","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159070,"job_number":"JOB_159070","tr_customer_id":159087,"tr_customer_product_id":159077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:29.000Z","modified_at":"2026-01-18T03:56:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16426582337052","imei1":"16426582337052","imei2":"16426582337052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159071,"job_number":"JOB_159071","tr_customer_id":159088,"tr_customer_product_id":159078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:30.000Z","modified_at":"2026-01-18T03:57:05.000Z","name":"Nellie McKenzie","mobile_number":"404-256-8684","email_id":"Tommie98@yahoo.com","dop":"2025-04-06","serial_number":"18804189159794","imei1":"18804189159794","imei2":"18804189159794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159072,"job_number":"JOB_159072","tr_customer_id":159089,"tr_customer_product_id":159079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:31.000Z","modified_at":"2026-01-18T03:56:31.000Z","name":"Kenny Hickle","mobile_number":"735-376-7511","email_id":"Catalina33@gmail.com","dop":"2025-04-06","serial_number":"17347309749523584","imei1":"17347309749523584","imei2":"17347309749523584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159073,"job_number":"JOB_159073","tr_customer_id":159090,"tr_customer_product_id":159080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:33.000Z","modified_at":"2026-01-18T03:56:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13408667443250","imei1":"13408667443250","imei2":"13408667443250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159074,"job_number":"JOB_159074","tr_customer_id":159091,"tr_customer_product_id":159081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:33.000Z","modified_at":"2026-01-18T03:57:07.000Z","name":"Agnes Kilback","mobile_number":"239-766-5758","email_id":"Nina77@gmail.com","dop":"2025-04-06","serial_number":"19195918394177","imei1":"19195918394177","imei2":"19195918394177","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159075,"job_number":"JOB_159075","tr_customer_id":159092,"tr_customer_product_id":159082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:34.000Z","modified_at":"2026-01-18T03:56:34.000Z","name":"Rico Prosacco","mobile_number":"242-341-7855","email_id":"Karina_Lakin@yahoo.com","dop":"2025-04-06","serial_number":"17886541680478432","imei1":"17886541680478432","imei2":"17886541680478432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159076,"job_number":"JOB_159076","tr_customer_id":159093,"tr_customer_product_id":159083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:38.000Z","modified_at":"2026-01-18T03:56:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14073296534481","imei1":"14073296534481","imei2":"14073296534481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159077,"job_number":"JOB_159077","tr_customer_id":159094,"tr_customer_product_id":159084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:38.000Z","modified_at":"2026-01-18T03:57:12.000Z","name":"Guiseppe Johnston","mobile_number":"429-834-8255","email_id":"Maverick.Konopelski1@gmail.com","dop":"2025-04-06","serial_number":"18486497465696","imei1":"18486497465696","imei2":"18486497465696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159081,"job_number":"JOB_159081","tr_customer_id":159098,"tr_customer_product_id":159088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:39.000Z","modified_at":"2026-01-18T03:56:39.000Z","name":"Nicklaus Adams","mobile_number":"571-791-8155","email_id":"Davion66@gmail.com","dop":"2025-04-06","serial_number":"16336268124921848","imei1":"16336268124921848","imei2":"16336268124921848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159082,"job_number":"JOB_159082","tr_customer_id":159099,"tr_customer_product_id":159089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:43.000Z","modified_at":"2026-01-18T03:56:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16992050938441","imei1":"16992050938441","imei2":"16992050938441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159083,"job_number":"JOB_159083","tr_customer_id":159100,"tr_customer_product_id":159090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:43.000Z","modified_at":"2026-01-18T03:57:18.000Z","name":"Chadd Steuber","mobile_number":"451-894-2969","email_id":"Lottie_Glover@yahoo.com","dop":"2025-04-06","serial_number":"17629287627526","imei1":"17629287627526","imei2":"17629287627526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159084,"job_number":"JOB_159084","tr_customer_id":159101,"tr_customer_product_id":159091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:45.000Z","modified_at":"2026-01-18T03:56:45.000Z","name":"Alford Baumbach","mobile_number":"568-991-1586","email_id":"Jerod.Weber98@gmail.com","dop":"2025-04-06","serial_number":"17559774313272528","imei1":"17559774313272528","imei2":"17559774313272528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159085,"job_number":"JOB_159085","tr_customer_id":159102,"tr_customer_product_id":159092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:49.000Z","modified_at":"2026-01-18T03:56:49.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"17618015852470","imei1":"17618015852470","imei2":"17618015852470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159086,"job_number":"JOB_159086","tr_customer_id":159103,"tr_customer_product_id":159093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:50.000Z","modified_at":"2026-01-18T03:57:25.000Z","name":"Roslyn Klocko","mobile_number":"532-235-3381","email_id":"Mac_Steuber@yahoo.com","dop":"2025-04-06","serial_number":"12786615718002","imei1":"12786615718002","imei2":"12786615718002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159087,"job_number":"JOB_159087","tr_customer_id":159104,"tr_customer_product_id":159094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:51.000Z","modified_at":"2026-01-18T03:56:51.000Z","name":"Jewell Hane","mobile_number":"668-801-5609","email_id":"Cordell.Moen20@hotmail.com","dop":"2025-04-06","serial_number":"17059653394502704","imei1":"17059653394502704","imei2":"17059653394502704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159088,"job_number":"JOB_159088","tr_customer_id":159105,"tr_customer_product_id":159095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:55.000Z","modified_at":"2026-01-18T03:56:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18562529637721","imei1":"18562529637721","imei2":"18562529637721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159089,"job_number":"JOB_159089","tr_customer_id":159106,"tr_customer_product_id":159096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:55.000Z","modified_at":"2026-01-18T03:57:31.000Z","name":"Noble Hermann","mobile_number":"724-877-8268","email_id":"Mazie18@hotmail.com","dop":"2025-04-06","serial_number":"15240783714408","imei1":"15240783714408","imei2":"15240783714408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159090,"job_number":"JOB_159090","tr_customer_id":159107,"tr_customer_product_id":159097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:56.000Z","modified_at":"2026-01-18T03:56:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18565090525399","imei1":"18565090525399","imei2":"18565090525399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159091,"job_number":"JOB_159091","tr_customer_id":159108,"tr_customer_product_id":159098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:56.000Z","modified_at":"2026-01-18T03:57:31.000Z","name":"Jessyca Ziemann","mobile_number":"260-864-3713","email_id":"Shaniya_Little@yahoo.com","dop":"2025-04-06","serial_number":"13874517797187","imei1":"13874517797187","imei2":"13874517797187","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159092,"job_number":"JOB_159092","tr_customer_id":159109,"tr_customer_product_id":159099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:57.000Z","modified_at":"2026-01-18T03:56:57.000Z","name":"Reynold Wilkinson","mobile_number":"881-440-9157","email_id":"Lourdes86@yahoo.com","dop":"2025-04-06","serial_number":"12156566780378344","imei1":"12156566780378344","imei2":"12156566780378344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159093,"job_number":"JOB_159093","tr_customer_id":159110,"tr_customer_product_id":159100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:58.000Z","modified_at":"2026-01-18T03:56:58.000Z","name":"Kenton Volkman","mobile_number":"842-551-3953","email_id":"Demarco_Luettgen45@hotmail.com","dop":"2025-04-06","serial_number":"18393030416523070","imei1":"18393030416523070","imei2":"18393030416523070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159094,"job_number":"JOB_159094","tr_customer_id":159111,"tr_customer_product_id":159101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:59.000Z","modified_at":"2026-01-18T03:56:59.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12194536353382","imei1":"12194536353382","imei2":"12194536353382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159095,"job_number":"JOB_159095","tr_customer_id":159112,"tr_customer_product_id":159102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:59.000Z","modified_at":"2026-01-18T03:57:32.000Z","name":"Percival Purdy","mobile_number":"706-346-4165","email_id":"Zane_Daugherty70@gmail.com","dop":"2025-04-06","serial_number":"12534935834116","imei1":"12534935834116","imei2":"12534935834116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159096,"job_number":"JOB_159096","tr_customer_id":159113,"tr_customer_product_id":159103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:00.000Z","modified_at":"2026-01-18T03:57:00.000Z","name":"Rusty Buckridge","mobile_number":"532-371-9371","email_id":"Duncan.Lakin90@hotmail.com","dop":"2025-04-06","serial_number":"19535132894412390","imei1":"19535132894412390","imei2":"19535132894412390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159097,"job_number":"JOB_159097","tr_customer_id":159114,"tr_customer_product_id":159104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:05.000Z","modified_at":"2026-01-18T03:57:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17125544314672","imei1":"17125544314672","imei2":"17125544314672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159098,"job_number":"JOB_159098","tr_customer_id":159115,"tr_customer_product_id":159105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:05.000Z","modified_at":"2026-01-18T03:57:40.000Z","name":"Athena Boehm","mobile_number":"602-616-5508","email_id":"Dovie.Cartwright9@yahoo.com","dop":"2025-04-06","serial_number":"12620694671011","imei1":"12620694671011","imei2":"12620694671011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159099,"job_number":"JOB_159099","tr_customer_id":159116,"tr_customer_product_id":159106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:06.000Z","modified_at":"2026-01-18T03:57:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19493853384651","imei1":"19493853384651","imei2":"19493853384651","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159100,"job_number":"JOB_159100","tr_customer_id":159117,"tr_customer_product_id":159107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:06.000Z","modified_at":"2026-01-18T03:57:44.000Z","name":"Nichole Rosenbaum","mobile_number":"751-523-9506","email_id":"Vickie_Grimes@yahoo.com","dop":"2025-04-06","serial_number":"18111139794010","imei1":"18111139794010","imei2":"18111139794010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159101,"job_number":"JOB_159101","tr_customer_id":159118,"tr_customer_product_id":159108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:07.000Z","modified_at":"2026-01-18T03:57:07.000Z","name":"Damion Schimmel","mobile_number":"323-927-5489","email_id":"Amparo.Ortiz@yahoo.com","dop":"2025-04-06","serial_number":"15096935786322860","imei1":"15096935786322860","imei2":"15096935786322860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159102,"job_number":"JOB_159102","tr_customer_id":159119,"tr_customer_product_id":159109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:08.000Z","modified_at":"2026-01-18T03:57:08.000Z","name":"Elissa Von","mobile_number":"633-983-3381","email_id":"Hadley.Bahringer48@gmail.com","dop":"2025-04-06","serial_number":"12750777508163872","imei1":"12750777508163872","imei2":"12750777508163872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159103,"job_number":"JOB_159103","tr_customer_id":159120,"tr_customer_product_id":159110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:08.000Z","modified_at":"2026-01-18T03:57:08.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10881737155439","imei1":"10881737155439","imei2":"10881737155439","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159104,"job_number":"JOB_159104","tr_customer_id":159121,"tr_customer_product_id":159111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:09.000Z","modified_at":"2026-01-18T03:57:46.000Z","name":"Jay Davis","mobile_number":"612-378-8907","email_id":"Nya83@gmail.com","dop":"2000-01-31","serial_number":"10453109750065","imei1":"10453109750065","imei2":"10453109750065","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159105,"job_number":"JOB_159105","tr_customer_id":159122,"tr_customer_product_id":159112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:10.000Z","modified_at":"2026-01-18T03:57:10.000Z","name":"Kay Kshlerin","mobile_number":"549-791-2841","email_id":"Korey.Pouros@hotmail.com","dop":"2000-01-31","serial_number":"1006836938561974","imei1":"1006836938561974","imei2":"1006836938561974","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159106,"job_number":"JOB_159106","tr_customer_id":159123,"tr_customer_product_id":159113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:19.000Z","modified_at":"2026-01-18T03:57:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10990930337870","imei1":"10990930337870","imei2":"10990930337870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159107,"job_number":"JOB_159107","tr_customer_id":159124,"tr_customer_product_id":159114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:19.000Z","modified_at":"2026-01-18T03:57:53.000Z","name":"Vena Kling","mobile_number":"538-954-8062","email_id":"Marilyne23@gmail.com","dop":"2025-04-06","serial_number":"16525630311264","imei1":"16525630311264","imei2":"16525630311264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159108,"job_number":"JOB_159108","tr_customer_id":159125,"tr_customer_product_id":159115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:20.000Z","modified_at":"2026-01-18T03:57:21.000Z","name":"Halle Jacobs","mobile_number":"702-829-9564","email_id":"Shemar_Weber@yahoo.com","dop":"2025-04-06","serial_number":"19481406525399376","imei1":"19481406525399376","imei2":"19481406525399376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159109,"job_number":"JOB_159109","tr_customer_id":159126,"tr_customer_product_id":159116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:38.000Z","modified_at":"2026-01-18T03:57:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13618202639912","imei1":"13618202639912","imei2":"13618202639912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159110,"job_number":"JOB_159110","tr_customer_id":159127,"tr_customer_product_id":159117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:39.000Z","modified_at":"2026-01-18T03:58:14.000Z","name":"Belle Ullrich","mobile_number":"937-841-8368","email_id":"Chanelle73@yahoo.com","dop":"2025-04-06","serial_number":"19820439666902","imei1":"19820439666902","imei2":"19820439666902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159111,"job_number":"JOB_159111","tr_customer_id":159128,"tr_customer_product_id":159118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:40.000Z","modified_at":"2026-01-18T03:57:40.000Z","name":"Easter Nolan","mobile_number":"989-469-5107","email_id":"Manuela53@yahoo.com","dop":"2025-04-06","serial_number":"16931703119740418","imei1":"16931703119740418","imei2":"16931703119740418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159112,"job_number":"JOB_159112","tr_customer_id":159129,"tr_customer_product_id":159119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:51.000Z","modified_at":"2026-01-18T03:57:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16495393975364","imei1":"16495393975364","imei2":"16495393975364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159113,"job_number":"JOB_159113","tr_customer_id":159130,"tr_customer_product_id":159120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:52.000Z","modified_at":"2026-01-18T03:58:30.000Z","name":"Terrell Hettinger","mobile_number":"323-467-7652","email_id":"Jo.Deckow@hotmail.com","dop":"2025-04-06","serial_number":"18501209557801","imei1":"18501209557801","imei2":"18501209557801","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159114,"job_number":"JOB_159114","tr_customer_id":159131,"tr_customer_product_id":159121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:53.000Z","modified_at":"2026-01-18T03:57:53.000Z","name":"Sigrid Hoppe","mobile_number":"744-704-0538","email_id":"Elvie73@yahoo.com","dop":"2025-04-06","serial_number":"12844900235535616","imei1":"12844900235535616","imei2":"12844900235535616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159115,"job_number":"JOB_159115","tr_customer_id":159132,"tr_customer_product_id":159122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:53.000Z","modified_at":"2026-01-18T03:57:53.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10593668361759","imei1":"10593668361759","imei2":"10593668361759","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159116,"job_number":"JOB_159116","tr_customer_id":159133,"tr_customer_product_id":159123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:54.000Z","modified_at":"2026-01-18T03:58:31.000Z","name":"Barbara Powlowski","mobile_number":"978-990-2526","email_id":"Kamron47@gmail.com","dop":"2000-01-31","serial_number":"10824899581379","imei1":"10824899581379","imei2":"10824899581379","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159117,"job_number":"JOB_159117","tr_customer_id":159134,"tr_customer_product_id":159124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:55.000Z","modified_at":"2026-01-18T03:57:55.000Z","name":"Vivien Effertz","mobile_number":"264-411-5441","email_id":"Justine50@hotmail.com","dop":"2000-01-31","serial_number":"1041260274965509","imei1":"1041260274965509","imei2":"1041260274965509","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159118,"job_number":"JOB_159118","tr_customer_id":159135,"tr_customer_product_id":159125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:04.000Z","modified_at":"2026-01-18T04:02:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42595467128054","imei1":"42595467128054","imei2":"42595467128054","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159119,"job_number":"JOB_159119","tr_customer_id":159136,"tr_customer_product_id":159126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:05.000Z","modified_at":"2026-01-18T04:02:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87314681924832","imei1":"87314681924832","imei2":"87314681924832","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159120,"job_number":"JOB_159120","tr_customer_id":159137,"tr_customer_product_id":159127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:05.000Z","modified_at":"2026-01-18T04:02:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83676561649942","imei1":"83676561649942","imei2":"83676561649942","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159121,"job_number":"JOB_159121","tr_customer_id":159138,"tr_customer_product_id":159128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:05.000Z","modified_at":"2026-01-18T04:02:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90919033009824","imei1":"90919033009824","imei2":"90919033009824","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159122,"job_number":"JOB_159122","tr_customer_id":159139,"tr_customer_product_id":159129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:06.000Z","modified_at":"2026-01-18T04:02:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97667063730193","imei1":"97667063730193","imei2":"97667063730193","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159123,"job_number":"JOB_159123","tr_customer_id":159140,"tr_customer_product_id":159130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:06.000Z","modified_at":"2026-01-18T04:02:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"52313581280592","imei1":"52313581280592","imei2":"52313581280592","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159124,"job_number":"JOB_159124","tr_customer_id":159141,"tr_customer_product_id":159131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:06.000Z","modified_at":"2026-01-18T04:02:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35111757339726","imei1":"35111757339726","imei2":"35111757339726","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:02:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159125,"job_number":"JOB_159125","tr_customer_id":159142,"tr_customer_product_id":159132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:35.000Z","modified_at":"2026-01-18T04:02:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14404177699227","imei1":"14404177699227","imei2":"14404177699227","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159126,"job_number":"JOB_159126","tr_customer_id":159143,"tr_customer_product_id":159133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:35.000Z","modified_at":"2026-01-18T04:02:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"75974630502915","imei1":"75974630502915","imei2":"75974630502915","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159127,"job_number":"JOB_159127","tr_customer_id":159144,"tr_customer_product_id":159134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:35.000Z","modified_at":"2026-01-18T04:02:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"49649277405742","imei1":"49649277405742","imei2":"49649277405742","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159128,"job_number":"JOB_159128","tr_customer_id":159145,"tr_customer_product_id":159135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:36.000Z","modified_at":"2026-01-18T04:02:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"98739550267129","imei1":"98739550267129","imei2":"98739550267129","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159129,"job_number":"JOB_159129","tr_customer_id":159146,"tr_customer_product_id":159136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:36.000Z","modified_at":"2026-01-18T04:02:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14537486509078","imei1":"14537486509078","imei2":"14537486509078","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159130,"job_number":"JOB_159130","tr_customer_id":159147,"tr_customer_product_id":159137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:36.000Z","modified_at":"2026-01-18T04:02:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47803734311039","imei1":"47803734311039","imei2":"47803734311039","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159131,"job_number":"JOB_159131","tr_customer_id":159148,"tr_customer_product_id":159138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:37.000Z","modified_at":"2026-01-18T04:02:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95837614501872","imei1":"95837614501872","imei2":"95837614501872","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:02:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159132,"job_number":"JOB_159132","tr_customer_id":159149,"tr_customer_product_id":159139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:05.000Z","modified_at":"2026-01-18T04:03:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25953638566088","imei1":"25953638566088","imei2":"25953638566088","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159133,"job_number":"JOB_159133","tr_customer_id":159150,"tr_customer_product_id":159140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:05.000Z","modified_at":"2026-01-18T04:03:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68817167817827","imei1":"68817167817827","imei2":"68817167817827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159134,"job_number":"JOB_159134","tr_customer_id":159151,"tr_customer_product_id":159141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11405749785771","imei1":"11405749785771","imei2":"11405749785771","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159135,"job_number":"JOB_159135","tr_customer_id":159152,"tr_customer_product_id":159142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65198456677470","imei1":"65198456677470","imei2":"65198456677470","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159136,"job_number":"JOB_159136","tr_customer_id":159153,"tr_customer_product_id":159143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45333620539242","imei1":"45333620539242","imei2":"45333620539242","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159137,"job_number":"JOB_159137","tr_customer_id":159154,"tr_customer_product_id":159144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55816952128862","imei1":"55816952128862","imei2":"55816952128862","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159138,"job_number":"JOB_159138","tr_customer_id":159155,"tr_customer_product_id":159145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:07.000Z","modified_at":"2026-01-18T04:03:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38245745566724","imei1":"38245745566724","imei2":"38245745566724","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:03:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159139,"job_number":"JOB_159139","tr_customer_id":159156,"tr_customer_product_id":159146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:35:38.000Z","modified_at":"2026-01-18T04:36:16.000Z","name":"Jaydon Rau","mobile_number":"954-764-1801","email_id":"Kristoffer41@gmail.com","dop":"2025-04-06","serial_number":"14920275058033","imei1":"14920275058033","imei2":"14920275058033","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159140,"job_number":"JOB_159140","tr_customer_id":159157,"tr_customer_product_id":159147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:35:39.000Z","modified_at":"2026-01-18T04:35:39.000Z","name":"Sigmund Heller","mobile_number":"553-816-8494","email_id":"Kellie_Moore@yahoo.com","dop":"2025-04-06","serial_number":"14915951040604334","imei1":"14915951040604334","imei2":"14915951040604334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159141,"job_number":"JOB_159141","tr_customer_id":159158,"tr_customer_product_id":159148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:36:24.000Z","modified_at":"2026-01-18T04:37:01.000Z","name":"Carlee Heaney","mobile_number":"231-304-7276","email_id":"Verdie_Morissette4@hotmail.com","dop":"2025-04-06","serial_number":"18551688384460","imei1":"18551688384460","imei2":"18551688384460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:37:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159142,"job_number":"JOB_159142","tr_customer_id":159159,"tr_customer_product_id":159149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:36:25.000Z","modified_at":"2026-01-18T04:36:25.000Z","name":"Evangeline Mertz","mobile_number":"770-977-1504","email_id":"Baylee.Von@yahoo.com","dop":"2025-04-06","serial_number":"15546895950353300","imei1":"15546895950353300","imei2":"15546895950353300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159143,"job_number":"JOB_159143","tr_customer_id":159160,"tr_customer_product_id":159150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:37:09.000Z","modified_at":"2026-01-18T04:37:46.000Z","name":"Cristobal O'Hara","mobile_number":"823-651-5583","email_id":"Kennith_DAmore29@hotmail.com","dop":"2025-04-06","serial_number":"19490553851209","imei1":"19490553851209","imei2":"19490553851209","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159144,"job_number":"JOB_159144","tr_customer_id":159161,"tr_customer_product_id":159151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:37:10.000Z","modified_at":"2026-01-18T04:37:10.000Z","name":"Agustina Effertz","mobile_number":"534-575-8446","email_id":"Elena16@hotmail.com","dop":"2025-04-06","serial_number":"16513923573111656","imei1":"16513923573111656","imei2":"16513923573111656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:37:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159145,"job_number":"JOB_159145","tr_customer_id":159162,"tr_customer_product_id":159152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:38:25.000Z","modified_at":"2026-01-18T04:38:25.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-08","serial_number":"37906098012507","imei1":"37906098012507","imei2":"37906098012507","popurl":"2026-01-08T04:38:25.059966147Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:38:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159146,"job_number":"JOB_159146","tr_customer_id":159163,"tr_customer_product_id":159153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:39:13.000Z","modified_at":"2026-01-18T04:39:13.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-08","serial_number":"13152065634352","imei1":"13152065634352","imei2":"13152065634352","popurl":"2026-01-08T04:39:13.543870831Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159147,"job_number":"JOB_159147","tr_customer_id":159164,"tr_customer_product_id":159154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:46:20.000Z","modified_at":"2026-01-18T04:46:20.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"102426181348629","imei1":"102426181348629","imei2":"102426181348629","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159148,"job_number":"JOB_159148","tr_customer_id":159165,"tr_customer_product_id":159155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:46:20.000Z","modified_at":"2026-01-18T04:46:30.000Z","name":"Dedrick Zieme","mobile_number":"402-616-8008","email_id":"Giles_Harris@gmail.com","dop":"2025-07-01","serial_number":"101389294631118","imei1":"101389294631118","imei2":"101389294631118","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159149,"job_number":"JOB_159149","tr_customer_id":159166,"tr_customer_product_id":159156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:46:32.000Z","modified_at":"2026-01-18T04:46:32.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"101296498934228","imei1":"101296498934228","imei2":"101296498934228","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:46:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159150,"job_number":"JOB_159150","tr_customer_id":159167,"tr_customer_product_id":159157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:46:32.000Z","modified_at":"2026-01-18T04:46:41.000Z","name":"Leonie Gislason","mobile_number":"384-614-4881","email_id":"Candace_Mitchell28@hotmail.com","dop":"2025-07-01","serial_number":"100464639279967","imei1":"100464639279967","imei2":"100464639279967","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:46:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159151,"job_number":"JOB_159151","tr_customer_id":159168,"tr_customer_product_id":159158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:48:42.000Z","modified_at":"2026-01-18T04:49:19.000Z","name":"Nathanial Koepp","mobile_number":"434-971-7428","email_id":"Mara.Williamson33@gmail.com","dop":"2025-04-06","serial_number":"10463330961064","imei1":"10463330961064","imei2":"10463330961064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159152,"job_number":"JOB_159152","tr_customer_id":159169,"tr_customer_product_id":159159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:48:44.000Z","modified_at":"2026-01-18T04:48:44.000Z","name":"Waino Watsica","mobile_number":"349-225-5664","email_id":"Tyrese.Rodriguez@hotmail.com","dop":"2025-04-06","serial_number":"17754341125637384","imei1":"17754341125637384","imei2":"17754341125637384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159153,"job_number":"JOB_159153","tr_customer_id":159170,"tr_customer_product_id":159160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:49:26.000Z","modified_at":"2026-01-18T04:50:02.000Z","name":"Cleta Beahan","mobile_number":"370-386-7032","email_id":"Ethel.Abshire48@hotmail.com","dop":"2025-04-06","serial_number":"14136533686410","imei1":"14136533686410","imei2":"14136533686410","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159154,"job_number":"JOB_159154","tr_customer_id":159171,"tr_customer_product_id":159161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:49:27.000Z","modified_at":"2026-01-18T04:49:27.000Z","name":"Mathias Heaney","mobile_number":"969-224-2353","email_id":"Colleen.Hegmann@hotmail.com","dop":"2025-04-06","serial_number":"17387945400318194","imei1":"17387945400318194","imei2":"17387945400318194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159155,"job_number":"JOB_159155","tr_customer_id":159172,"tr_customer_product_id":159162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:50:08.000Z","modified_at":"2026-01-18T04:50:44.000Z","name":"Marcel Vandervort","mobile_number":"323-306-0493","email_id":"Elvis_Cole@yahoo.com","dop":"2025-04-06","serial_number":"11451756959112","imei1":"11451756959112","imei2":"11451756959112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159156,"job_number":"JOB_159156","tr_customer_id":159173,"tr_customer_product_id":159163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:50:10.000Z","modified_at":"2026-01-18T04:50:10.000Z","name":"Carolyn Considine","mobile_number":"384-998-3374","email_id":"Daphney.Abernathy8@hotmail.com","dop":"2025-04-06","serial_number":"14526013914400280","imei1":"14526013914400280","imei2":"14526013914400280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:50:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159157,"job_number":"JOB_159157","tr_customer_id":159174,"tr_customer_product_id":159164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:50:27.000Z","modified_at":"2026-01-18T04:51:03.000Z","name":"Willard Sanford","mobile_number":"683-807-4268","email_id":"Dallas.Gleichner@hotmail.com","dop":"2025-04-06","serial_number":"12748072921401","imei1":"12748072921401","imei2":"12748072921401","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159158,"job_number":"JOB_159158","tr_customer_id":159175,"tr_customer_product_id":159165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:50:29.000Z","modified_at":"2026-01-18T04:50:29.000Z","name":"Chad Blick","mobile_number":"807-777-0039","email_id":"Garland8@gmail.com","dop":"2025-04-06","serial_number":"17782362417732888","imei1":"17782362417732888","imei2":"17782362417732888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159159,"job_number":"JOB_159159","tr_customer_id":159176,"tr_customer_product_id":159166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:54:53.000Z","modified_at":"2026-01-18T04:55:30.000Z","name":"Eddie Tromp","mobile_number":"675-780-2070","email_id":"Jarred.Volkman82@yahoo.com","dop":"2025-04-06","serial_number":"14676057427219","imei1":"14676057427219","imei2":"14676057427219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159160,"job_number":"JOB_159160","tr_customer_id":159177,"tr_customer_product_id":159167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:54:55.000Z","modified_at":"2026-01-18T04:54:55.000Z","name":"Devan Powlowski","mobile_number":"519-651-9589","email_id":"Alfreda_Douglas32@yahoo.com","dop":"2025-04-06","serial_number":"15810515364692680","imei1":"15810515364692680","imei2":"15810515364692680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:54:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159161,"job_number":"JOB_159161","tr_customer_id":159178,"tr_customer_product_id":159168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:55:37.000Z","modified_at":"2026-01-18T04:56:13.000Z","name":"Alayna Grimes","mobile_number":"431-710-4433","email_id":"Betty.Hodkiewicz1@hotmail.com","dop":"2025-04-06","serial_number":"14119917058239","imei1":"14119917058239","imei2":"14119917058239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159162,"job_number":"JOB_159162","tr_customer_id":159179,"tr_customer_product_id":159169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:55:38.000Z","modified_at":"2026-01-18T04:55:38.000Z","name":"Raphael Ullrich","mobile_number":"412-771-1127","email_id":"Joana17@yahoo.com","dop":"2025-04-06","serial_number":"13083912295804420","imei1":"13083912295804420","imei2":"13083912295804420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159163,"job_number":"JOB_159163","tr_customer_id":159180,"tr_customer_product_id":159170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:19.000Z","modified_at":"2026-01-18T04:56:55.000Z","name":"Vincent Skiles","mobile_number":"758-349-2322","email_id":"Karen79@gmail.com","dop":"2025-04-06","serial_number":"16636337622619","imei1":"16636337622619","imei2":"16636337622619","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159164,"job_number":"JOB_159164","tr_customer_id":159181,"tr_customer_product_id":159171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:21.000Z","modified_at":"2026-01-18T04:56:21.000Z","name":"Sanford Padberg","mobile_number":"280-853-9256","email_id":"Mandy_Hettinger47@hotmail.com","dop":"2025-04-06","serial_number":"13793539832285556","imei1":"13793539832285556","imei2":"13793539832285556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:56:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159165,"job_number":"JOB_159165","tr_customer_id":159182,"tr_customer_product_id":159172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:32.000Z","modified_at":"2026-01-18T04:57:08.000Z","name":"Melyna Stehr","mobile_number":"830-896-2908","email_id":"Kyleigh.Daniel@yahoo.com","dop":"2025-04-06","serial_number":"11084868153066","imei1":"11084868153066","imei2":"11084868153066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159166,"job_number":"JOB_159166","tr_customer_id":159183,"tr_customer_product_id":159173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:33.000Z","modified_at":"2026-01-18T04:56:33.000Z","name":"Berneice Hintz","mobile_number":"949-440-5626","email_id":"Nicklaus_DuBuque@hotmail.com","dop":"2025-04-06","serial_number":"18205991908541724","imei1":"18205991908541724","imei2":"18205991908541724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159167,"job_number":"JOB_159167","tr_customer_id":159184,"tr_customer_product_id":159174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:47.000Z","modified_at":"2026-01-18T04:57:24.000Z","name":"Lola Abbott","mobile_number":"323-801-8147","email_id":"Riley_Wilkinson@gmail.com","dop":"2025-04-06","serial_number":"15025310009345","imei1":"15025310009345","imei2":"15025310009345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159168,"job_number":"JOB_159168","tr_customer_id":159185,"tr_customer_product_id":159175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:48.000Z","modified_at":"2026-01-18T04:56:49.000Z","name":"Cassandra Grant","mobile_number":"495-254-8948","email_id":"Ariane57@hotmail.com","dop":"2025-04-06","serial_number":"13564346949934916","imei1":"13564346949934916","imei2":"13564346949934916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159172,"job_number":"JOB_159172","tr_customer_id":159189,"tr_customer_product_id":159179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:10.000Z","modified_at":"2026-01-18T05:26:10.000Z","name":"Anika Naik","mobile_number":"896-551-3586","email_id":"Charlie_Schiller@yahoo.com","dop":"2025-06-18","serial_number":"40529506789497","imei1":"40529506789497","imei2":"40529506789497","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159173,"job_number":"JOB_159173","tr_customer_id":159191,"tr_customer_product_id":159180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:10.000Z","modified_at":"2026-01-18T05:26:10.000Z","name":"Abhijit Naik","mobile_number":"896-551-3586","email_id":"Charlie_Schiller@yahoo.com","dop":"2025-06-18","serial_number":"30529506789497","imei1":"30529506789497","imei2":"30529506789497","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159174,"job_number":"JOB_159174","tr_customer_id":159190,"tr_customer_product_id":159181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:10.000Z","modified_at":"2026-01-18T05:26:10.000Z","name":"Shweta Naik","mobile_number":"896-551-3586","email_id":"Charlie_Schiller@yahoo.com","dop":"2025-06-18","serial_number":"50529506789497","imei1":"50529506789497","imei2":"50529506789497","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159175,"job_number":"JOB_159175","tr_customer_id":159192,"tr_customer_product_id":159182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Tarun Pothuvaal","mobile_number":"9759552311","email_id":"shwet.guneta@yahoo.co.in","dop":"2026-01-08","serial_number":"781387361097568","imei1":"781387361097568","imei2":"781387361097568","popurl":"www.chandrabhan-mehra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159176,"job_number":"JOB_159176","tr_customer_id":159193,"tr_customer_product_id":159183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Narinder Gill","mobile_number":"9770838996","email_id":"tara.trivedi@gmail.com","dop":"2026-01-08","serial_number":"586671701396091","imei1":"586671701396091","imei2":"586671701396091","popurl":"www.brijesh-mehrotra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159177,"job_number":"JOB_159177","tr_customer_id":159194,"tr_customer_product_id":159184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Keerti Dhawan","mobile_number":"9717192766","email_id":"prem.marar@hotmail.com","dop":"2026-01-08","serial_number":"979679078404403","imei1":"979679078404403","imei2":"979679078404403","popurl":"www.indra-mishra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159178,"job_number":"JOB_159178","tr_customer_id":159195,"tr_customer_product_id":159185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Mani Sethi","mobile_number":"9732448209","email_id":"anunay.rana@yahoo.co.in","dop":"2026-01-08","serial_number":"879345541184340","imei1":"879345541184340","imei2":"879345541184340","popurl":"www.hari-achari.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159179,"job_number":"JOB_159179","tr_customer_id":159196,"tr_customer_product_id":159186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Chapal Chattopadhyay","mobile_number":"9734701880","email_id":"lakshman.patil@hotmail.com","dop":"2026-01-08","serial_number":"643310145025074","imei1":"643310145025074","imei2":"643310145025074","popurl":"www.rahul-guha.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159180,"job_number":"JOB_159180","tr_customer_id":159197,"tr_customer_product_id":159187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:12.000Z","modified_at":"2026-01-18T05:26:12.000Z","name":"Janis Goyette","mobile_number":"999-774-7701","email_id":"Jazmyn_Zboncak@hotmail.com","dop":"2025-06-18","serial_number":"10442063229355","imei1":"10442063229355","imei2":"10442063229355","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159181,"job_number":"JOB_159181","tr_customer_id":159198,"tr_customer_product_id":159188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:12.000Z","modified_at":"2026-01-18T05:26:12.000Z","name":"Janis Goyette","mobile_number":"999-774-7701","email_id":"Jazmyn_Zboncak@hotmail.com","dop":"2025-06-18","serial_number":"10442063229375","imei1":"10442063229375","imei2":"10442063229375","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159182,"job_number":"JOB_159182","tr_customer_id":159199,"tr_customer_product_id":159189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:12.000Z","modified_at":"2026-01-18T05:26:12.000Z","name":"Janis Goyette","mobile_number":"999-774-7701","email_id":"Jazmyn_Zboncak@hotmail.com","dop":"2025-06-18","serial_number":"10442063229344","imei1":"10442063229344","imei2":"10442063229344","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159183,"job_number":"JOB_159183","tr_customer_id":159200,"tr_customer_product_id":159190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:37.000Z","modified_at":"2026-01-18T05:26:37.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-08","serial_number":"82585355524444","imei1":"82585355524444","imei2":"82585355524444","popurl":"2026-01-08T05:26:38.556797900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159184,"job_number":"JOB_159184","tr_customer_id":159201,"tr_customer_product_id":159191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:40.000Z","modified_at":"2026-01-18T05:26:40.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-08","serial_number":"44555355528010","imei1":"44555355528010","imei2":"44555355528010","popurl":"2026-01-08T05:26:41.003508100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159185,"job_number":"JOB_159185","tr_customer_id":159202,"tr_customer_product_id":159192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:30:29.000Z","modified_at":"2026-01-18T05:31:08.000Z","name":"Lenore Wolf","mobile_number":"964-402-7213","email_id":"Angelita.Miller@yahoo.com","dop":"2025-04-06","serial_number":"10371733018015","imei1":"10371733018015","imei2":"10371733018015","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159186,"job_number":"JOB_159186","tr_customer_id":159203,"tr_customer_product_id":159193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:30:31.000Z","modified_at":"2026-01-18T05:30:31.000Z","name":"Enoch Reynolds","mobile_number":"493-755-5988","email_id":"Moshe57@yahoo.com","dop":"2025-04-06","serial_number":"12379627810619552","imei1":"12379627810619552","imei2":"12379627810619552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159187,"job_number":"JOB_159187","tr_customer_id":159204,"tr_customer_product_id":159194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:31:16.000Z","modified_at":"2026-01-18T05:31:53.000Z","name":"Kale Schmitt","mobile_number":"459-785-0056","email_id":"Lorenzo85@hotmail.com","dop":"2025-04-06","serial_number":"18610333896538","imei1":"18610333896538","imei2":"18610333896538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:31:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159188,"job_number":"JOB_159188","tr_customer_id":159205,"tr_customer_product_id":159195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:31:17.000Z","modified_at":"2026-01-18T05:31:17.000Z","name":"Haleigh Schmeler","mobile_number":"491-543-5436","email_id":"Luz80@gmail.com","dop":"2025-04-06","serial_number":"12481029967063888","imei1":"12481029967063888","imei2":"12481029967063888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159189,"job_number":"JOB_159189","tr_customer_id":159206,"tr_customer_product_id":159196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:32:01.000Z","modified_at":"2026-01-18T05:32:38.000Z","name":"Braden Murphy","mobile_number":"606-960-1840","email_id":"Fidel_Becker@yahoo.com","dop":"2025-04-06","serial_number":"12207085069731","imei1":"12207085069731","imei2":"12207085069731","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:32:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159190,"job_number":"JOB_159190","tr_customer_id":159207,"tr_customer_product_id":159197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:32:02.000Z","modified_at":"2026-01-18T05:32:02.000Z","name":"Judson Bergstrom","mobile_number":"811-251-1536","email_id":"Florida.Mitchell90@hotmail.com","dop":"2025-04-06","serial_number":"19066169072961424","imei1":"19066169072961424","imei2":"19066169072961424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159191,"job_number":"JOB_159191","tr_customer_id":159208,"tr_customer_product_id":159198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:34:33.000Z","modified_at":"2026-01-18T05:35:10.000Z","name":"Flossie Turner","mobile_number":"771-892-2338","email_id":"Lela89@gmail.com","dop":"2025-04-06","serial_number":"11381430159661","imei1":"11381430159661","imei2":"11381430159661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:35:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159192,"job_number":"JOB_159192","tr_customer_id":159209,"tr_customer_product_id":159199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:34:34.000Z","modified_at":"2026-01-18T05:34:34.000Z","name":"Elmore Nicolas","mobile_number":"870-721-8135","email_id":"Gage69@yahoo.com","dop":"2025-04-06","serial_number":"14563330117773424","imei1":"14563330117773424","imei2":"14563330117773424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:34:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159193,"job_number":"JOB_159193","tr_customer_id":159210,"tr_customer_product_id":159200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:35:17.000Z","modified_at":"2026-01-18T05:35:54.000Z","name":"Alvena King","mobile_number":"570-598-9374","email_id":"Bertram60@gmail.com","dop":"2025-04-06","serial_number":"15419007783019","imei1":"15419007783019","imei2":"15419007783019","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159194,"job_number":"JOB_159194","tr_customer_id":159211,"tr_customer_product_id":159201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:35:19.000Z","modified_at":"2026-01-18T05:35:19.000Z","name":"Kailyn Strosin","mobile_number":"702-605-0724","email_id":"Ewald32@hotmail.com","dop":"2025-04-06","serial_number":"13005289405076192","imei1":"13005289405076192","imei2":"13005289405076192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159195,"job_number":"JOB_159195","tr_customer_id":159212,"tr_customer_product_id":159202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:36:00.000Z","modified_at":"2026-01-18T05:36:37.000Z","name":"Geovanni Strosin","mobile_number":"300-228-1477","email_id":"Turner_Schowalter18@hotmail.com","dop":"2025-04-06","serial_number":"11383930952877","imei1":"11383930952877","imei2":"11383930952877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159196,"job_number":"JOB_159196","tr_customer_id":159213,"tr_customer_product_id":159203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:36:02.000Z","modified_at":"2026-01-18T05:36:02.000Z","name":"Alvah Carter","mobile_number":"381-974-1089","email_id":"Una68@hotmail.com","dop":"2025-04-06","serial_number":"17282893793894732","imei1":"17282893793894732","imei2":"17282893793894732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158919,"job_number":"JOB_158919","tr_customer_id":158936,"tr_customer_product_id":158926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:57:39.000Z","modified_at":"2026-01-18T02:57:39.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"16999783582082","imei1":"16999783582082","imei2":"16999783582082","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158920,"job_number":"JOB_158920","tr_customer_id":158937,"tr_customer_product_id":158927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:02:19.000Z","modified_at":"2026-01-18T03:02:19.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"18960427744197","imei1":"18960427744197","imei2":"18960427744197","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:02:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158921,"job_number":"JOB_158921","tr_customer_id":158938,"tr_customer_product_id":158928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:02:45.000Z","modified_at":"2026-01-18T03:02:45.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"15413786821477","imei1":"15413786821477","imei2":"15413786821477","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:02:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158922,"job_number":"JOB_158922","tr_customer_id":158939,"tr_customer_product_id":158929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:02:49.000Z","modified_at":"2026-01-18T03:02:49.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"17488219712659","imei1":"17488219712659","imei2":"17488219712659","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:02:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158925,"job_number":"JOB_158925","tr_customer_id":158942,"tr_customer_product_id":158932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:13:51.000Z","modified_at":"2026-01-18T03:13:51.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"12888349326320","imei1":"12888349326320","imei2":"12888349326320","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:13:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158932,"job_number":"JOB_158932","tr_customer_id":158949,"tr_customer_product_id":158939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:30.000Z","modified_at":"2026-01-18T03:29:39.000Z","name":"saitama sensei","mobile_number":"230-519-9548","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"725903643398356","imei1":"725903643398356","imei2":"725903643398356","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:29:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158933,"job_number":"JOB_158933","tr_customer_id":158950,"tr_customer_product_id":158940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:41.000Z","modified_at":"2026-01-18T03:29:49.000Z","name":"tanjiro kamado","mobile_number":"296-428-6479","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"804461388162534","imei1":"804461388162534","imei2":"804461388162534","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:29:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158935,"job_number":"JOB_158935","tr_customer_id":158952,"tr_customer_product_id":158942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:52.000Z","modified_at":"2026-01-18T03:30:00.000Z","name":"giyu tomiaka","mobile_number":"324-542-5492","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"999385777625324","imei1":"999385777625324","imei2":"999385777625324","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158955,"job_number":"JOB_158955","tr_customer_id":158972,"tr_customer_product_id":158962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:54.000Z","modified_at":"2026-01-18T03:54:54.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Hillary44@yahoo.com","dop":"2025-07-02","serial_number":"16177264770331","imei1":"16177264770331","imei2":"16177264770331","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158972,"job_number":"JOB_158972","tr_customer_id":158989,"tr_customer_product_id":158979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:12.000Z","modified_at":"2026-01-18T03:55:12.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Rodrigo19@yahoo.com","dop":"2025-07-02","serial_number":"10075227066788","imei1":"10075227066788","imei2":"10075227066788","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158981,"job_number":"JOB_158981","tr_customer_id":158998,"tr_customer_product_id":158988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:28.000Z","modified_at":"2026-01-18T03:55:28.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Everett.Mueller56@gmail.com","dop":"2025-07-02","serial_number":"18222792591266","imei1":"18222792591266","imei2":"18222792591266","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158996,"job_number":"JOB_158996","tr_customer_id":159013,"tr_customer_product_id":159003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:49.000Z","name":"saitama sensei","mobile_number":"694-933-7780","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"530202172184830","imei1":"530202172184830","imei2":"530202172184830","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159011,"job_number":"JOB_159011","tr_customer_id":159028,"tr_customer_product_id":159018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:51.000Z","modified_at":"2026-01-18T03:56:00.000Z","name":"tanjiro kamado","mobile_number":"452-532-6914","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"191915586837297","imei1":"191915586837297","imei2":"191915586837297","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159014,"job_number":"JOB_159014","tr_customer_id":159031,"tr_customer_product_id":159021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:52.000Z","modified_at":"2026-01-18T03:55:52.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"178587345595178","imei1":"178587345595178","imei2":"178587345595178","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159015,"job_number":"JOB_159015","tr_customer_id":159032,"tr_customer_product_id":159022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:52.000Z","modified_at":"2026-01-18T03:55:52.000Z","name":"Brice Spencer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"184379799057561","imei1":"184379799057561","imei2":"184379799057561","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159016,"job_number":"JOB_159016","tr_customer_id":159033,"tr_customer_product_id":159023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:52.000Z","modified_at":"2026-01-18T03:55:52.000Z","name":"Freddy Rippin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"184673928715690","imei1":"184673928715690","imei2":"184673928715690","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159018,"job_number":"JOB_159018","tr_customer_id":159035,"tr_customer_product_id":159025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:53.000Z","modified_at":"2026-01-18T03:55:53.000Z","name":"Sheridan Fay","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101742648038726","imei1":"101742648038726","imei2":"101742648038726","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159024,"job_number":"JOB_159024","tr_customer_id":159041,"tr_customer_product_id":159031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:01.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"Darlene Windler","mobile_number":"249-613-8903","email_id":"Lauryn94@gmail.com","dop":"2025-10-01","serial_number":"19164354262556","imei1":"19164354262556","imei2":"19164354262556","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159027,"job_number":"JOB_159027","tr_customer_id":159044,"tr_customer_product_id":159034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:03.000Z","modified_at":"2026-01-18T03:56:12.000Z","name":"giyu tomiaka","mobile_number":"886-521-4839","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"222780630597118","imei1":"222780630597118","imei2":"222780630597118","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159030,"job_number":"JOB_159030","tr_customer_id":159047,"tr_customer_product_id":159037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:04.000Z","modified_at":"2026-01-18T03:56:04.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"149772267174641","imei1":"149772267174641","imei2":"149772267174641","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159031,"job_number":"JOB_159031","tr_customer_id":159048,"tr_customer_product_id":159038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:05.000Z","modified_at":"2026-01-18T03:56:05.000Z","name":"Kamron Feest","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"150152032301002","imei1":"150152032301002","imei2":"150152032301002","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159032,"job_number":"JOB_159032","tr_customer_id":159049,"tr_customer_product_id":159039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:05.000Z","modified_at":"2026-01-18T03:56:05.000Z","name":"Roy Ullrich","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"137438777865228","imei1":"137438777865228","imei2":"137438777865228","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159033,"job_number":"JOB_159033","tr_customer_id":159050,"tr_customer_product_id":159040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:05.000Z","modified_at":"2026-01-18T03:56:05.000Z","name":"Neoma Ryan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102787594491808","imei1":"102787594491808","imei2":"102787594491808","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159039,"job_number":"JOB_159039","tr_customer_id":159056,"tr_customer_product_id":159046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:09.000Z","modified_at":"2026-01-18T03:56:09.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109629788642404","imei1":"109629788642404","imei2":"109629788642404","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159040,"job_number":"JOB_159040","tr_customer_id":159057,"tr_customer_product_id":159047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:09.000Z","modified_at":"2026-01-18T03:56:20.000Z","name":"Cooper Johns","mobile_number":"359-443-8031","email_id":"Isabell64@gmail.com","dop":"2025-06-09","serial_number":"109786039721911","imei1":"109786039721911","imei2":"109786039721911","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159041,"job_number":"JOB_159041","tr_customer_id":159058,"tr_customer_product_id":159048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:09.000Z","modified_at":"2026-01-18T03:56:09.000Z","name":"Fleta Altenwerth","mobile_number":"959-270-3076","email_id":"Kelsie_Abernathy43@gmail.com","dop":"2025-06-09","serial_number":"101310913718039","imei1":"101310913718039","imei2":"101310913718039","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159065,"job_number":"JOB_159065","tr_customer_id":159082,"tr_customer_product_id":159072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"101640472927755","imei1":"101640472927755","imei2":"101640472927755","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159067,"job_number":"JOB_159067","tr_customer_id":159084,"tr_customer_product_id":159074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:34.000Z","name":"Julien Hirthe","mobile_number":"860-335-2105","email_id":"Ayden_Beahan60@gmail.com","dop":"2025-06-09","serial_number":"100162265705180","imei1":"100162265705180","imei2":"100162265705180","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159068,"job_number":"JOB_159068","tr_customer_id":159085,"tr_customer_product_id":159075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Ariane Schinner","mobile_number":"876-414-6433","email_id":"Sigrid_DAmore93@hotmail.com","dop":"2025-06-09","serial_number":"101218134558963","imei1":"101218134558963","imei2":"101218134558963","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159078,"job_number":"JOB_159078","tr_customer_id":159095,"tr_customer_product_id":159085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:38.000Z","modified_at":"2026-01-18T03:56:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"108819093702176","imei1":"108819093702176","imei2":"108819093702176","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159079,"job_number":"JOB_159079","tr_customer_id":159096,"tr_customer_product_id":159086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:39.000Z","modified_at":"2026-01-18T03:56:49.000Z","name":"Francesco Gleason","mobile_number":"937-356-4401","email_id":"Fausto.Hintz@gmail.com","dop":"2025-06-09","serial_number":"109926212867122","imei1":"109926212867122","imei2":"109926212867122","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159080,"job_number":"JOB_159080","tr_customer_id":159097,"tr_customer_product_id":159087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:39.000Z","modified_at":"2026-01-18T03:56:39.000Z","name":"Lori Mante","mobile_number":"830-863-8987","email_id":"Sofia37@hotmail.com","dop":"2025-06-09","serial_number":"104125942069702","imei1":"104125942069702","imei2":"104125942069702","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159169,"job_number":"JOB_159169","tr_customer_id":159186,"tr_customer_product_id":159176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:05:02.000Z","modified_at":"2026-01-18T05:05:12.000Z","name":"saitama sensei","mobile_number":"895-272-2162","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"426681459248247","imei1":"426681459248247","imei2":"426681459248247","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:05:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159170,"job_number":"JOB_159170","tr_customer_id":159187,"tr_customer_product_id":159177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:05:14.000Z","modified_at":"2026-01-18T05:05:23.000Z","name":"tanjiro kamado","mobile_number":"703-713-1794","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"172330681074013","imei1":"172330681074013","imei2":"172330681074013","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159171,"job_number":"JOB_159171","tr_customer_id":159188,"tr_customer_product_id":159178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:05:25.000Z","modified_at":"2026-01-18T05:05:34.000Z","name":"giyu tomiaka","mobile_number":"843-590-7689","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"425728670176347","imei1":"425728670176347","imei2":"425728670176347","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:05:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159197,"job_number":"JOB_159197","tr_customer_id":159214,"tr_customer_product_id":159204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T06:14:39.000Z","modified_at":"2026-01-18T06:14:39.000Z","name":"Pierce Nader","mobile_number":"520-344-7076","email_id":"Edgardo58@yahoo.com","dop":"2025-11-04","serial_number":"45218881219014","imei1":"45218881219014","imei2":"45218881219014","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T06:14:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 256ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4NzZ9.jX1l-jfIkXZs97e6LBeVTCVnrQgct31iWL0YSzoy09Y
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5183717f-0b24-468c-bdf1-ce90502fae8a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/159197
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4NzZ9.jX1l-jfIkXZs97e6LBeVTCVnrQgct31iWL0YSzoy09Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f4888916-3143-4be0-9837-e61c43d9939a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 38cf91a0-13f3-4e68-a24c-6b67f2f32761
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-JZ88Dq3AZ7LkfhVEbD9eVv4Y1J4"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4ODN9.2otzAmmwmHoS44M_hS2KMqFS5ZLvJVxQkqeNhjTwXK0"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 246ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4ODN9.2otzAmmwmHoS44M_hS2KMqFS5ZLvJVxQkqeNhjTwXK0
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0bb5391e-8a88-42c1-86fe-1f6132d0a2ce
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 284ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4ODN9.2otzAmmwmHoS44M_hS2KMqFS5ZLvJVxQkqeNhjTwXK0
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e1fa2c9c-0a3b-4eb9-b6a5-e38019a765af
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-UK5u/89KgvDlQHk/MdJEVX+Ajm8"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":619},{"label":"Pending for repair","key":"pending_for_repair","count":5},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 551ms
Mean size per request: 601.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5624603d-4ee8-4653-9f01-eae68f1f02a7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"965a9-mLBlnOo4/Z+OpsTjOTxjxZFZye8"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 18 Jan 2026 06:14:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":158273,"job_number":"JOB_158273","tr_customer_id":158290,"tr_customer_product_id":158280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:46:43.000Z","modified_at":"2026-01-16T19:46:43.000Z","name":"Alison Collier","mobile_number":"307-805-8144","email_id":"Domenick_Cassin@gmail.com","dop":"2025-04-06","serial_number":"17233970759347416","imei1":"17233970759347416","imei2":"17233970759347416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:46:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158275,"job_number":"JOB_158275","tr_customer_id":158292,"tr_customer_product_id":158282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:47:02.000Z","modified_at":"2026-01-16T19:47:02.000Z","name":"Shayna Hyatt","mobile_number":"477-517-3209","email_id":"Kaitlyn40@yahoo.com","dop":"2025-04-06","serial_number":"15958914459015718","imei1":"15958914459015718","imei2":"15958914459015718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:47:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158276,"job_number":"JOB_158276","tr_customer_id":158293,"tr_customer_product_id":158283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:49:00.000Z","modified_at":"2026-01-16T19:49:00.000Z","name":"Shwet Reddy","mobile_number":"7058436335","email_id":"kamala.shah@gmail.com","dop":"2026-01-06","serial_number":"694538845952707","imei1":"694538845952707","imei2":"694538845952707","popurl":"www.yogesh-nayar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158277,"job_number":"JOB_158277","tr_customer_id":158294,"tr_customer_product_id":158284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:49:04.000Z","modified_at":"2026-01-16T19:49:04.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-06","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-06T19:49:15.924598800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:49:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158278,"job_number":"JOB_158278","tr_customer_id":158295,"tr_customer_product_id":158285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:49:05.000Z","modified_at":"2026-01-16T19:49:05.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158279,"job_number":"JOB_158279","tr_customer_id":158296,"tr_customer_product_id":158286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:49:05.000Z","modified_at":"2026-01-16T19:49:05.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158280,"job_number":"JOB_158280","tr_customer_id":158297,"tr_customer_product_id":158287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:54:49.000Z","modified_at":"2026-01-16T19:54:49.000Z","name":"Jagathi Bhat","mobile_number":"7005111921","email_id":"nagabhushanam.iyengar@hotmail.com","dop":"2026-01-06","serial_number":"922741235561671","imei1":"922741235561671","imei2":"922741235561671","popurl":"www.anasuya-kapoor.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:54:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158281,"job_number":"JOB_158281","tr_customer_id":158298,"tr_customer_product_id":158288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:55:17.000Z","modified_at":"2026-01-16T19:55:17.000Z","name":"Gopi Johar","mobile_number":"7038530750","email_id":"chidambaram.mishra@hotmail.com","dop":"2026-01-06","serial_number":"555880997876604","imei1":"555880997876604","imei2":"555880997876604","popurl":"www.devangana-kakkar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158283,"job_number":"JOB_158283","tr_customer_id":158300,"tr_customer_product_id":158290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T20:30:50.000Z","modified_at":"2026-01-16T20:30:50.000Z","name":"Jatin Sharma","mobile_number":"7293847564","email_id":"jatin@gmail.com","dop":"2026-01-06","serial_number":"19700432156456","imei1":"19700432156456","imei2":"19700432156456","popurl":"2026-01-06T20:30:49.225128Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T20:30:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158284,"job_number":"JOB_158284","tr_customer_id":158301,"tr_customer_product_id":158291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:40:57.000Z","modified_at":"2026-01-16T21:40:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13729265311060","imei1":"13729265311060","imei2":"13729265311060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:40:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158286,"job_number":"JOB_158286","tr_customer_id":158303,"tr_customer_product_id":158293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:40:59.000Z","modified_at":"2026-01-16T21:40:59.000Z","name":"Samanta Braun","mobile_number":"961-562-9319","email_id":"Ashlee_Cole@yahoo.com","dop":"2025-04-06","serial_number":"15873548447674704","imei1":"15873548447674704","imei2":"15873548447674704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:40:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158287,"job_number":"JOB_158287","tr_customer_id":158304,"tr_customer_product_id":158294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:41:38.000Z","modified_at":"2026-01-16T21:41:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19607481339283","imei1":"19607481339283","imei2":"19607481339283","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:41:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158289,"job_number":"JOB_158289","tr_customer_id":158306,"tr_customer_product_id":158296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:41:40.000Z","modified_at":"2026-01-16T21:41:40.000Z","name":"Colt Schamberger","mobile_number":"239-906-6892","email_id":"Colton.Zboncak@hotmail.com","dop":"2025-04-06","serial_number":"11174211077912184","imei1":"11174211077912184","imei2":"11174211077912184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:41:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158290,"job_number":"JOB_158290","tr_customer_id":158307,"tr_customer_product_id":158297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:42:19.000Z","modified_at":"2026-01-16T21:42:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11241062091039","imei1":"11241062091039","imei2":"11241062091039","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158292,"job_number":"JOB_158292","tr_customer_id":158309,"tr_customer_product_id":158299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:42:21.000Z","modified_at":"2026-01-16T21:42:21.000Z","name":"Allen Schneider","mobile_number":"686-466-8255","email_id":"Laurie20@gmail.com","dop":"2025-04-06","serial_number":"18492069173566884","imei1":"18492069173566884","imei2":"18492069173566884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158293,"job_number":"JOB_158293","tr_customer_id":158310,"tr_customer_product_id":158300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T23:39:23.000Z","modified_at":"2026-01-16T23:39:23.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-06","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-06T23:39:23.517681806Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T23:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158294,"job_number":"JOB_158294","tr_customer_id":158311,"tr_customer_product_id":158301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T23:39:24.000Z","modified_at":"2026-01-16T23:39:24.000Z","name":"Lila Johar","mobile_number":"7048197431","email_id":"siddhran.bhat@gmail.com","dop":"2026-01-06","serial_number":"065074075254305","imei1":"065074075254305","imei2":"065074075254305","popurl":"www.vaishno-pilla.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T23:39:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158295,"job_number":"JOB_158295","tr_customer_id":158312,"tr_customer_product_id":158302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T23:41:48.000Z","modified_at":"2026-01-16T23:41:48.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-06","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-06T23:41:48.164870211Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T23:41:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158296,"job_number":"JOB_158296","tr_customer_id":158313,"tr_customer_product_id":158303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T01:33:59.000Z","modified_at":"2026-01-17T01:33:59.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"59999999999999","imei1":"59999999999999","imei2":"59999999999999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T01:33:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158299,"job_number":"JOB_158299","tr_customer_id":158316,"tr_customer_product_id":158306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:07.000Z","modified_at":"2026-01-17T03:41:07.000Z","name":"Magnus Marvin","mobile_number":"834-388-9274","email_id":"Waldo.Conroy77@yahoo.com","dop":"2025-04-06","serial_number":"11217398513399366","imei1":"11217398513399366","imei2":"11217398513399366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158301,"job_number":"JOB_158301","tr_customer_id":158318,"tr_customer_product_id":158308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:22.000Z","modified_at":"2026-01-17T03:41:22.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"16247455896866","imei1":"16247455896866","imei2":"16247455896866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158303,"job_number":"JOB_158303","tr_customer_id":158320,"tr_customer_product_id":158310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:23.000Z","modified_at":"2026-01-17T03:41:23.000Z","name":"Aaron Kuhic","mobile_number":"714-637-9654","email_id":"Manuela.Stiedemann85@hotmail.com","dop":"2025-04-06","serial_number":"18186531353841656","imei1":"18186531353841656","imei2":"18186531353841656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158304,"job_number":"JOB_158304","tr_customer_id":158321,"tr_customer_product_id":158311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:49.000Z","modified_at":"2026-01-17T03:41:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14266994691543","imei1":"14266994691543","imei2":"14266994691543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158306,"job_number":"JOB_158306","tr_customer_id":158323,"tr_customer_product_id":158313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:51.000Z","modified_at":"2026-01-17T03:41:51.000Z","name":"Chandler Klocko","mobile_number":"736-343-0373","email_id":"Clifford_Hoeger38@hotmail.com","dop":"2025-04-06","serial_number":"16997189515776624","imei1":"16997189515776624","imei2":"16997189515776624","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158308,"job_number":"JOB_158308","tr_customer_id":158325,"tr_customer_product_id":158315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:54.000Z","modified_at":"2026-01-17T03:41:54.000Z","name":"Verla Kreiger","mobile_number":"234-967-1808","email_id":"Nelda_Romaguera@yahoo.com","dop":"2025-04-06","serial_number":"19881500683431856","imei1":"19881500683431856","imei2":"19881500683431856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158309,"job_number":"JOB_158309","tr_customer_id":158326,"tr_customer_product_id":158316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:04.000Z","modified_at":"2026-01-17T03:42:04.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10642936912407","imei1":"10642936912407","imei2":"10642936912407","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158311,"job_number":"JOB_158311","tr_customer_id":158328,"tr_customer_product_id":158318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:06.000Z","modified_at":"2026-01-17T03:42:06.000Z","name":"Ayla Davis","mobile_number":"368-956-0683","email_id":"Sven48@hotmail.com","dop":"2025-04-06","serial_number":"12240058036163820","imei1":"12240058036163820","imei2":"12240058036163820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158312,"job_number":"JOB_158312","tr_customer_id":158329,"tr_customer_product_id":158319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:12.000Z","modified_at":"2026-01-17T03:42:12.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10879389832204","imei1":"10879389832204","imei2":"10879389832204","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158314,"job_number":"JOB_158314","tr_customer_id":158331,"tr_customer_product_id":158321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:13.000Z","modified_at":"2026-01-17T03:42:13.000Z","name":"Columbus Simonis","mobile_number":"405-243-5956","email_id":"Beryl_Howell96@yahoo.com","dop":"2025-06-18","serial_number":"1024766373246710","imei1":"1024766373246710","imei2":"1024766373246710","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158316,"job_number":"JOB_158316","tr_customer_id":158333,"tr_customer_product_id":158323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:21.000Z","modified_at":"2026-01-17T03:42:21.000Z","name":"Mya Predovic","mobile_number":"520-548-4232","email_id":"Kaitlin97@hotmail.com","dop":"2025-04-06","serial_number":"13957635571223596","imei1":"13957635571223596","imei2":"13957635571223596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158317,"job_number":"JOB_158317","tr_customer_id":158334,"tr_customer_product_id":158324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:25.000Z","modified_at":"2026-01-17T03:42:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11548847925689","imei1":"11548847925689","imei2":"11548847925689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158319,"job_number":"JOB_158319","tr_customer_id":158336,"tr_customer_product_id":158326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:27.000Z","modified_at":"2026-01-17T03:42:27.000Z","name":"Josefa Donnelly","mobile_number":"984-836-9449","email_id":"Ally_Streich33@hotmail.com","dop":"2025-04-06","serial_number":"15412672708832728","imei1":"15412672708832728","imei2":"15412672708832728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158320,"job_number":"JOB_158320","tr_customer_id":158337,"tr_customer_product_id":158327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:31.000Z","modified_at":"2026-01-17T03:42:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13226251845927","imei1":"13226251845927","imei2":"13226251845927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158322,"job_number":"JOB_158322","tr_customer_id":158339,"tr_customer_product_id":158329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:33.000Z","modified_at":"2026-01-17T03:42:33.000Z","name":"Ismael Hettinger","mobile_number":"263-541-2330","email_id":"Allison.Feest27@gmail.com","dop":"2025-04-06","serial_number":"16757704840358704","imei1":"16757704840358704","imei2":"16757704840358704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158323,"job_number":"JOB_158323","tr_customer_id":158340,"tr_customer_product_id":158330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:38.000Z","modified_at":"2026-01-17T03:42:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12241115943616","imei1":"12241115943616","imei2":"12241115943616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158326,"job_number":"JOB_158326","tr_customer_id":158343,"tr_customer_product_id":158333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:40.000Z","modified_at":"2026-01-17T03:42:40.000Z","name":"Angel Kilback","mobile_number":"715-873-6019","email_id":"Opal6@yahoo.com","dop":"2025-04-06","serial_number":"17998057303062828","imei1":"17998057303062828","imei2":"17998057303062828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158327,"job_number":"JOB_158327","tr_customer_id":158344,"tr_customer_product_id":158334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:41.000Z","modified_at":"2026-01-17T03:42:41.000Z","name":"Ernestine Ebert","mobile_number":"209-481-8769","email_id":"Newell1@gmail.com","dop":"2025-04-06","serial_number":"17760583323635792","imei1":"17760583323635792","imei2":"17760583323635792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158330,"job_number":"JOB_158330","tr_customer_id":158347,"tr_customer_product_id":158337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:46.000Z","modified_at":"2026-01-17T03:42:46.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13970722830883","imei1":"13970722830883","imei2":"13970722830883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158332,"job_number":"JOB_158332","tr_customer_id":158349,"tr_customer_product_id":158339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:47.000Z","modified_at":"2026-01-17T03:42:47.000Z","name":"Isaac Wisozk","mobile_number":"390-473-4369","email_id":"Wendy56@hotmail.com","dop":"2025-04-06","serial_number":"18360545473714024","imei1":"18360545473714024","imei2":"18360545473714024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158333,"job_number":"JOB_158333","tr_customer_id":158350,"tr_customer_product_id":158340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:48.000Z","modified_at":"2026-01-17T03:42:48.000Z","name":"Giuseppe White","mobile_number":"317-578-4472","email_id":"Gunner_Kulas@yahoo.com","dop":"2025-04-06","serial_number":"10002718532913748","imei1":"10002718532913748","imei2":"10002718532913748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158334,"job_number":"JOB_158334","tr_customer_id":158351,"tr_customer_product_id":158341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:51.000Z","modified_at":"2026-01-17T03:42:51.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10099441595964","imei1":"10099441595964","imei2":"10099441595964","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158336,"job_number":"JOB_158336","tr_customer_id":158353,"tr_customer_product_id":158343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:52.000Z","modified_at":"2026-01-17T03:42:52.000Z","name":"Charlie Lubowitz","mobile_number":"619-782-3561","email_id":"Maxime_Herman50@yahoo.com","dop":"2025-06-18","serial_number":"1044119571468138","imei1":"1044119571468138","imei2":"1044119571468138","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158337,"job_number":"JOB_158337","tr_customer_id":158354,"tr_customer_product_id":158344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:58.000Z","modified_at":"2026-01-17T03:42:58.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"14943025042388","imei1":"14943025042388","imei2":"14943025042388","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158338,"job_number":"JOB_158338","tr_customer_id":158355,"tr_customer_product_id":158345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:58.000Z","modified_at":"2026-01-17T03:42:58.000Z","name":"Gia Tromp","mobile_number":"475-493-6789","email_id":"Marquis.Jacobi@yahoo.com","dop":"2025-09-16","serial_number":"16917283716432","imei1":"16917283716432","imei2":"16917283716432","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158339,"job_number":"JOB_158339","tr_customer_id":158356,"tr_customer_product_id":158346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:59.000Z","modified_at":"2026-01-17T03:42:59.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10540766052360","imei1":"10540766052360","imei2":"10540766052360","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158341,"job_number":"JOB_158341","tr_customer_id":158358,"tr_customer_product_id":158348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:01.000Z","modified_at":"2026-01-17T03:43:01.000Z","name":"Alexandro Batz","mobile_number":"743-426-1879","email_id":"Ollie_Von54@yahoo.com","dop":"2000-01-31","serial_number":"1070503726797013","imei1":"1070503726797013","imei2":"1070503726797013","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158342,"job_number":"JOB_158342","tr_customer_id":158359,"tr_customer_product_id":158349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:01.000Z","modified_at":"2026-01-17T03:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12915933961210","imei1":"12915933961210","imei2":"12915933961210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158345,"job_number":"JOB_158345","tr_customer_id":158362,"tr_customer_product_id":158352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:03.000Z","modified_at":"2026-01-17T03:43:03.000Z","name":"Imogene Jaskolski","mobile_number":"245-899-9647","email_id":"Leila_Kozey@hotmail.com","dop":"2025-04-06","serial_number":"10921159578267174","imei1":"10921159578267174","imei2":"10921159578267174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158346,"job_number":"JOB_158346","tr_customer_id":158363,"tr_customer_product_id":158353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:09.000Z","modified_at":"2026-01-17T03:43:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17830105534431","imei1":"17830105534431","imei2":"17830105534431","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158348,"job_number":"JOB_158348","tr_customer_id":158365,"tr_customer_product_id":158355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:11.000Z","modified_at":"2026-01-17T03:43:11.000Z","name":"Rosa Lakin","mobile_number":"505-854-8592","email_id":"Royal.Kovacek93@gmail.com","dop":"2025-04-06","serial_number":"19891253809236504","imei1":"19891253809236504","imei2":"19891253809236504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158349,"job_number":"JOB_158349","tr_customer_id":158366,"tr_customer_product_id":158356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:13.000Z","modified_at":"2026-01-17T03:43:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19760348823748","imei1":"19760348823748","imei2":"19760348823748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158351,"job_number":"JOB_158351","tr_customer_id":158368,"tr_customer_product_id":158358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:14.000Z","modified_at":"2026-01-17T03:43:14.000Z","name":"Maxie Simonis","mobile_number":"714-646-6797","email_id":"Cortez_Bernhard68@gmail.com","dop":"2025-04-06","serial_number":"18272113358536176","imei1":"18272113358536176","imei2":"18272113358536176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158352,"job_number":"JOB_158352","tr_customer_id":158369,"tr_customer_product_id":158359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:17.000Z","modified_at":"2026-01-17T03:43:17.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"12228670651526","imei1":"12228670651526","imei2":"12228670651526","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158353,"job_number":"JOB_158353","tr_customer_id":158370,"tr_customer_product_id":158360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:17.000Z","modified_at":"2026-01-17T03:43:17.000Z","name":"Abdullah Purdy","mobile_number":"401-933-2880","email_id":"Nicklaus_Lind@gmail.com","dop":"2025-09-16","serial_number":"18222976765792","imei1":"18222976765792","imei2":"18222976765792","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158355,"job_number":"JOB_158355","tr_customer_id":158372,"tr_customer_product_id":158362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:19.000Z","modified_at":"2026-01-17T03:43:19.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19896113260371","imei1":"19896113260371","imei2":"19896113260371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158357,"job_number":"JOB_158357","tr_customer_id":158374,"tr_customer_product_id":158364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:20.000Z","modified_at":"2026-01-17T03:43:20.000Z","name":"Buster Dare","mobile_number":"817-233-3389","email_id":"Weston_Schowalter@yahoo.com","dop":"2025-04-06","serial_number":"17844572024971160","imei1":"17844572024971160","imei2":"17844572024971160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158358,"job_number":"JOB_158358","tr_customer_id":158375,"tr_customer_product_id":158365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:26.000Z","modified_at":"2026-01-17T03:43:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13743105547883","imei1":"13743105547883","imei2":"13743105547883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158360,"job_number":"JOB_158360","tr_customer_id":158377,"tr_customer_product_id":158367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:28.000Z","modified_at":"2026-01-17T03:43:28.000Z","name":"Brett Reynolds","mobile_number":"922-318-3537","email_id":"Maximillia50@yahoo.com","dop":"2025-04-06","serial_number":"13751859025970380","imei1":"13751859025970380","imei2":"13751859025970380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158361,"job_number":"JOB_158361","tr_customer_id":158378,"tr_customer_product_id":158368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:35.000Z","modified_at":"2026-01-17T03:43:35.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18079694482748","imei1":"18079694482748","imei2":"18079694482748","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158362,"job_number":"JOB_158362","tr_customer_id":158379,"tr_customer_product_id":158369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:36.000Z","modified_at":"2026-01-17T03:43:36.000Z","name":"Ward Emard","mobile_number":"924-212-8981","email_id":"Kylie.Nitzsche18@gmail.com","dop":"2025-09-16","serial_number":"18884601472335","imei1":"18884601472335","imei2":"18884601472335","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158363,"job_number":"JOB_158363","tr_customer_id":158380,"tr_customer_product_id":158370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:40.000Z","modified_at":"2026-01-17T03:43:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12154354455255","imei1":"12154354455255","imei2":"12154354455255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158365,"job_number":"JOB_158365","tr_customer_id":158382,"tr_customer_product_id":158372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:41.000Z","modified_at":"2026-01-17T03:43:41.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10068029270895","imei1":"10068029270895","imei2":"10068029270895","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:41.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158367,"job_number":"JOB_158367","tr_customer_id":158384,"tr_customer_product_id":158374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:42.000Z","modified_at":"2026-01-17T03:43:42.000Z","name":"Rachael Hane","mobile_number":"560-882-8847","email_id":"Santino23@hotmail.com","dop":"2025-04-06","serial_number":"15141635986881400","imei1":"15141635986881400","imei2":"15141635986881400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158368,"job_number":"JOB_158368","tr_customer_id":158385,"tr_customer_product_id":158375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:43.000Z","modified_at":"2026-01-17T03:43:43.000Z","name":"Ada Dickens","mobile_number":"255-544-3360","email_id":"Fredrick90@hotmail.com","dop":"2000-01-31","serial_number":"1096078012318063","imei1":"1096078012318063","imei2":"1096078012318063","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:43.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158369,"job_number":"JOB_158369","tr_customer_id":158386,"tr_customer_product_id":158376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:45.000Z","modified_at":"2026-01-17T03:43:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19059364769336","imei1":"19059364769336","imei2":"19059364769336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158371,"job_number":"JOB_158371","tr_customer_id":158388,"tr_customer_product_id":158378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:47.000Z","modified_at":"2026-01-17T03:43:47.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11050754399361","imei1":"11050754399361","imei2":"11050754399361","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158372,"job_number":"JOB_158372","tr_customer_id":158389,"tr_customer_product_id":158379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:47.000Z","modified_at":"2026-01-17T03:43:47.000Z","name":"Abdullah Stokes","mobile_number":"361-781-2074","email_id":"Keagan_McCullough@hotmail.com","dop":"2025-04-06","serial_number":"11764566018513342","imei1":"11764566018513342","imei2":"11764566018513342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158374,"job_number":"JOB_158374","tr_customer_id":158391,"tr_customer_product_id":158381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:49.000Z","modified_at":"2026-01-17T03:43:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19301314842118","imei1":"19301314842118","imei2":"19301314842118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158375,"job_number":"JOB_158375","tr_customer_id":158392,"tr_customer_product_id":158382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:49.000Z","modified_at":"2026-01-17T03:43:49.000Z","name":"Trace Anderson","mobile_number":"627-441-7842","email_id":"Ulices_Pollich60@yahoo.com","dop":"2025-04-06","serial_number":"16639467803181792","imei1":"16639467803181792","imei2":"16639467803181792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158378,"job_number":"JOB_158378","tr_customer_id":158395,"tr_customer_product_id":158385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:50.000Z","modified_at":"2026-01-17T03:43:50.000Z","name":"Emery Kuhn","mobile_number":"624-245-5695","email_id":"Jarrell44@yahoo.com","dop":"2025-04-06","serial_number":"17913242991081472","imei1":"17913242991081472","imei2":"17913242991081472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158379,"job_number":"JOB_158379","tr_customer_id":158396,"tr_customer_product_id":158386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:53.000Z","modified_at":"2026-01-17T03:43:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16028864264067","imei1":"16028864264067","imei2":"16028864264067","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158381,"job_number":"JOB_158381","tr_customer_id":158398,"tr_customer_product_id":158388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:55.000Z","modified_at":"2026-01-17T03:43:55.000Z","name":"Nels Frami","mobile_number":"308-878-2553","email_id":"Gerald_Schiller@gmail.com","dop":"2025-04-06","serial_number":"14994155488342068","imei1":"14994155488342068","imei2":"14994155488342068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158382,"job_number":"JOB_158382","tr_customer_id":158399,"tr_customer_product_id":158389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:59.000Z","modified_at":"2026-01-17T03:43:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15516443505659","imei1":"15516443505659","imei2":"15516443505659","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158384,"job_number":"JOB_158384","tr_customer_id":158401,"tr_customer_product_id":158391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:01.000Z","modified_at":"2026-01-17T03:44:01.000Z","name":"Quincy Kautzer","mobile_number":"253-282-7557","email_id":"Soledad.Fahey23@yahoo.com","dop":"2025-04-06","serial_number":"18422789504421132","imei1":"18422789504421132","imei2":"18422789504421132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158389,"job_number":"JOB_158389","tr_customer_id":158406,"tr_customer_product_id":158396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:04.000Z","modified_at":"2026-01-17T03:44:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14543423106359","imei1":"14543423106359","imei2":"14543423106359","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158391,"job_number":"JOB_158391","tr_customer_id":158408,"tr_customer_product_id":158398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:05.000Z","modified_at":"2026-01-17T03:44:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15909158096228","imei1":"15909158096228","imei2":"15909158096228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158392,"job_number":"JOB_158392","tr_customer_id":158409,"tr_customer_product_id":158399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:05.000Z","modified_at":"2026-01-17T03:44:05.000Z","name":"Carlee Wilderman","mobile_number":"773-230-7782","email_id":"Rex.Gleichner31@hotmail.com","dop":"2025-04-06","serial_number":"10257790852935840","imei1":"10257790852935840","imei2":"10257790852935840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158394,"job_number":"JOB_158394","tr_customer_id":158411,"tr_customer_product_id":158401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:07.000Z","modified_at":"2026-01-17T03:44:07.000Z","name":"Lou Schaden","mobile_number":"454-376-8219","email_id":"Jordon.Zemlak@gmail.com","dop":"2025-04-06","serial_number":"14508947457424256","imei1":"14508947457424256","imei2":"14508947457424256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158395,"job_number":"JOB_158395","tr_customer_id":158412,"tr_customer_product_id":158402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:09.000Z","modified_at":"2026-01-17T03:44:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14580619089639","imei1":"14580619089639","imei2":"14580619089639","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158397,"job_number":"JOB_158397","tr_customer_id":158414,"tr_customer_product_id":158404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:10.000Z","modified_at":"2026-01-17T03:44:10.000Z","name":"Aditya Schuppe","mobile_number":"780-814-5186","email_id":"Cesar95@hotmail.com","dop":"2025-04-06","serial_number":"19345175489014524","imei1":"19345175489014524","imei2":"19345175489014524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158399,"job_number":"JOB_158399","tr_customer_id":158416,"tr_customer_product_id":158406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:13.000Z","modified_at":"2026-01-17T03:44:13.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"15317049550984","imei1":"15317049550984","imei2":"15317049550984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158404,"job_number":"JOB_158404","tr_customer_id":158421,"tr_customer_product_id":158411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:14.000Z","modified_at":"2026-01-17T03:44:14.000Z","name":"Reagan Corwin","mobile_number":"876-313-3810","email_id":"Kamryn.Borer@gmail.com","dop":"2025-04-06","serial_number":"16292775999946216","imei1":"16292775999946216","imei2":"16292775999946216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158405,"job_number":"JOB_158405","tr_customer_id":158422,"tr_customer_product_id":158412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:15.000Z","modified_at":"2026-01-17T03:44:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11819905333217","imei1":"11819905333217","imei2":"11819905333217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158407,"job_number":"JOB_158407","tr_customer_id":158424,"tr_customer_product_id":158414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:16.000Z","modified_at":"2026-01-17T03:44:16.000Z","name":"Trevor Reichel","mobile_number":"682-340-4976","email_id":"Arnoldo_Bauch95@hotmail.com","dop":"2025-04-06","serial_number":"18482934863464452","imei1":"18482934863464452","imei2":"18482934863464452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158408,"job_number":"JOB_158408","tr_customer_id":158425,"tr_customer_product_id":158415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:23.000Z","modified_at":"2026-01-17T03:44:23.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10092148708392","imei1":"10092148708392","imei2":"10092148708392","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158410,"job_number":"JOB_158410","tr_customer_id":158427,"tr_customer_product_id":158417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:24.000Z","modified_at":"2026-01-17T03:44:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12898158063155","imei1":"12898158063155","imei2":"12898158063155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158411,"job_number":"JOB_158411","tr_customer_id":158428,"tr_customer_product_id":158418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:25.000Z","modified_at":"2026-01-17T03:44:25.000Z","name":"Tiara Ledner","mobile_number":"387-756-8910","email_id":"Giuseppe64@gmail.com","dop":"2000-01-31","serial_number":"1078481547272418","imei1":"1078481547272418","imei2":"1078481547272418","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158413,"job_number":"JOB_158413","tr_customer_id":158430,"tr_customer_product_id":158420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:26.000Z","modified_at":"2026-01-17T03:44:26.000Z","name":"Geraldine Simonis","mobile_number":"531-836-5699","email_id":"Skyla.Orn@yahoo.com","dop":"2025-04-06","serial_number":"18252990457476424","imei1":"18252990457476424","imei2":"18252990457476424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158417,"job_number":"JOB_158417","tr_customer_id":158434,"tr_customer_product_id":158424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:29.000Z","modified_at":"2026-01-17T03:44:29.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16230485353786","imei1":"16230485353786","imei2":"16230485353786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158419,"job_number":"JOB_158419","tr_customer_id":158436,"tr_customer_product_id":158426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:30.000Z","modified_at":"2026-01-17T03:44:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12573835982143","imei1":"12573835982143","imei2":"12573835982143","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158421,"job_number":"JOB_158421","tr_customer_id":158438,"tr_customer_product_id":158428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:31.000Z","modified_at":"2026-01-17T03:44:31.000Z","name":"Justyn Fadel","mobile_number":"368-238-2760","email_id":"Ona.Kirlin@hotmail.com","dop":"2025-04-06","serial_number":"17327564406553304","imei1":"17327564406553304","imei2":"17327564406553304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158422,"job_number":"JOB_158422","tr_customer_id":158439,"tr_customer_product_id":158429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:31.000Z","modified_at":"2026-01-17T03:44:31.000Z","name":"Ayla Blanda","mobile_number":"547-223-3146","email_id":"Aleen96@yahoo.com","dop":"2025-04-06","serial_number":"15792962600481620","imei1":"15792962600481620","imei2":"15792962600481620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158423,"job_number":"JOB_158423","tr_customer_id":158440,"tr_customer_product_id":158430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:32.000Z","modified_at":"2026-01-17T03:44:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19927570230036","imei1":"19927570230036","imei2":"19927570230036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158425,"job_number":"JOB_158425","tr_customer_id":158442,"tr_customer_product_id":158432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:33.000Z","modified_at":"2026-01-17T03:44:33.000Z","name":"Ernestine Romaguera","mobile_number":"692-373-9243","email_id":"Kari82@gmail.com","dop":"2025-04-06","serial_number":"12439666052622280","imei1":"12439666052622280","imei2":"12439666052622280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158429,"job_number":"JOB_158429","tr_customer_id":158446,"tr_customer_product_id":158436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:46.000Z","modified_at":"2026-01-17T03:44:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15085258395613","imei1":"15085258395613","imei2":"15085258395613","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158431,"job_number":"JOB_158431","tr_customer_id":158448,"tr_customer_product_id":158438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:48.000Z","modified_at":"2026-01-17T03:44:48.000Z","name":"Chanel Franecki","mobile_number":"310-936-9788","email_id":"Alverta_Raynor@hotmail.com","dop":"2025-04-06","serial_number":"18272496859658330","imei1":"18272496859658330","imei2":"18272496859658330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158432,"job_number":"JOB_158432","tr_customer_id":158449,"tr_customer_product_id":158439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:48.000Z","modified_at":"2026-01-17T03:44:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12780260390456","imei1":"12780260390456","imei2":"12780260390456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158434,"job_number":"JOB_158434","tr_customer_id":158451,"tr_customer_product_id":158441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:50.000Z","modified_at":"2026-01-17T03:44:50.000Z","name":"Arely Davis","mobile_number":"459-915-9185","email_id":"Samson73@yahoo.com","dop":"2025-04-06","serial_number":"15989243258978092","imei1":"15989243258978092","imei2":"15989243258978092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158435,"job_number":"JOB_158435","tr_customer_id":158452,"tr_customer_product_id":158442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:51.000Z","modified_at":"2026-01-17T03:44:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19743296764554","imei1":"19743296764554","imei2":"19743296764554","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158437,"job_number":"JOB_158437","tr_customer_id":158454,"tr_customer_product_id":158444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:52.000Z","modified_at":"2026-01-17T03:44:52.000Z","name":"Moriah Hilpert","mobile_number":"353-636-3908","email_id":"Junius_Toy75@hotmail.com","dop":"2025-04-06","serial_number":"16613733576172818","imei1":"16613733576172818","imei2":"16613733576172818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158438,"job_number":"JOB_158438","tr_customer_id":158455,"tr_customer_product_id":158445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:54.000Z","modified_at":"2026-01-17T03:44:54.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"10503498189805","imei1":"10503498189805","imei2":"10503498189805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158440,"job_number":"JOB_158440","tr_customer_id":158457,"tr_customer_product_id":158447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:55.000Z","modified_at":"2026-01-17T03:44:55.000Z","name":"Baylee Stroman","mobile_number":"511-245-8551","email_id":"Lolita.Anderson@gmail.com","dop":"2025-04-06","serial_number":"11056415589980452","imei1":"11056415589980452","imei2":"11056415589980452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158442,"job_number":"JOB_158442","tr_customer_id":158459,"tr_customer_product_id":158449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:57.000Z","modified_at":"2026-01-17T03:44:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17137425120923","imei1":"17137425120923","imei2":"17137425120923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158446,"job_number":"JOB_158446","tr_customer_id":158463,"tr_customer_product_id":158453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:58.000Z","modified_at":"2026-01-17T03:44:58.000Z","name":"Bert Hamill","mobile_number":"664-240-5642","email_id":"Ludie.Spencer15@hotmail.com","dop":"2025-04-06","serial_number":"15313230477635702","imei1":"15313230477635702","imei2":"15313230477635702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158447,"job_number":"JOB_158447","tr_customer_id":158464,"tr_customer_product_id":158454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:05.000Z","modified_at":"2026-01-17T03:45:05.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10912464399061","imei1":"10912464399061","imei2":"10912464399061","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158449,"job_number":"JOB_158449","tr_customer_id":158466,"tr_customer_product_id":158456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:06.000Z","modified_at":"2026-01-17T03:45:06.000Z","name":"Irwin Schroeder","mobile_number":"754-501-3257","email_id":"Romaine.Ruecker@yahoo.com","dop":"2000-01-31","serial_number":"1080741632308984","imei1":"1080741632308984","imei2":"1080741632308984","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158450,"job_number":"JOB_158450","tr_customer_id":158467,"tr_customer_product_id":158457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:09.000Z","modified_at":"2026-01-17T03:45:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16829385744696","imei1":"16829385744696","imei2":"16829385744696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158452,"job_number":"JOB_158452","tr_customer_id":158469,"tr_customer_product_id":158459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:10.000Z","modified_at":"2026-01-17T03:45:10.000Z","name":"Felicity Hermann","mobile_number":"758-975-0159","email_id":"Jaylan_Welch@gmail.com","dop":"2025-04-06","serial_number":"16830718523164110","imei1":"16830718523164110","imei2":"16830718523164110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158453,"job_number":"JOB_158453","tr_customer_id":158470,"tr_customer_product_id":158460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:11.000Z","modified_at":"2026-01-17T03:45:11.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16550366429811","imei1":"16550366429811","imei2":"16550366429811","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158455,"job_number":"JOB_158455","tr_customer_id":158472,"tr_customer_product_id":158462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:12.000Z","modified_at":"2026-01-17T03:45:12.000Z","name":"Fanny Purdy","mobile_number":"355-969-6249","email_id":"Tre_Lindgren@hotmail.com","dop":"2025-04-06","serial_number":"16738865391688472","imei1":"16738865391688472","imei2":"16738865391688472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158456,"job_number":"JOB_158456","tr_customer_id":158473,"tr_customer_product_id":158463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:15.000Z","modified_at":"2026-01-17T03:45:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17704274226311","imei1":"17704274226311","imei2":"17704274226311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158458,"job_number":"JOB_158458","tr_customer_id":158475,"tr_customer_product_id":158465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:17.000Z","modified_at":"2026-01-17T03:45:17.000Z","name":"Zola Kris","mobile_number":"688-973-9265","email_id":"Alyson_Leuschke73@yahoo.com","dop":"2025-04-06","serial_number":"12014264956446524","imei1":"12014264956446524","imei2":"12014264956446524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158459,"job_number":"JOB_158459","tr_customer_id":158476,"tr_customer_product_id":158466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:27.000Z","modified_at":"2026-01-17T03:45:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16916618709760","imei1":"16916618709760","imei2":"16916618709760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158461,"job_number":"JOB_158461","tr_customer_id":158478,"tr_customer_product_id":158468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:28.000Z","modified_at":"2026-01-17T03:45:28.000Z","name":"Antwon Streich","mobile_number":"707-873-1750","email_id":"Rosie.Lemke78@hotmail.com","dop":"2025-04-06","serial_number":"15865455658023582","imei1":"15865455658023582","imei2":"15865455658023582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158462,"job_number":"JOB_158462","tr_customer_id":158479,"tr_customer_product_id":158469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:33.000Z","modified_at":"2026-01-17T03:45:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15662932582567","imei1":"15662932582567","imei2":"15662932582567","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158464,"job_number":"JOB_158464","tr_customer_id":158481,"tr_customer_product_id":158471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:35.000Z","modified_at":"2026-01-17T03:45:35.000Z","name":"Fritz Huels","mobile_number":"858-733-3882","email_id":"Katrina92@gmail.com","dop":"2025-04-06","serial_number":"12120448868879648","imei1":"12120448868879648","imei2":"12120448868879648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158465,"job_number":"JOB_158465","tr_customer_id":158482,"tr_customer_product_id":158472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:39.000Z","modified_at":"2026-01-17T03:45:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15156462830399","imei1":"15156462830399","imei2":"15156462830399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158467,"job_number":"JOB_158467","tr_customer_id":158484,"tr_customer_product_id":158474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:40.000Z","modified_at":"2026-01-17T03:45:40.000Z","name":"Kaden Simonis","mobile_number":"808-612-1849","email_id":"Samson_Hessel6@gmail.com","dop":"2025-04-06","serial_number":"19678039631427356","imei1":"19678039631427356","imei2":"19678039631427356","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158468,"job_number":"JOB_158468","tr_customer_id":158485,"tr_customer_product_id":158475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:04.000Z","modified_at":"2026-01-17T03:52:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12658702541003","imei1":"12658702541003","imei2":"12658702541003","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158469,"job_number":"JOB_158469","tr_customer_id":158486,"tr_customer_product_id":158476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:05.000Z","modified_at":"2026-01-17T03:52:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12790577762976","imei1":"12790577762976","imei2":"12790577762976","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158470,"job_number":"JOB_158470","tr_customer_id":158487,"tr_customer_product_id":158477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:05.000Z","modified_at":"2026-01-17T03:52:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41571555289715","imei1":"41571555289715","imei2":"41571555289715","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158471,"job_number":"JOB_158471","tr_customer_id":158488,"tr_customer_product_id":158478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:05.000Z","modified_at":"2026-01-17T03:52:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50012863760278","imei1":"50012863760278","imei2":"50012863760278","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158472,"job_number":"JOB_158472","tr_customer_id":158489,"tr_customer_product_id":158479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:06.000Z","modified_at":"2026-01-17T03:52:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93020997356067","imei1":"93020997356067","imei2":"93020997356067","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158473,"job_number":"JOB_158473","tr_customer_id":158490,"tr_customer_product_id":158480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:06.000Z","modified_at":"2026-01-17T03:52:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84372375178370","imei1":"84372375178370","imei2":"84372375178370","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158475,"job_number":"JOB_158475","tr_customer_id":158492,"tr_customer_product_id":158482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:34.000Z","modified_at":"2026-01-17T03:52:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"67740639442453","imei1":"67740639442453","imei2":"67740639442453","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158476,"job_number":"JOB_158476","tr_customer_id":158493,"tr_customer_product_id":158483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:34.000Z","modified_at":"2026-01-17T03:52:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27355793565330","imei1":"27355793565330","imei2":"27355793565330","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158477,"job_number":"JOB_158477","tr_customer_id":158494,"tr_customer_product_id":158484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:34.000Z","modified_at":"2026-01-17T03:52:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23725307168377","imei1":"23725307168377","imei2":"23725307168377","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158478,"job_number":"JOB_158478","tr_customer_id":158495,"tr_customer_product_id":158485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:35.000Z","modified_at":"2026-01-17T03:52:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"58608340593055","imei1":"58608340593055","imei2":"58608340593055","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158479,"job_number":"JOB_158479","tr_customer_id":158496,"tr_customer_product_id":158486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:35.000Z","modified_at":"2026-01-17T03:52:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92112373533722","imei1":"92112373533722","imei2":"92112373533722","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158480,"job_number":"JOB_158480","tr_customer_id":158497,"tr_customer_product_id":158487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:35.000Z","modified_at":"2026-01-17T03:52:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93823973192271","imei1":"93823973192271","imei2":"93823973192271","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158482,"job_number":"JOB_158482","tr_customer_id":158499,"tr_customer_product_id":158489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:03.000Z","modified_at":"2026-01-17T03:53:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84129823989372","imei1":"84129823989372","imei2":"84129823989372","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158483,"job_number":"JOB_158483","tr_customer_id":158500,"tr_customer_product_id":158490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:03.000Z","modified_at":"2026-01-17T03:53:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"56021512155796","imei1":"56021512155796","imei2":"56021512155796","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158484,"job_number":"JOB_158484","tr_customer_id":158501,"tr_customer_product_id":158491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:03.000Z","modified_at":"2026-01-17T03:53:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94200482634850","imei1":"94200482634850","imei2":"94200482634850","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158485,"job_number":"JOB_158485","tr_customer_id":158502,"tr_customer_product_id":158492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:03.000Z","modified_at":"2026-01-17T03:53:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37624114442169","imei1":"37624114442169","imei2":"37624114442169","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158486,"job_number":"JOB_158486","tr_customer_id":158503,"tr_customer_product_id":158493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:04.000Z","modified_at":"2026-01-17T03:53:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87220281306943","imei1":"87220281306943","imei2":"87220281306943","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158487,"job_number":"JOB_158487","tr_customer_id":158504,"tr_customer_product_id":158494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:04.000Z","modified_at":"2026-01-17T03:53:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35888410107871","imei1":"35888410107871","imei2":"35888410107871","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158490,"job_number":"JOB_158490","tr_customer_id":158507,"tr_customer_product_id":158497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:08:33.000Z","modified_at":"2026-01-17T04:08:33.000Z","name":"Hadley Carroll","mobile_number":"771-832-6905","email_id":"Letitia_Beer75@gmail.com","dop":"2025-04-06","serial_number":"18919572424176256","imei1":"18919572424176256","imei2":"18919572424176256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:08:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158491,"job_number":"JOB_158491","tr_customer_id":158508,"tr_customer_product_id":158498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:29:13.000Z","modified_at":"2026-01-17T04:29:13.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-07","serial_number":"79346830104945","imei1":"79346830104945","imei2":"79346830104945","popurl":"2026-01-07T04:29:12.774537917Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158492,"job_number":"JOB_158492","tr_customer_id":158509,"tr_customer_product_id":158499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:29:31.000Z","modified_at":"2026-01-17T04:29:31.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-07","serial_number":"54572346588677","imei1":"54572346588677","imei2":"54572346588677","popurl":"2026-01-07T04:29:31.496533692Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158493,"job_number":"JOB_158493","tr_customer_id":158510,"tr_customer_product_id":158500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:36:30.000Z","modified_at":"2026-01-17T04:36:30.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"104763738620281","imei1":"104763738620281","imei2":"104763738620281","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:36:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158495,"job_number":"JOB_158495","tr_customer_id":158512,"tr_customer_product_id":158502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:36:41.000Z","modified_at":"2026-01-17T04:36:41.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103117976882487","imei1":"103117976882487","imei2":"103117976882487","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:36:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158498,"job_number":"JOB_158498","tr_customer_id":158515,"tr_customer_product_id":158505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:51:05.000Z","modified_at":"2026-01-17T04:51:05.000Z","name":"Bessie Boehm","mobile_number":"999-705-9704","email_id":"Doug.Prohaska19@hotmail.com","dop":"2025-04-06","serial_number":"18239929458845340","imei1":"18239929458845340","imei2":"18239929458845340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:51:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158500,"job_number":"JOB_158500","tr_customer_id":158517,"tr_customer_product_id":158507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:51:27.000Z","modified_at":"2026-01-17T04:51:27.000Z","name":"Violet Jakubowski","mobile_number":"218-628-8258","email_id":"Ronaldo_Romaguera31@hotmail.com","dop":"2025-04-06","serial_number":"14095965883664250","imei1":"14095965883664250","imei2":"14095965883664250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158506,"job_number":"JOB_158506","tr_customer_id":158523,"tr_customer_product_id":158513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:09:19.000Z","modified_at":"2026-01-17T06:09:19.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-01-07","serial_number":"49999999999999","imei1":"49999999999999","imei2":"49999999999999","popurl":"2026-01-07T06:09:12.942977900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:09:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158508,"job_number":"JOB_158508","tr_customer_id":158525,"tr_customer_product_id":158515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:10:17.000Z","modified_at":"2026-01-17T06:10:17.000Z","name":"Janis Kris","mobile_number":"569-347-4856","email_id":"Wanda.Trantow@hotmail.com","dop":"2025-04-13","serial_number":"1052894164277714","imei1":"1052894164277714","imei2":"1052894164277714","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:10:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158514,"job_number":"JOB_158514","tr_customer_id":158531,"tr_customer_product_id":158521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:01:22.000Z","modified_at":"2026-01-17T07:01:22.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-07","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-07T07:01:22.680558100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:01:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158518,"job_number":"JOB_158518","tr_customer_id":158535,"tr_customer_product_id":158525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:37:12.000Z","modified_at":"2026-01-17T07:37:12.000Z","name":"Mateo Brekke","mobile_number":"678-960-7097","email_id":"Isom.Hudson23@gmail.com","dop":"2025-04-06","serial_number":"18453133568383660","imei1":"18453133568383660","imei2":"18453133568383660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158523,"job_number":"JOB_158523","tr_customer_id":158540,"tr_customer_product_id":158530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:38:09.000Z","modified_at":"2026-01-17T07:38:09.000Z","name":"Kelsi Hammes","mobile_number":"486-679-7255","email_id":"Gerardo.Luettgen22@yahoo.com","dop":"2025-04-06","serial_number":"12006937043053414","imei1":"12006937043053414","imei2":"12006937043053414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:38:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158524,"job_number":"JOB_158524","tr_customer_id":158541,"tr_customer_product_id":158531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:43:58.000Z","modified_at":"2026-01-17T07:43:58.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-07","serial_number":"45147707147372","imei1":"45147707147372","imei2":"45147707147372","popurl":"2026-01-07T07:43:58.115451478Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:43:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158525,"job_number":"JOB_158525","tr_customer_id":158542,"tr_customer_product_id":158532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:59:59.000Z","modified_at":"2026-01-17T07:59:59.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"12769103387115","imei1":"12769103387115","imei2":"12769103387115","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158527,"job_number":"JOB_158527","tr_customer_id":158544,"tr_customer_product_id":158534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:00:00.000Z","modified_at":"2026-01-17T08:00:00.000Z","name":"Estefania Pfannerstill","mobile_number":"628-785-9082","email_id":"Angeline26@gmail.com","dop":"2025-11-11","serial_number":"1077417546950140","imei1":"1077417546950140","imei2":"1077417546950140","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158528,"job_number":"JOB_158528","tr_customer_id":158545,"tr_customer_product_id":158535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:00:31.000Z","modified_at":"2026-01-17T08:00:31.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"16669703686097","imei1":"16669703686097","imei2":"16669703686097","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158530,"job_number":"JOB_158530","tr_customer_id":158547,"tr_customer_product_id":158537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:00:32.000Z","modified_at":"2026-01-17T08:00:32.000Z","name":"Dejah Hills","mobile_number":"582-458-8828","email_id":"Janice.Hudson55@hotmail.com","dop":"2025-11-11","serial_number":"1064031406898344","imei1":"1064031406898344","imei2":"1064031406898344","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158531,"job_number":"JOB_158531","tr_customer_id":158548,"tr_customer_product_id":158538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:01:04.000Z","modified_at":"2026-01-17T08:01:04.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"12321985032106","imei1":"12321985032106","imei2":"12321985032106","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158533,"job_number":"JOB_158533","tr_customer_id":158550,"tr_customer_product_id":158540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:01:05.000Z","modified_at":"2026-01-17T08:01:05.000Z","name":"Kris Wiza","mobile_number":"387-398-8240","email_id":"Tomasa.Beahan@gmail.com","dop":"2025-11-11","serial_number":"1012264961362038","imei1":"1012264961362038","imei2":"1012264961362038","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158534,"job_number":"JOB_158534","tr_customer_id":158551,"tr_customer_product_id":158541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:14:59.000Z","modified_at":"2026-01-17T08:14:59.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"15334009936918","imei1":"15334009936918","imei2":"15334009936918","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:14:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158536,"job_number":"JOB_158536","tr_customer_id":158553,"tr_customer_product_id":158543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:15:01.000Z","modified_at":"2026-01-17T08:15:01.000Z","name":"Jermey Fay","mobile_number":"588-795-7408","email_id":"Leann69@gmail.com","dop":"2025-11-11","serial_number":"1053642201114808","imei1":"1053642201114808","imei2":"1053642201114808","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:15:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158537,"job_number":"JOB_158537","tr_customer_id":158554,"tr_customer_product_id":158544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:15:36.000Z","modified_at":"2026-01-17T08:15:37.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"10521778890172","imei1":"10521778890172","imei2":"10521778890172","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:15:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158539,"job_number":"JOB_158539","tr_customer_id":158556,"tr_customer_product_id":158546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:15:38.000Z","modified_at":"2026-01-17T08:15:38.000Z","name":"Vesta Adams","mobile_number":"602-479-0951","email_id":"Loy_Bartell@yahoo.com","dop":"2025-11-11","serial_number":"1034828494722546","imei1":"1034828494722546","imei2":"1034828494722546","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:15:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158540,"job_number":"JOB_158540","tr_customer_id":158557,"tr_customer_product_id":158547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:16:13.000Z","modified_at":"2026-01-17T08:16:13.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"17802269403639","imei1":"17802269403639","imei2":"17802269403639","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:16:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158542,"job_number":"JOB_158542","tr_customer_id":158559,"tr_customer_product_id":158549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:16:14.000Z","modified_at":"2026-01-17T08:16:14.000Z","name":"Stacy Terry","mobile_number":"662-953-4308","email_id":"Bobbie.Kessler@hotmail.com","dop":"2025-11-11","serial_number":"1095504457553139","imei1":"1095504457553139","imei2":"1095504457553139","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:16:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158543,"job_number":"JOB_158543","tr_customer_id":158560,"tr_customer_product_id":158550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:16:58.000Z","modified_at":"2026-01-17T08:16:58.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"14410187190358","imei1":"14410187190358","imei2":"14410187190358","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:16:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158545,"job_number":"JOB_158545","tr_customer_id":158562,"tr_customer_product_id":158552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:16:59.000Z","modified_at":"2026-01-17T08:16:59.000Z","name":"Florian Corkery","mobile_number":"339-664-6112","email_id":"Natasha.Kovacek31@gmail.com","dop":"2025-11-11","serial_number":"1089759704103791","imei1":"1089759704103791","imei2":"1089759704103791","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:16:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158546,"job_number":"JOB_158546","tr_customer_id":158563,"tr_customer_product_id":158553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:17:31.000Z","modified_at":"2026-01-17T08:17:31.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"13031192936951","imei1":"13031192936951","imei2":"13031192936951","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158548,"job_number":"JOB_158548","tr_customer_id":158565,"tr_customer_product_id":158555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:17:32.000Z","modified_at":"2026-01-17T08:17:32.000Z","name":"Luna Strosin","mobile_number":"912-537-8353","email_id":"Neoma_Walker@hotmail.com","dop":"2025-11-11","serial_number":"1089809401415059","imei1":"1089809401415059","imei2":"1089809401415059","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:17:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158549,"job_number":"JOB_158549","tr_customer_id":158566,"tr_customer_product_id":158556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:18:04.000Z","modified_at":"2026-01-17T08:18:04.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"12527699152554","imei1":"12527699152554","imei2":"12527699152554","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:18:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158551,"job_number":"JOB_158551","tr_customer_id":158568,"tr_customer_product_id":158558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:18:06.000Z","modified_at":"2026-01-17T08:18:06.000Z","name":"Brandon Dickinson","mobile_number":"488-970-6215","email_id":"Jameson.Sporer@hotmail.com","dop":"2025-11-11","serial_number":"1006251795810761","imei1":"1006251795810761","imei2":"1006251795810761","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158552,"job_number":"JOB_158552","tr_customer_id":158569,"tr_customer_product_id":158559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:21:04.000Z","modified_at":"2026-01-17T08:21:04.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"19565437812488","imei1":"19565437812488","imei2":"19565437812488","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158554,"job_number":"JOB_158554","tr_customer_id":158571,"tr_customer_product_id":158561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:21:06.000Z","modified_at":"2026-01-17T08:21:06.000Z","name":"Robb Wilkinson","mobile_number":"556-554-4747","email_id":"Oceane.Okuneva79@hotmail.com","dop":"2025-11-11","serial_number":"1048774358593789","imei1":"1048774358593789","imei2":"1048774358593789","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158555,"job_number":"JOB_158555","tr_customer_id":158572,"tr_customer_product_id":158562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:21:44.000Z","modified_at":"2026-01-17T08:21:44.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"19450734363893","imei1":"19450734363893","imei2":"19450734363893","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:21:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158557,"job_number":"JOB_158557","tr_customer_id":158574,"tr_customer_product_id":158564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:21:45.000Z","modified_at":"2026-01-17T08:21:45.000Z","name":"Moshe Blanda","mobile_number":"753-548-1555","email_id":"Maxie.Dooley@gmail.com","dop":"2025-11-11","serial_number":"1090789462274335","imei1":"1090789462274335","imei2":"1090789462274335","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:21:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158558,"job_number":"JOB_158558","tr_customer_id":158575,"tr_customer_product_id":158565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:22:23.000Z","modified_at":"2026-01-17T08:22:23.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"11071961342702","imei1":"11071961342702","imei2":"11071961342702","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:22:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158560,"job_number":"JOB_158560","tr_customer_id":158577,"tr_customer_product_id":158567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:22:24.000Z","modified_at":"2026-01-17T08:22:24.000Z","name":"Queen Heathcote","mobile_number":"480-444-4845","email_id":"Kailee.Littel42@yahoo.com","dop":"2025-11-11","serial_number":"1022970343593802","imei1":"1022970343593802","imei2":"1022970343593802","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:22:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158567,"job_number":"JOB_158567","tr_customer_id":158584,"tr_customer_product_id":158574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T09:26:35.000Z","modified_at":"2026-01-17T09:26:35.000Z","name":"Rajdeep Roy","mobile_number":"8767564676","email_id":"rajdeep@mail.com","dop":"2025-12-31","serial_number":"34545656765645","imei1":"34545656765645","imei2":"34545656765645","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T09:26:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158568,"job_number":"JOB_158568","tr_customer_id":158585,"tr_customer_product_id":158575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T09:39:32.000Z","modified_at":"2026-01-17T09:39:32.000Z","name":"Rajdeep Roy","mobile_number":"8767564676","email_id":"rajdeep@mail.com","dop":"2025-12-31","serial_number":"34545656765641","imei1":"34545656765641","imei2":"34545656765641","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T09:39:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158569,"job_number":"JOB_158569","tr_customer_id":158586,"tr_customer_product_id":158576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T09:50:14.000Z","modified_at":"2026-01-17T09:50:14.000Z","name":"Aurore Wiegand","mobile_number":"515-741-0744","email_id":"Keshaun18@hotmail.com","dop":"2025-12-01","serial_number":"13314381694261","imei1":"13314381694261","imei2":"13314381694261","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T09:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158570,"job_number":"JOB_158570","tr_customer_id":158587,"tr_customer_product_id":158577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T09:50:23.000Z","modified_at":"2026-01-17T09:50:23.000Z","name":"Orval Stiedemann","mobile_number":"414-340-6119","email_id":"Murl.Harber52@hotmail.com","dop":"2025-12-01","serial_number":"14181177242485","imei1":"14181177242485","imei2":"14181177242485","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T09:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158571,"job_number":"JOB_158571","tr_customer_id":158588,"tr_customer_product_id":158578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:14:41.000Z","modified_at":"2026-01-17T10:14:41.000Z","name":"Orval Stiedemann","mobile_number":"414-340-6119","email_id":"Murl.Harber52@hotmail.com","dop":"2025-12-01","serial_number":"59181177242415","imei1":"59181177242415","imei2":"59181177242415","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:14:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158572,"job_number":"JOB_158572","tr_customer_id":158589,"tr_customer_product_id":158579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:14:41.000Z","modified_at":"2026-01-17T10:14:41.000Z","name":"Orval Stiedemann","mobile_number":"414-340-6119","email_id":"Murl.Harber52@hotmail.com","dop":"2025-12-01","serial_number":"54181077242485","imei1":"54181077242485","imei2":"54181077242485","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:14:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158573,"job_number":"JOB_158573","tr_customer_id":158590,"tr_customer_product_id":158580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:14:41.000Z","modified_at":"2026-01-17T10:14:41.000Z","name":"Orval Stiedemann","mobile_number":"414-340-6119","email_id":"Murl.Harber52@hotmail.com","dop":"2025-12-01","serial_number":"84781177242485","imei1":"84781177242485","imei2":"84781177242485","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:14:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158574,"job_number":"JOB_158574","tr_customer_id":158591,"tr_customer_product_id":158581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:30:22.000Z","modified_at":"2026-01-17T10:30:22.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-07","serial_number":"499863806375566","imei1":"499863806375566","imei2":"499863806375566","popurl":"2026-01-07T10:30:21.934521140Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:30:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158575,"job_number":"JOB_158575","tr_customer_id":158592,"tr_customer_product_id":158582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:30:34.000Z","modified_at":"2026-01-17T10:30:34.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-07","serial_number":"499863806376402","imei1":"499863806376402","imei2":"499863806376402","popurl":"2026-01-07T10:30:33.469421365Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:30:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158576,"job_number":"JOB_158576","tr_customer_id":158593,"tr_customer_product_id":158583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:30:39.000Z","modified_at":"2026-01-17T10:30:39.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-07","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2026-01-07T10:30:39.032616190Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:30:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158580,"job_number":"JOB_158580","tr_customer_id":158597,"tr_customer_product_id":158587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:55.000Z","modified_at":"2026-01-17T10:32:55.000Z","name":"Chitrangada Mukhopadhyay","mobile_number":"7027460945","email_id":"shwet.abbott@hotmail.com","dop":"2026-01-07","serial_number":"851290639513866","imei1":"851290639513866","imei2":"851290639513866","popurl":"www.abhisyanta-prajapat.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158581,"job_number":"JOB_158581","tr_customer_id":158598,"tr_customer_product_id":158588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:55.000Z","modified_at":"2026-01-17T10:32:55.000Z","name":"Trilokanath Jha","mobile_number":"7094776007","email_id":"gautama.nayar@hotmail.com","dop":"2026-01-07","serial_number":"304990818021268","imei1":"304990818021268","imei2":"304990818021268","popurl":"www.ramaa-gandhi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158582,"job_number":"JOB_158582","tr_customer_id":158599,"tr_customer_product_id":158589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:55.000Z","modified_at":"2026-01-17T10:32:55.000Z","name":"Bankim Mehra","mobile_number":"7024884726","email_id":"chidambar.jha@hotmail.com","dop":"2026-01-07","serial_number":"917100613738955","imei1":"917100613738955","imei2":"917100613738955","popurl":"www.gouranga-gupta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158583,"job_number":"JOB_158583","tr_customer_id":158600,"tr_customer_product_id":158590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:55.000Z","modified_at":"2026-01-17T10:32:55.000Z","name":"Sanjay Nehru","mobile_number":"7028517917","email_id":"hiranmay.khatri@hotmail.com","dop":"2026-01-07","serial_number":"449226044585182","imei1":"449226044585182","imei2":"449226044585182","popurl":"www.udai-guneta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158584,"job_number":"JOB_158584","tr_customer_id":158601,"tr_customer_product_id":158591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:55.000Z","modified_at":"2026-01-17T10:32:55.000Z","name":"Sanya Tandon","mobile_number":"7046173699","email_id":"kashyapi.shukla@yahoo.co.in","dop":"2026-01-07","serial_number":"035723642123512","imei1":"035723642123512","imei2":"035723642123512","popurl":"www.tejas-varrier.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158588,"job_number":"JOB_158588","tr_customer_id":158605,"tr_customer_product_id":158595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:33:04.000Z","modified_at":"2026-01-17T10:33:04.000Z","name":"Vidal Schiller","mobile_number":"223-344-6852","email_id":"Nathen.Rodriguez@hotmail.com","dop":"2025-04-06","serial_number":"10990250539126","imei1":"10990250539126","imei2":"10990250539126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158589,"job_number":"JOB_158589","tr_customer_id":158606,"tr_customer_product_id":158596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:33:04.000Z","modified_at":"2026-01-17T10:33:04.000Z","name":"Lessie Mayert","mobile_number":"575-525-5712","email_id":"Dale_King7@gmail.com","dop":"2025-04-06","serial_number":"15820412693753","imei1":"15820412693753","imei2":"15820412693753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158590,"job_number":"JOB_158590","tr_customer_id":158607,"tr_customer_product_id":158597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:33:04.000Z","modified_at":"2026-01-17T10:33:04.000Z","name":"Vidal Schiller","mobile_number":"223-344-6852","email_id":"Nathen.Rodriguez@hotmail.com","dop":"2025-04-06","serial_number":"10990250539126","imei1":"10990250539126","imei2":"10990250539126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158591,"job_number":"JOB_158591","tr_customer_id":158608,"tr_customer_product_id":158598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:33:04.000Z","modified_at":"2026-01-17T10:33:04.000Z","name":"Lessie Mayert","mobile_number":"575-525-5712","email_id":"Dale_King7@gmail.com","dop":"2025-04-06","serial_number":"15820412693753","imei1":"15820412693753","imei2":"15820412693753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158592,"job_number":"JOB_158592","tr_customer_id":158609,"tr_customer_product_id":158599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:36:33.000Z","modified_at":"2026-01-17T10:36:33.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-07","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-07T10:36:25.200210249Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158595,"job_number":"JOB_158595","tr_customer_id":158612,"tr_customer_product_id":158602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:06:50.000Z","modified_at":"2026-01-17T13:06:50.000Z","name":"Praven R","mobile_number":"8085536329","email_id":"praveen.raghu.raghu@gmail.com","dop":"2026-01-07","serial_number":"69002151778042","imei1":"69002151778042","imei2":"69002151778042","popurl":"2026-01-07T13:06:47.374840400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158597,"job_number":"JOB_158597","tr_customer_id":158614,"tr_customer_product_id":158604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:17:59.000Z","modified_at":"2026-01-17T13:17:59.000Z","name":"Zola Baumbach","mobile_number":"703-621-0580","email_id":"Alessandro_Spinka65@hotmail.com","dop":"2025-04-06","serial_number":"15658214331231192","imei1":"15658214331231192","imei2":"15658214331231192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158599,"job_number":"JOB_158599","tr_customer_id":158616,"tr_customer_product_id":158606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:30:11.000Z","modified_at":"2026-01-17T13:30:11.000Z","name":"Ewell Ullrich","mobile_number":"483-945-4635","email_id":"Pedro.Franecki@gmail.com","dop":"2025-04-06","serial_number":"16359633880044436","imei1":"16359633880044436","imei2":"16359633880044436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158601,"job_number":"JOB_158601","tr_customer_id":158618,"tr_customer_product_id":158608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:34:54.000Z","modified_at":"2026-01-17T13:34:54.000Z","name":"Jerrell Kuphal","mobile_number":"397-418-9876","email_id":"Amelia.Graham@yahoo.com","dop":"2025-04-06","serial_number":"12918805390936248","imei1":"12918805390936248","imei2":"12918805390936248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158602,"job_number":"JOB_158602","tr_customer_id":158619,"tr_customer_product_id":158609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:15.000Z","modified_at":"2026-01-17T13:44:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"74057997265807","imei1":"74057997265807","imei2":"74057997265807","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158603,"job_number":"JOB_158603","tr_customer_id":158620,"tr_customer_product_id":158610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:15.000Z","modified_at":"2026-01-17T13:44:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30167951031804","imei1":"30167951031804","imei2":"30167951031804","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158604,"job_number":"JOB_158604","tr_customer_id":158621,"tr_customer_product_id":158611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:15.000Z","modified_at":"2026-01-17T13:44:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41151216386246","imei1":"41151216386246","imei2":"41151216386246","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158605,"job_number":"JOB_158605","tr_customer_id":158622,"tr_customer_product_id":158612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:16.000Z","modified_at":"2026-01-17T13:44:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"52722559354487","imei1":"52722559354487","imei2":"52722559354487","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158606,"job_number":"JOB_158606","tr_customer_id":158623,"tr_customer_product_id":158613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:16.000Z","modified_at":"2026-01-17T13:44:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40832581069756","imei1":"40832581069756","imei2":"40832581069756","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158607,"job_number":"JOB_158607","tr_customer_id":158624,"tr_customer_product_id":158614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:16.000Z","modified_at":"2026-01-17T13:44:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26550524413487","imei1":"26550524413487","imei2":"26550524413487","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158610,"job_number":"JOB_158610","tr_customer_id":158627,"tr_customer_product_id":158617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:35.000Z","modified_at":"2026-01-17T13:44:35.000Z","name":"Weston Pagac","mobile_number":"388-407-3757","email_id":"Chesley.Kovacek81@gmail.com","dop":"2025-04-06","serial_number":"10532881943652788","imei1":"10532881943652788","imei2":"10532881943652788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158611,"job_number":"JOB_158611","tr_customer_id":158628,"tr_customer_product_id":158618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:45.000Z","modified_at":"2026-01-17T13:44:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26245256270819","imei1":"26245256270819","imei2":"26245256270819","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158612,"job_number":"JOB_158612","tr_customer_id":158629,"tr_customer_product_id":158619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:45.000Z","modified_at":"2026-01-17T13:44:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18859458334557","imei1":"18859458334557","imei2":"18859458334557","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158613,"job_number":"JOB_158613","tr_customer_id":158630,"tr_customer_product_id":158620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:46.000Z","modified_at":"2026-01-17T13:44:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"66111986633630","imei1":"66111986633630","imei2":"66111986633630","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158614,"job_number":"JOB_158614","tr_customer_id":158631,"tr_customer_product_id":158621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:46.000Z","modified_at":"2026-01-17T13:44:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41453310610370","imei1":"41453310610370","imei2":"41453310610370","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158615,"job_number":"JOB_158615","tr_customer_id":158632,"tr_customer_product_id":158622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:46.000Z","modified_at":"2026-01-17T13:44:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26976981165670","imei1":"26976981165670","imei2":"26976981165670","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158616,"job_number":"JOB_158616","tr_customer_id":158633,"tr_customer_product_id":158623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:47.000Z","modified_at":"2026-01-17T13:44:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41156612472435","imei1":"41156612472435","imei2":"41156612472435","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158618,"job_number":"JOB_158618","tr_customer_id":158635,"tr_customer_product_id":158625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:15.000Z","modified_at":"2026-01-17T13:45:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30122012309143","imei1":"30122012309143","imei2":"30122012309143","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158619,"job_number":"JOB_158619","tr_customer_id":158636,"tr_customer_product_id":158626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:16.000Z","modified_at":"2026-01-17T13:45:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78630305501777","imei1":"78630305501777","imei2":"78630305501777","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158620,"job_number":"JOB_158620","tr_customer_id":158637,"tr_customer_product_id":158627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:16.000Z","modified_at":"2026-01-17T13:45:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28511227585697","imei1":"28511227585697","imei2":"28511227585697","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158621,"job_number":"JOB_158621","tr_customer_id":158638,"tr_customer_product_id":158628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:16.000Z","modified_at":"2026-01-17T13:45:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87794233422130","imei1":"87794233422130","imei2":"87794233422130","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158622,"job_number":"JOB_158622","tr_customer_id":158639,"tr_customer_product_id":158629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:16.000Z","modified_at":"2026-01-17T13:45:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26325599133394","imei1":"26325599133394","imei2":"26325599133394","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158623,"job_number":"JOB_158623","tr_customer_id":158640,"tr_customer_product_id":158630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:17.000Z","modified_at":"2026-01-17T13:45:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"66370868426626","imei1":"66370868426626","imei2":"66370868426626","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158625,"job_number":"JOB_158625","tr_customer_id":158642,"tr_customer_product_id":158632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:30.000Z","modified_at":"2026-01-17T13:45:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17629368444625","imei1":"17629368444625","imei2":"17629368444625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158627,"job_number":"JOB_158627","tr_customer_id":158644,"tr_customer_product_id":158634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:32.000Z","modified_at":"2026-01-17T13:45:32.000Z","name":"Karley Dickens","mobile_number":"746-981-3678","email_id":"Mervin.Braun93@yahoo.com","dop":"2025-04-06","serial_number":"19117609586636850","imei1":"19117609586636850","imei2":"19117609586636850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158630,"job_number":"JOB_158630","tr_customer_id":158647,"tr_customer_product_id":158637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:46:12.000Z","modified_at":"2026-01-17T13:46:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15543158690517","imei1":"15543158690517","imei2":"15543158690517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:46:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158632,"job_number":"JOB_158632","tr_customer_id":158649,"tr_customer_product_id":158639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:46:14.000Z","modified_at":"2026-01-17T13:46:14.000Z","name":"Ulices Jakubowski","mobile_number":"207-743-0260","email_id":"Emerald.McDermott@hotmail.com","dop":"2025-04-06","serial_number":"13272885307762950","imei1":"13272885307762950","imei2":"13272885307762950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:46:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158634,"job_number":"JOB_158634","tr_customer_id":158651,"tr_customer_product_id":158641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:46:53.000Z","modified_at":"2026-01-17T13:46:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19130729252620","imei1":"19130729252620","imei2":"19130729252620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158636,"job_number":"JOB_158636","tr_customer_id":158653,"tr_customer_product_id":158643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:46:55.000Z","modified_at":"2026-01-17T13:46:55.000Z","name":"Gregory Lehner","mobile_number":"252-907-3482","email_id":"Nickolas.Okuneva18@gmail.com","dop":"2025-04-06","serial_number":"15410526922974666","imei1":"15410526922974666","imei2":"15410526922974666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:46:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158646,"job_number":"JOB_158646","tr_customer_id":158663,"tr_customer_product_id":158653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:12:32.000Z","modified_at":"2026-01-17T14:12:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18091773680498","imei1":"18091773680498","imei2":"18091773680498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:12:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158648,"job_number":"JOB_158648","tr_customer_id":158665,"tr_customer_product_id":158655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:12:34.000Z","modified_at":"2026-01-17T14:12:34.000Z","name":"Gerson Tremblay","mobile_number":"372-931-4596","email_id":"Baby.Leannon@hotmail.com","dop":"2025-04-06","serial_number":"16649133410941834","imei1":"16649133410941834","imei2":"16649133410941834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:12:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158649,"job_number":"JOB_158649","tr_customer_id":158666,"tr_customer_product_id":158656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:13:14.000Z","modified_at":"2026-01-17T14:13:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10684522929694","imei1":"10684522929694","imei2":"10684522929694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:13:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158651,"job_number":"JOB_158651","tr_customer_id":158668,"tr_customer_product_id":158658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:13:16.000Z","modified_at":"2026-01-17T14:13:16.000Z","name":"Sasha Lindgren","mobile_number":"298-975-3537","email_id":"Haley_Ferry81@yahoo.com","dop":"2025-04-06","serial_number":"19125134454016620","imei1":"19125134454016620","imei2":"19125134454016620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:13:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158653,"job_number":"JOB_158653","tr_customer_id":158670,"tr_customer_product_id":158660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:13:55.000Z","modified_at":"2026-01-17T14:13:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12373828898741","imei1":"12373828898741","imei2":"12373828898741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:13:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158655,"job_number":"JOB_158655","tr_customer_id":158672,"tr_customer_product_id":158662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:13:57.000Z","modified_at":"2026-01-17T14:13:57.000Z","name":"Westley Wiegand","mobile_number":"710-933-5009","email_id":"Rigoberto_Ullrich34@yahoo.com","dop":"2025-04-06","serial_number":"18353973864368252","imei1":"18353973864368252","imei2":"18353973864368252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:13:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158657,"job_number":"JOB_158657","tr_customer_id":158674,"tr_customer_product_id":158664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:14:37.000Z","modified_at":"2026-01-17T14:14:37.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10451471700727","imei1":"10451471700727","imei2":"10451471700727","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158659,"job_number":"JOB_158659","tr_customer_id":158676,"tr_customer_product_id":158666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:14:38.000Z","modified_at":"2026-01-17T14:14:38.000Z","name":"Greta Wunsch","mobile_number":"522-394-8510","email_id":"Lavon.Gibson3@hotmail.com","dop":"2025-06-18","serial_number":"1084230471254524","imei1":"1084230471254524","imei2":"1084230471254524","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158660,"job_number":"JOB_158660","tr_customer_id":158677,"tr_customer_product_id":158667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:14:53.000Z","modified_at":"2026-01-17T14:14:53.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10224292673251","imei1":"10224292673251","imei2":"10224292673251","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:14:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158662,"job_number":"JOB_158662","tr_customer_id":158679,"tr_customer_product_id":158669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:14:54.000Z","modified_at":"2026-01-17T14:14:54.000Z","name":"Vicente Shields","mobile_number":"455-495-0587","email_id":"Linnie_Boyer50@hotmail.com","dop":"2000-01-31","serial_number":"1091488826582765","imei1":"1091488826582765","imei2":"1091488826582765","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:14:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158663,"job_number":"JOB_158663","tr_customer_id":158680,"tr_customer_product_id":158670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:15:20.000Z","modified_at":"2026-01-17T14:15:20.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10551444669687","imei1":"10551444669687","imei2":"10551444669687","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:15:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158665,"job_number":"JOB_158665","tr_customer_id":158682,"tr_customer_product_id":158672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:15:21.000Z","modified_at":"2026-01-17T14:15:21.000Z","name":"Monica Reilly","mobile_number":"926-236-0632","email_id":"Otho.Rice50@gmail.com","dop":"2025-06-18","serial_number":"1087489033745932","imei1":"1087489033745932","imei2":"1087489033745932","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158666,"job_number":"JOB_158666","tr_customer_id":158683,"tr_customer_product_id":158673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:15:36.000Z","modified_at":"2026-01-17T14:15:36.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10931693820099","imei1":"10931693820099","imei2":"10931693820099","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:15:36.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158668,"job_number":"JOB_158668","tr_customer_id":158685,"tr_customer_product_id":158675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:15:38.000Z","modified_at":"2026-01-17T14:15:38.000Z","name":"Victoria Bruen","mobile_number":"425-304-4523","email_id":"Laura_Walker@gmail.com","dop":"2000-01-31","serial_number":"1066920924905886","imei1":"1066920924905886","imei2":"1066920924905886","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:15:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158669,"job_number":"JOB_158669","tr_customer_id":158686,"tr_customer_product_id":158676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:16:19.000Z","modified_at":"2026-01-17T14:16:19.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10578751958578","imei1":"10578751958578","imei2":"10578751958578","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158671,"job_number":"JOB_158671","tr_customer_id":158688,"tr_customer_product_id":158678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:16:20.000Z","modified_at":"2026-01-17T14:16:20.000Z","name":"Jarrod Kirlin","mobile_number":"450-520-5808","email_id":"Camden.Ryan@hotmail.com","dop":"2000-01-31","serial_number":"1076332240577605","imei1":"1076332240577605","imei2":"1076332240577605","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:16:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158672,"job_number":"JOB_158672","tr_customer_id":158689,"tr_customer_product_id":158679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:16:51.000Z","modified_at":"2026-01-17T14:16:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12753533721348","imei1":"12753533721348","imei2":"12753533721348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:16:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158674,"job_number":"JOB_158674","tr_customer_id":158691,"tr_customer_product_id":158681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:16:52.000Z","modified_at":"2026-01-17T14:16:52.000Z","name":"Jaden Rowe","mobile_number":"798-986-0076","email_id":"Jimmie_Franecki@gmail.com","dop":"2025-04-06","serial_number":"17980158681459964","imei1":"17980158681459964","imei2":"17980158681459964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:16:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158675,"job_number":"JOB_158675","tr_customer_id":158692,"tr_customer_product_id":158682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:01.000Z","modified_at":"2026-01-17T14:17:01.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10116015840681","imei1":"10116015840681","imei2":"10116015840681","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158677,"job_number":"JOB_158677","tr_customer_id":158694,"tr_customer_product_id":158684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:03.000Z","modified_at":"2026-01-17T14:17:03.000Z","name":"Antonietta Armstrong","mobile_number":"972-790-8736","email_id":"Deondre.Balistreri72@hotmail.com","dop":"2000-01-31","serial_number":"1041996121168359","imei1":"1041996121168359","imei2":"1041996121168359","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158678,"job_number":"JOB_158678","tr_customer_id":158695,"tr_customer_product_id":158685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:04.000Z","modified_at":"2026-01-17T14:17:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16342830193164","imei1":"16342830193164","imei2":"16342830193164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158680,"job_number":"JOB_158680","tr_customer_id":158697,"tr_customer_product_id":158687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:05.000Z","modified_at":"2026-01-17T14:17:05.000Z","name":"Humberto Spinka","mobile_number":"753-416-6420","email_id":"Randi.Luettgen@yahoo.com","dop":"2025-04-06","serial_number":"19588036401966276","imei1":"19588036401966276","imei2":"19588036401966276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158681,"job_number":"JOB_158681","tr_customer_id":158698,"tr_customer_product_id":158688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:33.000Z","modified_at":"2026-01-17T14:17:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12834778364601","imei1":"12834778364601","imei2":"12834778364601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158683,"job_number":"JOB_158683","tr_customer_id":158700,"tr_customer_product_id":158690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:35.000Z","modified_at":"2026-01-17T14:17:35.000Z","name":"Andy Beatty","mobile_number":"935-289-2567","email_id":"Llewellyn7@gmail.com","dop":"2025-04-06","serial_number":"18904882249374670","imei1":"18904882249374670","imei2":"18904882249374670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158684,"job_number":"JOB_158684","tr_customer_id":158701,"tr_customer_product_id":158691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:48.000Z","modified_at":"2026-01-17T14:17:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18094886759588","imei1":"18094886759588","imei2":"18094886759588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158686,"job_number":"JOB_158686","tr_customer_id":158703,"tr_customer_product_id":158693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:50.000Z","modified_at":"2026-01-17T14:17:50.000Z","name":"Godfrey Bruen","mobile_number":"466-999-4189","email_id":"Arnoldo.Schamberger37@hotmail.com","dop":"2025-04-06","serial_number":"14618177786943698","imei1":"14618177786943698","imei2":"14618177786943698","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158687,"job_number":"JOB_158687","tr_customer_id":158704,"tr_customer_product_id":158694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:56.000Z","modified_at":"2026-01-17T14:17:56.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"18517755921790","imei1":"18517755921790","imei2":"18517755921790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158689,"job_number":"JOB_158689","tr_customer_id":158706,"tr_customer_product_id":158696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:57.000Z","modified_at":"2026-01-17T14:17:57.000Z","name":"Destiney Dicki","mobile_number":"450-345-8998","email_id":"Jany.Buckridge28@yahoo.com","dop":"2025-04-06","serial_number":"17162810290107806","imei1":"17162810290107806","imei2":"17162810290107806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158690,"job_number":"JOB_158690","tr_customer_id":158707,"tr_customer_product_id":158697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:16.000Z","modified_at":"2026-01-17T14:18:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14522990969261","imei1":"14522990969261","imei2":"14522990969261","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158692,"job_number":"JOB_158692","tr_customer_id":158709,"tr_customer_product_id":158699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:17.000Z","modified_at":"2026-01-17T14:18:17.000Z","name":"Vinnie Bahringer","mobile_number":"522-760-4962","email_id":"Jaylin.Boehm21@gmail.com","dop":"2025-04-06","serial_number":"11338952446564860","imei1":"11338952446564860","imei2":"11338952446564860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158693,"job_number":"JOB_158693","tr_customer_id":158710,"tr_customer_product_id":158700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:20.000Z","modified_at":"2026-01-17T14:18:20.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10266768713551","imei1":"10266768713551","imei2":"10266768713551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158695,"job_number":"JOB_158695","tr_customer_id":158712,"tr_customer_product_id":158702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:22.000Z","modified_at":"2026-01-17T14:18:22.000Z","name":"Christiana Lesch","mobile_number":"447-266-5208","email_id":"Jane_Blanda@yahoo.com","dop":"2025-04-06","serial_number":"15113884644999442","imei1":"15113884644999442","imei2":"15113884644999442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158696,"job_number":"JOB_158696","tr_customer_id":158713,"tr_customer_product_id":158703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:32.000Z","modified_at":"2026-01-17T14:18:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17404816605093","imei1":"17404816605093","imei2":"17404816605093","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158698,"job_number":"JOB_158698","tr_customer_id":158715,"tr_customer_product_id":158705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:34.000Z","modified_at":"2026-01-17T14:18:34.000Z","name":"Tyree Weimann","mobile_number":"764-771-4006","email_id":"Wilhelmine.Jaskolski@yahoo.com","dop":"2025-04-06","serial_number":"15465211349674468","imei1":"15465211349674468","imei2":"15465211349674468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158699,"job_number":"JOB_158699","tr_customer_id":158716,"tr_customer_product_id":158706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:39.000Z","modified_at":"2026-01-17T14:18:39.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10471800020481","imei1":"10471800020481","imei2":"10471800020481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158701,"job_number":"JOB_158701","tr_customer_id":158718,"tr_customer_product_id":158708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:40.000Z","modified_at":"2026-01-17T14:18:40.000Z","name":"Bonita Dickinson","mobile_number":"657-671-1617","email_id":"Ola.Boyer0@gmail.com","dop":"2025-04-06","serial_number":"13514098710868666","imei1":"13514098710868666","imei2":"13514098710868666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158702,"job_number":"JOB_158702","tr_customer_id":158719,"tr_customer_product_id":158709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:04.000Z","modified_at":"2026-01-17T14:19:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17025591250862","imei1":"17025591250862","imei2":"17025591250862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158704,"job_number":"JOB_158704","tr_customer_id":158721,"tr_customer_product_id":158711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:06.000Z","modified_at":"2026-01-17T14:19:06.000Z","name":"Oren Cole","mobile_number":"806-696-3473","email_id":"Talon.Hahn@yahoo.com","dop":"2025-04-06","serial_number":"14657256295217396","imei1":"14657256295217396","imei2":"14657256295217396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158705,"job_number":"JOB_158705","tr_customer_id":158722,"tr_customer_product_id":158712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:21.000Z","modified_at":"2026-01-17T14:19:21.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"17820338035101","imei1":"17820338035101","imei2":"17820338035101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158707,"job_number":"JOB_158707","tr_customer_id":158724,"tr_customer_product_id":158714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:23.000Z","modified_at":"2026-01-17T14:19:23.000Z","name":"Joel Mayer","mobile_number":"491-736-0982","email_id":"Salvador_Moore@gmail.com","dop":"2025-04-06","serial_number":"17663381993187036","imei1":"17663381993187036","imei2":"17663381993187036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158708,"job_number":"JOB_158708","tr_customer_id":158725,"tr_customer_product_id":158715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:23.000Z","modified_at":"2026-01-17T14:19:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12418606962852","imei1":"12418606962852","imei2":"12418606962852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158710,"job_number":"JOB_158710","tr_customer_id":158727,"tr_customer_product_id":158717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:24.000Z","modified_at":"2026-01-17T14:19:24.000Z","name":"Laverne Davis","mobile_number":"416-571-1562","email_id":"Randi39@yahoo.com","dop":"2025-04-06","serial_number":"14641225090621914","imei1":"14641225090621914","imei2":"14641225090621914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158712,"job_number":"JOB_158712","tr_customer_id":158729,"tr_customer_product_id":158719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:32.000Z","modified_at":"2026-01-17T14:19:32.000Z","name":"Allison Miller","mobile_number":"658-807-8668","email_id":"Raegan.Stoltenberg@gmail.com","dop":"2025-04-06","serial_number":"18715288675855280","imei1":"18715288675855280","imei2":"18715288675855280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158713,"job_number":"JOB_158713","tr_customer_id":158730,"tr_customer_product_id":158720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:48.000Z","modified_at":"2026-01-17T14:19:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15155028369161","imei1":"15155028369161","imei2":"15155028369161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158715,"job_number":"JOB_158715","tr_customer_id":158732,"tr_customer_product_id":158722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:49.000Z","modified_at":"2026-01-17T14:19:49.000Z","name":"Carlie Glover","mobile_number":"424-612-9076","email_id":"Flavie17@yahoo.com","dop":"2025-04-06","serial_number":"10210960690691308","imei1":"10210960690691308","imei2":"10210960690691308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158717,"job_number":"JOB_158717","tr_customer_id":158734,"tr_customer_product_id":158724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:51.000Z","modified_at":"2026-01-17T14:19:51.000Z","name":"Dexter Ankunding","mobile_number":"535-218-4311","email_id":"Retta2@yahoo.com","dop":"2025-04-06","serial_number":"17666983575585188","imei1":"17666983575585188","imei2":"17666983575585188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158718,"job_number":"JOB_158718","tr_customer_id":158735,"tr_customer_product_id":158725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:09.000Z","modified_at":"2026-01-17T14:20:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14679496125109","imei1":"14679496125109","imei2":"14679496125109","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158720,"job_number":"JOB_158720","tr_customer_id":158737,"tr_customer_product_id":158727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:10.000Z","modified_at":"2026-01-17T14:20:10.000Z","name":"Sabrina Morissette","mobile_number":"484-954-5719","email_id":"Myrtle51@gmail.com","dop":"2025-04-06","serial_number":"18692994420446824","imei1":"18692994420446824","imei2":"18692994420446824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158721,"job_number":"JOB_158721","tr_customer_id":158738,"tr_customer_product_id":158728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:41.000Z","modified_at":"2026-01-17T14:20:41.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15534232638303","imei1":"15534232638303","imei2":"15534232638303","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158722,"job_number":"JOB_158722","tr_customer_id":158739,"tr_customer_product_id":158729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:42.000Z","modified_at":"2026-01-17T14:20:42.000Z","name":"Era Heathcote","mobile_number":"837-201-9597","email_id":"Winona_Hilll69@yahoo.com","dop":"2025-09-16","serial_number":"15238595934770","imei1":"15238595934770","imei2":"15238595934770","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158723,"job_number":"JOB_158723","tr_customer_id":158740,"tr_customer_product_id":158730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:54.000Z","modified_at":"2026-01-17T14:20:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19102849190838","imei1":"19102849190838","imei2":"19102849190838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158725,"job_number":"JOB_158725","tr_customer_id":158742,"tr_customer_product_id":158732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:56.000Z","modified_at":"2026-01-17T14:20:56.000Z","name":"Donny Heaney","mobile_number":"222-752-2996","email_id":"Elmira_Dach@yahoo.com","dop":"2025-04-06","serial_number":"18219336670513028","imei1":"18219336670513028","imei2":"18219336670513028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158726,"job_number":"JOB_158726","tr_customer_id":158743,"tr_customer_product_id":158733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:21:01.000Z","modified_at":"2026-01-17T14:21:01.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"19595362858336","imei1":"19595362858336","imei2":"19595362858336","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:21:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158727,"job_number":"JOB_158727","tr_customer_id":158744,"tr_customer_product_id":158734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:21:01.000Z","modified_at":"2026-01-17T14:21:01.000Z","name":"Ludwig Weimann","mobile_number":"275-657-2186","email_id":"Bernadine89@yahoo.com","dop":"2025-09-16","serial_number":"17892064411706","imei1":"17892064411706","imei2":"17892064411706","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:21:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158728,"job_number":"JOB_158728","tr_customer_id":158745,"tr_customer_product_id":158735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:21:19.000Z","modified_at":"2026-01-17T14:21:19.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"11468865745600","imei1":"11468865745600","imei2":"11468865745600","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:21:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158729,"job_number":"JOB_158729","tr_customer_id":158746,"tr_customer_product_id":158736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:21:19.000Z","modified_at":"2026-01-17T14:21:19.000Z","name":"Dora Heathcote","mobile_number":"366-332-4191","email_id":"Annamarie.Parisian@yahoo.com","dop":"2025-09-16","serial_number":"13318452855964","imei1":"13318452855964","imei2":"13318452855964","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:21:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158730,"job_number":"JOB_158730","tr_customer_id":158747,"tr_customer_product_id":158737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:00.000Z","modified_at":"2026-01-17T14:22:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15907174839703","imei1":"15907174839703","imei2":"15907174839703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158732,"job_number":"JOB_158732","tr_customer_id":158749,"tr_customer_product_id":158739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:02.000Z","modified_at":"2026-01-17T14:22:02.000Z","name":"Daniela Ortiz","mobile_number":"537-952-8359","email_id":"Johathan57@yahoo.com","dop":"2025-04-06","serial_number":"12250002517113234","imei1":"12250002517113234","imei2":"12250002517113234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158733,"job_number":"JOB_158733","tr_customer_id":158750,"tr_customer_product_id":158740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:26.000Z","modified_at":"2026-01-17T14:22:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19848454437255","imei1":"19848454437255","imei2":"19848454437255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158735,"job_number":"JOB_158735","tr_customer_id":158752,"tr_customer_product_id":158742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:28.000Z","modified_at":"2026-01-17T14:22:28.000Z","name":"Curt Mraz","mobile_number":"411-450-7391","email_id":"Chasity_Zieme@gmail.com","dop":"2025-04-06","serial_number":"18929365349683284","imei1":"18929365349683284","imei2":"18929365349683284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158736,"job_number":"JOB_158736","tr_customer_id":158753,"tr_customer_product_id":158743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:46.000Z","modified_at":"2026-01-17T14:22:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12757012798342","imei1":"12757012798342","imei2":"12757012798342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158738,"job_number":"JOB_158738","tr_customer_id":158755,"tr_customer_product_id":158745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:48.000Z","modified_at":"2026-01-17T14:22:48.000Z","name":"Leann Davis","mobile_number":"754-869-3737","email_id":"Roscoe_Emmerich35@yahoo.com","dop":"2025-04-06","serial_number":"13382086655036860","imei1":"13382086655036860","imei2":"13382086655036860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158739,"job_number":"JOB_158739","tr_customer_id":158756,"tr_customer_product_id":158746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:00.000Z","modified_at":"2026-01-17T14:23:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16918879298313","imei1":"16918879298313","imei2":"16918879298313","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158741,"job_number":"JOB_158741","tr_customer_id":158758,"tr_customer_product_id":158748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:02.000Z","modified_at":"2026-01-17T14:23:02.000Z","name":"Carlee Hammes","mobile_number":"500-754-2248","email_id":"Torey.Rosenbaum83@yahoo.com","dop":"2025-04-06","serial_number":"14537276977465120","imei1":"14537276977465120","imei2":"14537276977465120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158745,"job_number":"JOB_158745","tr_customer_id":158762,"tr_customer_product_id":158752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:10.000Z","modified_at":"2026-01-17T14:23:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12486151178579","imei1":"12486151178579","imei2":"12486151178579","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158747,"job_number":"JOB_158747","tr_customer_id":158764,"tr_customer_product_id":158754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:11.000Z","modified_at":"2026-01-17T14:23:11.000Z","name":"Burley Will","mobile_number":"838-557-6590","email_id":"Kareem.Welch16@hotmail.com","dop":"2025-04-06","serial_number":"11734939947857930","imei1":"11734939947857930","imei2":"11734939947857930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158751,"job_number":"JOB_158751","tr_customer_id":158768,"tr_customer_product_id":158758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:31.000Z","modified_at":"2026-01-17T14:23:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15907929802794","imei1":"15907929802794","imei2":"15907929802794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158754,"job_number":"JOB_158754","tr_customer_id":158771,"tr_customer_product_id":158761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:33.000Z","modified_at":"2026-01-17T14:23:33.000Z","name":"Rene Rutherford","mobile_number":"251-807-9780","email_id":"Aric83@yahoo.com","dop":"2025-04-06","serial_number":"16472941615727376","imei1":"16472941615727376","imei2":"16472941615727376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158757,"job_number":"JOB_158757","tr_customer_id":158774,"tr_customer_product_id":158764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:46.000Z","modified_at":"2026-01-17T14:23:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12257320382136","imei1":"12257320382136","imei2":"12257320382136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158759,"job_number":"JOB_158759","tr_customer_id":158776,"tr_customer_product_id":158766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:48.000Z","modified_at":"2026-01-17T14:23:48.000Z","name":"Hiram Hodkiewicz","mobile_number":"935-374-6827","email_id":"Reyes12@hotmail.com","dop":"2025-04-06","serial_number":"11424991411025350","imei1":"11424991411025350","imei2":"11424991411025350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158760,"job_number":"JOB_158760","tr_customer_id":158777,"tr_customer_product_id":158767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:52.000Z","modified_at":"2026-01-17T14:23:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15662172865686","imei1":"15662172865686","imei2":"15662172865686","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158762,"job_number":"JOB_158762","tr_customer_id":158779,"tr_customer_product_id":158769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:53.000Z","modified_at":"2026-01-17T14:23:53.000Z","name":"Halie Zulauf","mobile_number":"794-844-4950","email_id":"Mekhi73@hotmail.com","dop":"2025-04-06","serial_number":"18450969728955960","imei1":"18450969728955960","imei2":"18450969728955960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158764,"job_number":"JOB_158764","tr_customer_id":158781,"tr_customer_product_id":158771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:24:09.000Z","modified_at":"2026-01-17T14:24:09.000Z","name":"Gail Keebler","mobile_number":"817-637-0421","email_id":"Krystel_Kessler31@hotmail.com","dop":"2025-04-06","serial_number":"19946476378658236","imei1":"19946476378658236","imei2":"19946476378658236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:24:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158765,"job_number":"JOB_158765","tr_customer_id":158782,"tr_customer_product_id":158772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:24:30.000Z","modified_at":"2026-01-17T14:24:30.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11300854590031","imei1":"11300854590031","imei2":"11300854590031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:24:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158767,"job_number":"JOB_158767","tr_customer_id":158784,"tr_customer_product_id":158774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:24:31.000Z","modified_at":"2026-01-17T14:24:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13988669582897","imei1":"13988669582897","imei2":"13988669582897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:24:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158769,"job_number":"JOB_158769","tr_customer_id":158786,"tr_customer_product_id":158776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:24:32.000Z","modified_at":"2026-01-17T14:24:32.000Z","name":"Gregory Tremblay","mobile_number":"927-922-4456","email_id":"Nora.Conroy@gmail.com","dop":"2025-04-06","serial_number":"15601718858284190","imei1":"15601718858284190","imei2":"15601718858284190","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:24:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158770,"job_number":"JOB_158770","tr_customer_id":158787,"tr_customer_product_id":158777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:24:33.000Z","modified_at":"2026-01-17T14:24:33.000Z","name":"Shayna Corkery","mobile_number":"763-359-1093","email_id":"Nick.Feest96@yahoo.com","dop":"2025-04-06","serial_number":"14553842372321276","imei1":"14553842372321276","imei2":"14553842372321276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:24:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158772,"job_number":"JOB_158772","tr_customer_id":158789,"tr_customer_product_id":158779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:25:05.000Z","modified_at":"2026-01-17T14:25:05.000Z","name":"Sabina Considine","mobile_number":"543-459-3385","email_id":"Gerry.Gleichner14@yahoo.com","dop":"2025-04-06","serial_number":"18872442904006304","imei1":"18872442904006304","imei2":"18872442904006304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:25:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158773,"job_number":"JOB_158773","tr_customer_id":158790,"tr_customer_product_id":158780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:25:15.000Z","modified_at":"2026-01-17T14:25:15.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15358011344340","imei1":"15358011344340","imei2":"15358011344340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:25:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158775,"job_number":"JOB_158775","tr_customer_id":158792,"tr_customer_product_id":158782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:25:16.000Z","modified_at":"2026-01-17T14:25:16.000Z","name":"Queen Larkin","mobile_number":"652-759-1436","email_id":"Joe.Schaefer66@yahoo.com","dop":"2025-04-06","serial_number":"16294230477411068","imei1":"16294230477411068","imei2":"16294230477411068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:25:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158776,"job_number":"JOB_158776","tr_customer_id":158793,"tr_customer_product_id":158783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:25:59.000Z","modified_at":"2026-01-17T14:25:59.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14230940295057","imei1":"14230940295057","imei2":"14230940295057","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:25:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158778,"job_number":"JOB_158778","tr_customer_id":158795,"tr_customer_product_id":158785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:26:01.000Z","modified_at":"2026-01-17T14:26:01.000Z","name":"Noemi Treutel","mobile_number":"874-842-0663","email_id":"Isadore78@gmail.com","dop":"2025-04-06","serial_number":"14698927187194086","imei1":"14698927187194086","imei2":"14698927187194086","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158779,"job_number":"JOB_158779","tr_customer_id":158796,"tr_customer_product_id":158786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:26:26.000Z","modified_at":"2026-01-17T14:26:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12679846473838","imei1":"12679846473838","imei2":"12679846473838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158781,"job_number":"JOB_158781","tr_customer_id":158798,"tr_customer_product_id":158788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:26:27.000Z","modified_at":"2026-01-17T14:26:27.000Z","name":"Logan Carter","mobile_number":"804-714-8589","email_id":"Alia_Bayer2@hotmail.com","dop":"2025-04-06","serial_number":"16447384382198928","imei1":"16447384382198928","imei2":"16447384382198928","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:26:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158782,"job_number":"JOB_158782","tr_customer_id":158799,"tr_customer_product_id":158789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:26:56.000Z","modified_at":"2026-01-17T14:26:56.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-01-07","serial_number":"39999999999999","imei1":"39999999999999","imei2":"39999999999999","popurl":"2026-01-07T14:26:43.185531400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158783,"job_number":"JOB_158783","tr_customer_id":158800,"tr_customer_product_id":158790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:27:10.000Z","modified_at":"2026-01-17T14:27:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13821228683480","imei1":"13821228683480","imei2":"13821228683480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158785,"job_number":"JOB_158785","tr_customer_id":158802,"tr_customer_product_id":158792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:27:12.000Z","modified_at":"2026-01-17T14:27:12.000Z","name":"Eliezer Rohan","mobile_number":"540-789-5939","email_id":"Gage_Homenick54@yahoo.com","dop":"2025-04-06","serial_number":"15795343964997520","imei1":"15795343964997520","imei2":"15795343964997520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158786,"job_number":"JOB_158786","tr_customer_id":158803,"tr_customer_product_id":158793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:27:54.000Z","modified_at":"2026-01-17T14:27:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14208627594099","imei1":"14208627594099","imei2":"14208627594099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158788,"job_number":"JOB_158788","tr_customer_id":158805,"tr_customer_product_id":158795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:27:55.000Z","modified_at":"2026-01-17T14:27:55.000Z","name":"Janae Bogan","mobile_number":"832-428-5160","email_id":"Alda.Berge1@gmail.com","dop":"2025-04-06","serial_number":"11444470079967140","imei1":"11444470079967140","imei2":"11444470079967140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:27:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158790,"job_number":"JOB_158790","tr_customer_id":158807,"tr_customer_product_id":158797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:40:30.000Z","modified_at":"2026-01-17T14:40:30.000Z","name":"Judd Shields","mobile_number":"995-557-6442","email_id":"Darrin.OConnell13@gmail.com","dop":"2025-04-06","serial_number":"10954306116211638","imei1":"10954306116211638","imei2":"10954306116211638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:40:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158791,"job_number":"JOB_158791","tr_customer_id":158808,"tr_customer_product_id":158798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:41:15.000Z","modified_at":"2026-01-17T14:41:15.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"15220041826155","imei1":"15220041826155","imei2":"15220041826155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158793,"job_number":"JOB_158793","tr_customer_id":158810,"tr_customer_product_id":158800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:41:16.000Z","modified_at":"2026-01-17T14:41:16.000Z","name":"Lessie Renner","mobile_number":"642-357-3670","email_id":"Eulah.Macejkovic@gmail.com","dop":"2025-04-06","serial_number":"12361398408839692","imei1":"12361398408839692","imei2":"12361398408839692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:41:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158794,"job_number":"JOB_158794","tr_customer_id":158811,"tr_customer_product_id":158801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:41:58.000Z","modified_at":"2026-01-17T14:41:58.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"17386770159543","imei1":"17386770159543","imei2":"17386770159543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158796,"job_number":"JOB_158796","tr_customer_id":158813,"tr_customer_product_id":158803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:42:00.000Z","modified_at":"2026-01-17T14:42:00.000Z","name":"Myriam Abshire","mobile_number":"424-332-1005","email_id":"Joe_Cummerata@yahoo.com","dop":"2025-04-06","serial_number":"18576273987072096","imei1":"18576273987072096","imei2":"18576273987072096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158797,"job_number":"JOB_158797","tr_customer_id":158814,"tr_customer_product_id":158804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T15:38:14.000Z","modified_at":"2026-01-17T15:38:14.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"108969619705695","imei1":"108969619705695","imei2":"108969619705695","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T15:38:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158799,"job_number":"JOB_158799","tr_customer_id":158816,"tr_customer_product_id":158806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T15:38:26.000Z","modified_at":"2026-01-17T15:38:26.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"107085886326638","imei1":"107085886326638","imei2":"107085886326638","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T15:38:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158801,"job_number":"JOB_158801","tr_customer_id":158818,"tr_customer_product_id":158808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T15:40:42.000Z","modified_at":"2026-01-17T15:40:42.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2026-01-17","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2026-01-17T15:40:41.471Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T15:40:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158802,"job_number":"JOB_158802","tr_customer_id":158819,"tr_customer_product_id":158809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:05:06.000Z","modified_at":"2026-01-17T16:05:06.000Z","name":"Rachel Rach","mobile_number":"8983120267","email_id":"spkrishu2003@gmail.com","dop":"2025-11-10","serial_number":"35678901234699","imei1":"356789012345819","imei2":"356789012345819","popurl":"2025-11-10T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158803,"job_number":"JOB_158803","tr_customer_id":158820,"tr_customer_product_id":158810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:12:57.000Z","modified_at":"2026-01-17T16:12:57.000Z","name":"Elisha Pacocha","mobile_number":"985-455-0519","email_id":"Krystina.Greenholt95@gmail.com","dop":"2025-07-21","serial_number":"100536559568609","imei1":"100536559568609","imei2":"100536559568609","popurl":"2025-07-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:12:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158816,"job_number":"JOB_158816","tr_customer_id":158833,"tr_customer_product_id":158823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:45:28.000Z","modified_at":"2026-01-17T16:45:28.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-07","serial_number":"19920302984769","imei1":"19920302984769","imei2":"19920302984769","popurl":"2026-01-07T16:45:27.765916191Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:45:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158818,"job_number":"JOB_158818","tr_customer_id":158835,"tr_customer_product_id":158825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:47:48.000Z","modified_at":"2026-01-17T16:47:48.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2026-01-07","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2026-01-07T16:47:47.636450270Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158838,"job_number":"JOB_158838","tr_customer_id":158855,"tr_customer_product_id":158845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:35:41.000Z","modified_at":"2026-01-17T17:35:41.000Z","name":"Sydni McLaughlin","mobile_number":"285-859-2640","email_id":"Lilla_Rolfson88@gmail.com","dop":"2025-12-31","serial_number":"107829470080426","imei1":"107829470080426","imei2":"107829470080426","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158840,"job_number":"JOB_158840","tr_customer_id":158857,"tr_customer_product_id":158847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:37:27.000Z","modified_at":"2026-01-17T17:37:27.000Z","name":"Jatin Sharma","mobile_number":"8806144202","email_id":"sonawaneomprakash222@gmail.com","dop":"2026-01-17","serial_number":"22138664331392","imei1":"22138664331392","imei2":"22138664331392","popurl":"2026-01-17T17:37:24.242Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:37:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158844,"job_number":"JOB_158844","tr_customer_id":158861,"tr_customer_product_id":158851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:41:03.000Z","modified_at":"2026-01-17T17:41:03.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2026-01-07","serial_number":"5444598687484620","imei1":"5444598687484620","imei2":"5444598687484620","popurl":"2026-01-07T17:41:02.990385637Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158845,"job_number":"JOB_158845","tr_customer_id":158862,"tr_customer_product_id":158852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:41:04.000Z","modified_at":"2026-01-17T17:41:04.000Z","name":"Anandamayi Kaniyar","mobile_number":"7090650105","email_id":"chandraayan.embranthiri@gmail.com","dop":"2026-01-07","serial_number":"667494458187647","imei1":"667494458187647","imei2":"667494458187647","popurl":"www.bhasvan-joshi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:41:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158846,"job_number":"JOB_158846","tr_customer_id":158863,"tr_customer_product_id":158853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:41:12.000Z","modified_at":"2026-01-17T17:41:12.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2026-01-07","serial_number":"5450598687484124","imei1":"5450598687484124","imei2":"5450598687484124","popurl":"2026-01-07T17:41:11.492836474Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:41:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158847,"job_number":"JOB_158847","tr_customer_id":158864,"tr_customer_product_id":158854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:41:21.000Z","modified_at":"2026-01-17T17:41:21.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2026-01-07","serial_number":"5449698687484024","imei1":"5449698687484024","imei2":"5449698687484024","popurl":"2026-01-07T17:41:20.422666856Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158848,"job_number":"JOB_158848","tr_customer_id":158865,"tr_customer_product_id":158855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:43:17.000Z","modified_at":"2026-01-17T17:43:17.000Z","name":"Kaus Das","mobile_number":"7686923755","email_id":"kstvds@gmail.com","dop":"2026-01-07","serial_number":"96548404198211","imei1":"96548404198211","imei2":"96548404198211","popurl":"2026-01-07T17:43:17.424061663Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158849,"job_number":"JOB_158849","tr_customer_id":158866,"tr_customer_product_id":158856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:44:59.000Z","modified_at":"2026-01-17T17:44:59.000Z","name":"Magali Medhurst","mobile_number":"945-636-9842","email_id":"Ruby_Rodriguez97@gmail.com","dop":"2025-12-31","serial_number":"107864519160931","imei1":"107864519160931","imei2":"107864519160931","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:44:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158850,"job_number":"JOB_158850","tr_customer_id":158867,"tr_customer_product_id":158857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:48:00.000Z","modified_at":"2026-01-17T17:48:00.000Z","name":"Tomas Torphy","mobile_number":"448-472-4310","email_id":"Emmalee_Prohaska@gmail.com","dop":"2025-12-31","serial_number":"106983881415341","imei1":"106983881415341","imei2":"106983881415341","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158851,"job_number":"JOB_158851","tr_customer_id":158868,"tr_customer_product_id":158858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:54:38.000Z","modified_at":"2026-01-17T17:54:38.000Z","name":"Rounit Sharma","mobile_number":"7000298282","email_id":"rounitsharma@gmail.com","dop":"2026-01-07","serial_number":"66269747447007","imei1":"66269747447007","imei2":"66269747447007","popurl":"2026-01-07T17:54:37.201416341Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158853,"job_number":"JOB_158853","tr_customer_id":158870,"tr_customer_product_id":158860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:55:55.000Z","modified_at":"2026-01-17T17:55:55.000Z","name":"Clay Wuckert","mobile_number":"201-942-5666","email_id":"Camilla65@hotmail.com","dop":"2025-12-31","serial_number":"100546821712279","imei1":"100546821712279","imei2":"100546821712279","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158854,"job_number":"JOB_158854","tr_customer_id":158871,"tr_customer_product_id":158861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:56:09.000Z","modified_at":"2026-01-17T17:56:09.000Z","name":"Rosanna Jakubowski","mobile_number":"307-790-2919","email_id":"Zelma_Bednar@gmail.com","dop":"2025-12-31","serial_number":"100897519233261","imei1":"100897519233261","imei2":"100897519233261","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158855,"job_number":"JOB_158855","tr_customer_id":158872,"tr_customer_product_id":158862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:57:15.000Z","modified_at":"2026-01-17T17:57:15.000Z","name":"Axel Zemlak","mobile_number":"900-546-5320","email_id":"Gavin_Rempel@hotmail.com","dop":"2025-12-31","serial_number":"105548325115767","imei1":"105548325115767","imei2":"105548325115767","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158856,"job_number":"JOB_158856","tr_customer_id":158873,"tr_customer_product_id":158863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:58:36.000Z","modified_at":"2026-01-17T17:58:36.000Z","name":"Walton Graham","mobile_number":"883-622-9226","email_id":"Hiram71@hotmail.com","dop":"2025-12-31","serial_number":"101113110502636","imei1":"101113110502636","imei2":"101113110502636","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:58:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158860,"job_number":"JOB_158860","tr_customer_id":158877,"tr_customer_product_id":158867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:07:23.000Z","modified_at":"2026-01-17T18:07:23.000Z","name":"Jazmyn Kuhn","mobile_number":"855-841-3078","email_id":"Gay70@gmail.com","dop":"2025-12-31","serial_number":"109254707888755","imei1":"109254707888755","imei2":"109254707888755","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:07:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158864,"job_number":"JOB_158864","tr_customer_id":158881,"tr_customer_product_id":158871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:17:31.000Z","modified_at":"2026-01-17T18:17:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12460413964459","imei1":"12460413964459","imei2":"12460413964459","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158866,"job_number":"JOB_158866","tr_customer_id":158883,"tr_customer_product_id":158873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:17:33.000Z","modified_at":"2026-01-17T18:17:33.000Z","name":"Josiah Parker","mobile_number":"896-613-9500","email_id":"Meta.Effertz@yahoo.com","dop":"2025-04-06","serial_number":"11441597202623780","imei1":"11441597202623780","imei2":"11441597202623780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:17:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158867,"job_number":"JOB_158867","tr_customer_id":158884,"tr_customer_product_id":158874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:18:14.000Z","modified_at":"2026-01-17T18:18:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15624402980079","imei1":"15624402980079","imei2":"15624402980079","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:18:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158869,"job_number":"JOB_158869","tr_customer_id":158886,"tr_customer_product_id":158876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:18:15.000Z","modified_at":"2026-01-17T18:18:15.000Z","name":"Guillermo Wisozk","mobile_number":"382-870-9965","email_id":"Maye.Emmerich93@hotmail.com","dop":"2025-04-06","serial_number":"10526192118383702","imei1":"10526192118383702","imei2":"10526192118383702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:18:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158870,"job_number":"JOB_158870","tr_customer_id":158887,"tr_customer_product_id":158877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:18:56.000Z","modified_at":"2026-01-17T18:18:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12323914585832","imei1":"12323914585832","imei2":"12323914585832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158872,"job_number":"JOB_158872","tr_customer_id":158889,"tr_customer_product_id":158879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:18:57.000Z","modified_at":"2026-01-17T18:18:57.000Z","name":"Walton O'Connell","mobile_number":"532-496-0095","email_id":"Keanu.Kulas34@yahoo.com","dop":"2025-04-06","serial_number":"17564160745905328","imei1":"17564160745905328","imei2":"17564160745905328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:18:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158877,"job_number":"JOB_158877","tr_customer_id":158894,"tr_customer_product_id":158884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:33:43.000Z","modified_at":"2026-01-17T18:33:43.000Z","name":"Nadia Cormier","mobile_number":"331-562-6520","email_id":"Maximo.Jakubowski@gmail.com","dop":"2025-12-31","serial_number":"102874650844872","imei1":"102874650844872","imei2":"102874650844872","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158878,"job_number":"JOB_158878","tr_customer_id":158895,"tr_customer_product_id":158885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:48:41.000Z","modified_at":"2026-01-17T18:48:41.000Z","name":"karthik D","mobile_number":"0987654321","email_id":"krthiksantosh@gmail.com","dop":"2026-01-07","serial_number":"87061348153532","imei1":"87061348153532","imei2":"87061348153532","popurl":"2026-01-07T18:48:41.020980882Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158879,"job_number":"JOB_158879","tr_customer_id":158896,"tr_customer_product_id":158886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:50:13.000Z","modified_at":"2026-01-17T18:50:13.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-07","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2026-01-07T18:50:13.216365870Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158880,"job_number":"JOB_158880","tr_customer_id":158897,"tr_customer_product_id":158887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:50:14.000Z","modified_at":"2026-01-17T18:50:14.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-07","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2026-01-07T18:50:13.780046206Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158881,"job_number":"JOB_158881","tr_customer_id":158898,"tr_customer_product_id":158888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:50:25.000Z","modified_at":"2026-01-17T18:50:25.000Z","name":"Anant Kinlekar","mobile_number":"7995924124","email_id":"anantkinlekar18@gmail.com","dop":"2026-01-16","serial_number":"23842930780876","imei1":"23842930780876","imei2":"23842930780876","popurl":"2026-01-16T18:50:25.495403419Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158882,"job_number":"JOB_158882","tr_customer_id":158899,"tr_customer_product_id":158889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:51:09.000Z","modified_at":"2026-01-17T18:51:09.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-07","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-07T18:51:09.480672557Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:51:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158883,"job_number":"JOB_158883","tr_customer_id":158900,"tr_customer_product_id":158890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:51:20.000Z","modified_at":"2026-01-17T18:51:20.000Z","name":"Gobinda Gandhi","mobile_number":"7056695810","email_id":"ekaaksh.shukla@gmail.com","dop":"2026-01-07","serial_number":"302489237354633","imei1":"302489237354633","imei2":"302489237354633","popurl":"www.anil-dutta.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158884,"job_number":"JOB_158884","tr_customer_id":158901,"tr_customer_product_id":158891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:51:28.000Z","modified_at":"2026-01-17T18:51:28.000Z","name":"rahul ssharma","mobile_number":"123456789012","email_id":"rahul@yopmail.com","dop":"2026-01-12","serial_number":"SN243422733055","imei1":"356789072245378","imei2":"333785579225679","popurl":"2026-01-12T18:51:27.897654996Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158885,"job_number":"JOB_158885","tr_customer_id":158902,"tr_customer_product_id":158892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:56:10.000Z","modified_at":"2026-01-17T18:56:10.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"12345678901234","imei1":"12345678901234","imei2":"12345678901234","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158887,"job_number":"JOB_158887","tr_customer_id":158904,"tr_customer_product_id":158894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:01:52.000Z","modified_at":"2026-01-17T19:01:52.000Z","name":"Dereck Sauer","mobile_number":"413-702-0845","email_id":"Alexandrea.Stroman22@gmail.com","dop":"2025-04-13","serial_number":"1018010739317995","imei1":"1018010739317995","imei2":"1018010739317995","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:01:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158888,"job_number":"JOB_158888","tr_customer_id":158905,"tr_customer_product_id":158895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:04:04.000Z","modified_at":"2026-01-17T19:04:04.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"12345678901234","imei1":"445454545454545","imei2":"878787878787878","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:04:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158890,"job_number":"JOB_158890","tr_customer_id":158907,"tr_customer_product_id":158897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:07:38.000Z","modified_at":"2026-01-17T19:07:38.000Z","name":"Abe Collins","mobile_number":"604-373-0274","email_id":"Rosemarie_Deckow80@yahoo.com","dop":"2025-04-13","serial_number":"1039132638657543","imei1":"1039132638657543","imei2":"1039132638657543","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:07:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158892,"job_number":"JOB_158892","tr_customer_id":158909,"tr_customer_product_id":158899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:24:08.000Z","modified_at":"2026-01-17T19:24:08.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"18556613932791","imei1":"18556613932791","imei2":"18556613932791","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:24:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158894,"job_number":"JOB_158894","tr_customer_id":158911,"tr_customer_product_id":158901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:27:12.000Z","modified_at":"2026-01-17T19:27:12.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"23481924202418","imei1":"23481924202418","imei2":"23481924202418","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158895,"job_number":"JOB_158895","tr_customer_id":158912,"tr_customer_product_id":158902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:36:49.000Z","modified_at":"2026-01-17T19:36:49.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2026-01-07","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2026-01-07T19:36:49.080803022Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:36:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158896,"job_number":"JOB_158896","tr_customer_id":158913,"tr_customer_product_id":158903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:22:09.000Z","modified_at":"2026-01-17T20:22:09.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"79352333685862","imei1":"79352333685862","imei2":"79352333685862","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:22:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158897,"job_number":"JOB_158897","tr_customer_id":158914,"tr_customer_product_id":158904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:27:40.000Z","modified_at":"2026-01-17T20:27:40.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"54255422144910","imei1":"54255422144910","imei2":"54255422144910","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158898,"job_number":"JOB_158898","tr_customer_id":158915,"tr_customer_product_id":158905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:29:12.000Z","modified_at":"2026-01-17T20:29:12.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"38214084920646","imei1":"38214084920646","imei2":"38214084920646","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:29:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158899,"job_number":"JOB_158899","tr_customer_id":158916,"tr_customer_product_id":158906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:42:51.000Z","modified_at":"2026-01-17T20:42:51.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"61144839786044","imei1":"61144839786044","imei2":"61144839786044","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158900,"job_number":"JOB_158900","tr_customer_id":158917,"tr_customer_product_id":158907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:52:36.000Z","modified_at":"2026-01-17T20:52:36.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"59537308514025","imei1":"59537308514025","imei2":"59537308514025","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:52:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158901,"job_number":"JOB_158901","tr_customer_id":158918,"tr_customer_product_id":158908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:54:15.000Z","modified_at":"2026-01-17T20:54:15.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"13131561780689","imei1":"13131561780689","imei2":"13131561780689","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158902,"job_number":"JOB_158902","tr_customer_id":158919,"tr_customer_product_id":158909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:56:37.000Z","modified_at":"2026-01-17T20:56:37.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"59441625477344","imei1":"59441625477344","imei2":"59441625477344","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:56:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158904,"job_number":"JOB_158904","tr_customer_id":158921,"tr_customer_product_id":158911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:04:43.000Z","modified_at":"2026-01-17T21:04:43.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"56827355984425","imei1":"56827355984425","imei2":"56827355984425","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:04:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158906,"job_number":"JOB_158906","tr_customer_id":158923,"tr_customer_product_id":158913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:37:04.000Z","modified_at":"2026-01-17T21:37:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11221658789255","imei1":"11221658789255","imei2":"11221658789255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158908,"job_number":"JOB_158908","tr_customer_id":158925,"tr_customer_product_id":158915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:37:06.000Z","modified_at":"2026-01-17T21:37:06.000Z","name":"Kay Homenick","mobile_number":"779-716-4828","email_id":"Natasha_Grant@yahoo.com","dop":"2025-04-06","serial_number":"15925953190833172","imei1":"15925953190833172","imei2":"15925953190833172","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:37:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158909,"job_number":"JOB_158909","tr_customer_id":158926,"tr_customer_product_id":158916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:37:46.000Z","modified_at":"2026-01-17T21:37:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10360640839954","imei1":"10360640839954","imei2":"10360640839954","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158911,"job_number":"JOB_158911","tr_customer_id":158928,"tr_customer_product_id":158918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:37:47.000Z","modified_at":"2026-01-17T21:37:47.000Z","name":"Lelah Legros","mobile_number":"521-333-1969","email_id":"Karolann.Fadel@gmail.com","dop":"2025-04-06","serial_number":"19741420902928084","imei1":"19741420902928084","imei2":"19741420902928084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158912,"job_number":"JOB_158912","tr_customer_id":158929,"tr_customer_product_id":158919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:38:27.000Z","modified_at":"2026-01-17T21:38:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10341473024002","imei1":"10341473024002","imei2":"10341473024002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:38:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158914,"job_number":"JOB_158914","tr_customer_id":158931,"tr_customer_product_id":158921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:38:29.000Z","modified_at":"2026-01-17T21:38:29.000Z","name":"Ralph Will","mobile_number":"765-362-0115","email_id":"Piper.Nader24@yahoo.com","dop":"2025-04-06","serial_number":"15884554648619132","imei1":"15884554648619132","imei2":"15884554648619132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:38:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158915,"job_number":"JOB_158915","tr_customer_id":158932,"tr_customer_product_id":158922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T23:37:31.000Z","modified_at":"2026-01-17T23:37:31.000Z","name":"Inder Gowda","mobile_number":"7022291421","email_id":"shivakari.kaniyar@hotmail.com","dop":"2026-01-07","serial_number":"700604956735204","imei1":"700604956735204","imei2":"700604956735204","popurl":"www.lai-banerjee.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T23:37:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158916,"job_number":"JOB_158916","tr_customer_id":158933,"tr_customer_product_id":158923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:00:48.000Z","modified_at":"2026-01-18T02:00:48.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-01-08","serial_number":"29999999999999","imei1":"29999999999999","imei2":"29999999999999","popurl":"2026-01-08T02:00:40.251667Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158917,"job_number":"JOB_158917","tr_customer_id":158934,"tr_customer_product_id":158924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:33:55.000Z","modified_at":"2026-01-18T02:33:55.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-01-08","serial_number":"19999999999999","imei1":"19999999999999","imei2":"19999999999999","popurl":"2026-01-08T02:33:42.441168200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:33:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158918,"job_number":"JOB_158918","tr_customer_id":158935,"tr_customer_product_id":158925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:41:53.000Z","modified_at":"2026-01-18T02:41:53.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19129912921717","imei2":"19129912921717","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158923,"job_number":"JOB_158923","tr_customer_id":158940,"tr_customer_product_id":158930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:05:39.000Z","modified_at":"2026-01-18T03:05:39.000Z","name":"Ramesh Kaginakar","mobile_number":"1234567890","email_id":"abc@gmail.com","dop":"2025-12-10","serial_number":"12345678901234","imei1":"12345678904321","imei2":"12345678904321","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:05:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158927,"job_number":"JOB_158927","tr_customer_id":158944,"tr_customer_product_id":158934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:19:29.000Z","modified_at":"2026-01-18T03:19:29.000Z","name":"Keely McClure","mobile_number":"713-588-6401","email_id":"Robb26@gmail.com","dop":"2025-04-06","serial_number":"11137628988002394","imei1":"11137628988002394","imei2":"11137628988002394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:19:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158929,"job_number":"JOB_158929","tr_customer_id":158946,"tr_customer_product_id":158936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:20:09.000Z","modified_at":"2026-01-18T03:20:09.000Z","name":"Herman Dibbert","mobile_number":"982-464-6653","email_id":"Rebeca_Stroman57@hotmail.com","dop":"2025-04-06","serial_number":"19297471529311456","imei1":"19297471529311456","imei2":"19297471529311456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:20:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158931,"job_number":"JOB_158931","tr_customer_id":158948,"tr_customer_product_id":158938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:20:48.000Z","modified_at":"2026-01-18T03:20:48.000Z","name":"George Hammes","mobile_number":"907-586-1027","email_id":"Cesar30@hotmail.com","dop":"2025-04-06","serial_number":"11361496884842766","imei1":"11361496884842766","imei2":"11361496884842766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158936,"job_number":"JOB_158936","tr_customer_id":158953,"tr_customer_product_id":158943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:52.000Z","modified_at":"2026-01-18T03:29:52.000Z","name":"Joe Hessel","mobile_number":"458-269-8906","email_id":"Adella.Lemke41@gmail.com","dop":"2025-04-06","serial_number":"12635739580037282","imei1":"12635739580037282","imei2":"12635739580037282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:29:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158938,"job_number":"JOB_158938","tr_customer_id":158955,"tr_customer_product_id":158945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:31:52.000Z","modified_at":"2026-01-18T03:31:52.000Z","name":"Abdul McGlynn","mobile_number":"656-767-9004","email_id":"Haylie.Gutmann@gmail.com","dop":"2025-04-06","serial_number":"17165963744461898","imei1":"17165963744461898","imei2":"17165963744461898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158940,"job_number":"JOB_158940","tr_customer_id":158957,"tr_customer_product_id":158947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:32:33.000Z","modified_at":"2026-01-18T03:32:33.000Z","name":"Anthony Raynor","mobile_number":"310-969-3183","email_id":"Adolphus63@yahoo.com","dop":"2025-04-06","serial_number":"11063265594084526","imei1":"11063265594084526","imei2":"11063265594084526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:32:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158942,"job_number":"JOB_158942","tr_customer_id":158959,"tr_customer_product_id":158949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:33:13.000Z","modified_at":"2026-01-18T03:33:13.000Z","name":"Trisha Jenkins","mobile_number":"338-952-8303","email_id":"Kenny7@hotmail.com","dop":"2025-04-06","serial_number":"14815744507965088","imei1":"14815744507965088","imei2":"14815744507965088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158945,"job_number":"JOB_158945","tr_customer_id":158962,"tr_customer_product_id":158952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:38.000Z","modified_at":"2026-01-18T03:54:38.000Z","name":"Leo Roberts","mobile_number":"427-909-4416","email_id":"Hollie_Lesch59@hotmail.com","dop":"2025-04-06","serial_number":"14843669307024184","imei1":"14843669307024184","imei2":"14843669307024184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158946,"job_number":"JOB_158946","tr_customer_id":158963,"tr_customer_product_id":158953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:43.000Z","modified_at":"2026-01-18T03:54:43.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19467896628386","imei1":"19467896628386","imei2":"19467896628386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158948,"job_number":"JOB_158948","tr_customer_id":158965,"tr_customer_product_id":158955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:45.000Z","modified_at":"2026-01-18T03:54:45.000Z","name":"Raphaelle Jakubowski","mobile_number":"369-281-4565","email_id":"Norval_OConnell@yahoo.com","dop":"2025-04-06","serial_number":"19521574363139290","imei1":"19521574363139290","imei2":"19521574363139290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158949,"job_number":"JOB_158949","tr_customer_id":158966,"tr_customer_product_id":158956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:48.000Z","modified_at":"2026-01-18T03:54:48.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10214544928347","imei1":"10214544928347","imei2":"10214544928347","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158952,"job_number":"JOB_158952","tr_customer_id":158969,"tr_customer_product_id":158959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:49.000Z","modified_at":"2026-01-18T03:54:49.000Z","name":"Jamar Sawayn","mobile_number":"336-812-0351","email_id":"Letha30@yahoo.com","dop":"2025-06-18","serial_number":"1065809770831836","imei1":"1065809770831836","imei2":"1065809770831836","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158954,"job_number":"JOB_158954","tr_customer_id":158971,"tr_customer_product_id":158961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:50.000Z","modified_at":"2026-01-18T03:54:50.000Z","name":"Lelia Heathcote","mobile_number":"684-439-7088","email_id":"Rodger_Mann2@yahoo.com","dop":"2025-04-06","serial_number":"12902963426862238","imei1":"12902963426862238","imei2":"12902963426862238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158956,"job_number":"JOB_158956","tr_customer_id":158973,"tr_customer_product_id":158963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:55.000Z","modified_at":"2026-01-18T03:54:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12941198745591","imei1":"12941198745591","imei2":"12941198745591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158958,"job_number":"JOB_158958","tr_customer_id":158975,"tr_customer_product_id":158965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:56.000Z","modified_at":"2026-01-18T03:54:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15813258484257","imei1":"15813258484257","imei2":"15813258484257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158959,"job_number":"JOB_158959","tr_customer_id":158976,"tr_customer_product_id":158966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:56.000Z","modified_at":"2026-01-18T03:54:56.000Z","name":"Tre Herman","mobile_number":"750-543-4835","email_id":"Jaylin.Altenwerth@gmail.com","dop":"2025-04-06","serial_number":"15870756819729366","imei1":"15870756819729366","imei2":"15870756819729366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158962,"job_number":"JOB_158962","tr_customer_id":158979,"tr_customer_product_id":158969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:58.000Z","modified_at":"2026-01-18T03:54:58.000Z","name":"Julianne Rice","mobile_number":"365-250-5337","email_id":"Fiona29@gmail.com","dop":"2025-04-06","serial_number":"10262880116894436","imei1":"10262880116894436","imei2":"10262880116894436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158963,"job_number":"JOB_158963","tr_customer_id":158980,"tr_customer_product_id":158970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:58.000Z","modified_at":"2026-01-18T03:54:58.000Z","name":"Madison Littel","mobile_number":"856-908-8463","email_id":"Roxane_Johns@gmail.com","dop":"2025-04-06","serial_number":"16505961427935728","imei1":"16505961427935728","imei2":"16505961427935728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158964,"job_number":"JOB_158964","tr_customer_id":158981,"tr_customer_product_id":158971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:04.000Z","modified_at":"2026-01-18T03:55:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12982843008180","imei1":"12982843008180","imei2":"12982843008180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158966,"job_number":"JOB_158966","tr_customer_id":158983,"tr_customer_product_id":158973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:06.000Z","modified_at":"2026-01-18T03:55:06.000Z","name":"Karley Waters","mobile_number":"824-557-6543","email_id":"Ansley.McCullough81@hotmail.com","dop":"2025-04-06","serial_number":"17452596135726440","imei1":"17452596135726440","imei2":"17452596135726440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158968,"job_number":"JOB_158968","tr_customer_id":158985,"tr_customer_product_id":158975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:09.000Z","modified_at":"2026-01-18T03:55:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15647707394584","imei1":"15647707394584","imei2":"15647707394584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158969,"job_number":"JOB_158969","tr_customer_id":158986,"tr_customer_product_id":158976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:09.000Z","modified_at":"2026-01-18T03:55:09.000Z","name":"Lora Windler","mobile_number":"553-513-0940","email_id":"Newton80@yahoo.com","dop":"2025-04-06","serial_number":"19480817933707828","imei1":"19480817933707828","imei2":"19480817933707828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158971,"job_number":"JOB_158971","tr_customer_id":158988,"tr_customer_product_id":158978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:11.000Z","modified_at":"2026-01-18T03:55:11.000Z","name":"Chasity Boyle","mobile_number":"756-574-8585","email_id":"Devonte.Nicolas81@yahoo.com","dop":"2025-04-06","serial_number":"16484302338758824","imei1":"16484302338758824","imei2":"16484302338758824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158973,"job_number":"JOB_158973","tr_customer_id":158990,"tr_customer_product_id":158980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:18.000Z","modified_at":"2026-01-18T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19562063164321","imei1":"19562063164321","imei2":"19562063164321","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158975,"job_number":"JOB_158975","tr_customer_id":158992,"tr_customer_product_id":158982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:19.000Z","modified_at":"2026-01-18T03:55:19.000Z","name":"Brenden Bode","mobile_number":"452-649-9554","email_id":"Vito.Nader@gmail.com","dop":"2025-04-06","serial_number":"15023106193194922","imei1":"15023106193194922","imei2":"15023106193194922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158976,"job_number":"JOB_158976","tr_customer_id":158993,"tr_customer_product_id":158983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:26.000Z","modified_at":"2026-01-18T03:55:26.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15933689174517","imei1":"15933689174517","imei2":"15933689174517","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158977,"job_number":"JOB_158977","tr_customer_id":158994,"tr_customer_product_id":158984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:26.000Z","modified_at":"2026-01-18T03:55:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10202317918806","imei1":"10202317918806","imei2":"10202317918806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158978,"job_number":"JOB_158978","tr_customer_id":158995,"tr_customer_product_id":158985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:26.000Z","modified_at":"2026-01-18T03:55:26.000Z","name":"Gretchen Predovic","mobile_number":"802-810-1082","email_id":"Isabella3@gmail.com","dop":"2025-09-16","serial_number":"11492863918657","imei1":"11492863918657","imei2":"11492863918657","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158980,"job_number":"JOB_158980","tr_customer_id":158997,"tr_customer_product_id":158987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:27.000Z","modified_at":"2026-01-18T03:55:27.000Z","name":"Crystel Torphy","mobile_number":"691-560-0227","email_id":"Eleazar84@yahoo.com","dop":"2025-04-06","serial_number":"11303065096421912","imei1":"11303065096421912","imei2":"11303065096421912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158982,"job_number":"JOB_158982","tr_customer_id":158999,"tr_customer_product_id":158989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:31.000Z","modified_at":"2026-01-18T03:55:31.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10819982152359","imei1":"10819982152359","imei2":"10819982152359","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158983,"job_number":"JOB_158983","tr_customer_id":159000,"tr_customer_product_id":158990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:31.000Z","modified_at":"2026-01-18T03:55:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18896905771448","imei1":"18896905771448","imei2":"18896905771448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158986,"job_number":"JOB_158986","tr_customer_id":159003,"tr_customer_product_id":158993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:32.000Z","modified_at":"2026-01-18T03:55:32.000Z","name":"Jalon West","mobile_number":"723-382-9398","email_id":"Jadon35@gmail.com","dop":"2025-06-18","serial_number":"1028285053662513","imei1":"1028285053662513","imei2":"1028285053662513","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158987,"job_number":"JOB_158987","tr_customer_id":159004,"tr_customer_product_id":158994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:33.000Z","modified_at":"2026-01-18T03:55:33.000Z","name":"Izaiah Connelly","mobile_number":"768-354-9653","email_id":"Patsy_Kuphal@gmail.com","dop":"2025-04-06","serial_number":"11630098966251164","imei1":"11630098966251164","imei2":"11630098966251164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158988,"job_number":"JOB_158988","tr_customer_id":159005,"tr_customer_product_id":158995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:37.000Z","modified_at":"2026-01-18T03:55:37.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10681521250943","imei1":"10681521250943","imei2":"10681521250943","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158989,"job_number":"JOB_158989","tr_customer_id":159006,"tr_customer_product_id":158996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:37.000Z","modified_at":"2026-01-18T03:55:37.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16893023065587","imei1":"16893023065587","imei2":"16893023065587","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158992,"job_number":"JOB_158992","tr_customer_id":159009,"tr_customer_product_id":158999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:38.000Z","modified_at":"2026-01-18T03:55:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12017734977634","imei1":"12017734977634","imei2":"12017734977634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158994,"job_number":"JOB_158994","tr_customer_id":159011,"tr_customer_product_id":159001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"Jennyfer Gorczany","mobile_number":"535-543-7055","email_id":"Prudence.Kunde91@hotmail.com","dop":"2000-01-31","serial_number":"1057844716225154","imei1":"1057844716225154","imei2":"1057844716225154","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158995,"job_number":"JOB_158995","tr_customer_id":159012,"tr_customer_product_id":159002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"Eleazar Bahringer","mobile_number":"366-679-0783","email_id":"Rossie_Marquardt75@hotmail.com","dop":"2025-04-06","serial_number":"18869410839404170","imei1":"18869410839404170","imei2":"18869410839404170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158997,"job_number":"JOB_158997","tr_customer_id":159014,"tr_customer_product_id":159004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14783569223357","imei1":"14783569223357","imei2":"14783569223357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158998,"job_number":"JOB_158998","tr_customer_id":159015,"tr_customer_product_id":159005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14713386190208","imei1":"14713386190208","imei2":"14713386190208","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159000,"job_number":"JOB_159000","tr_customer_id":159017,"tr_customer_product_id":159007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:40.000Z","modified_at":"2026-01-18T03:55:40.000Z","name":"Holly McCullough","mobile_number":"287-399-4716","email_id":"Philip.Predovic@hotmail.com","dop":"2025-04-06","serial_number":"14214903449128246","imei1":"14214903449128246","imei2":"14214903449128246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159003,"job_number":"JOB_159003","tr_customer_id":159020,"tr_customer_product_id":159010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:41.000Z","modified_at":"2026-01-18T03:55:41.000Z","name":"Fannie Gerlach","mobile_number":"622-417-3175","email_id":"Assunta.Gibson@gmail.com","dop":"2025-04-06","serial_number":"11678772436690096","imei1":"11678772436690096","imei2":"11678772436690096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159004,"job_number":"JOB_159004","tr_customer_id":159021,"tr_customer_product_id":159011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:41.000Z","modified_at":"2026-01-18T03:55:41.000Z","name":"Darian Bernhard","mobile_number":"315-893-0028","email_id":"Shakira.Gottlieb@yahoo.com","dop":"2025-04-06","serial_number":"11900177431020654","imei1":"11900177431020654","imei2":"11900177431020654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159005,"job_number":"JOB_159005","tr_customer_id":159022,"tr_customer_product_id":159012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:42.000Z","modified_at":"2026-01-18T03:55:42.000Z","name":"Mylene Huel","mobile_number":"893-426-0425","email_id":"Kyla_Dicki2@yahoo.com","dop":"2025-04-06","serial_number":"15161267425462172","imei1":"15161267425462172","imei2":"15161267425462172","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159006,"job_number":"JOB_159006","tr_customer_id":159023,"tr_customer_product_id":159013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:44.000Z","modified_at":"2026-01-18T03:55:44.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"16508946544604","imei1":"16508946544604","imei2":"16508946544604","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159007,"job_number":"JOB_159007","tr_customer_id":159024,"tr_customer_product_id":159014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:45.000Z","modified_at":"2026-01-18T03:55:45.000Z","name":"Aubree Buckridge","mobile_number":"380-656-6822","email_id":"Desiree60@yahoo.com","dop":"2025-09-16","serial_number":"19132359283120","imei1":"19132359283120","imei2":"19132359283120","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159008,"job_number":"JOB_159008","tr_customer_id":159025,"tr_customer_product_id":159015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:47.000Z","modified_at":"2026-01-18T03:55:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16056272428869","imei1":"16056272428869","imei2":"16056272428869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159010,"job_number":"JOB_159010","tr_customer_id":159027,"tr_customer_product_id":159017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:48.000Z","modified_at":"2026-01-18T03:55:48.000Z","name":"Mabelle Homenick","mobile_number":"583-467-8699","email_id":"Makayla66@gmail.com","dop":"2025-04-06","serial_number":"10276156837697780","imei1":"10276156837697780","imei2":"10276156837697780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159012,"job_number":"JOB_159012","tr_customer_id":159029,"tr_customer_product_id":159019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:51.000Z","modified_at":"2026-01-18T03:55:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14819228525478","imei1":"14819228525478","imei2":"14819228525478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159017,"job_number":"JOB_159017","tr_customer_id":159034,"tr_customer_product_id":159024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:53.000Z","modified_at":"2026-01-18T03:55:53.000Z","name":"Ayla Hartmann","mobile_number":"325-323-1251","email_id":"Judd71@hotmail.com","dop":"2025-04-06","serial_number":"12725804605654084","imei1":"12725804605654084","imei2":"12725804605654084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159019,"job_number":"JOB_159019","tr_customer_id":159036,"tr_customer_product_id":159026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:56.000Z","modified_at":"2026-01-18T03:55:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16204717254730","imei1":"16204717254730","imei2":"16204717254730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159021,"job_number":"JOB_159021","tr_customer_id":159038,"tr_customer_product_id":159028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:57.000Z","modified_at":"2026-01-18T03:55:57.000Z","name":"Gage O'Reilly","mobile_number":"486-722-9533","email_id":"Estelle_Gulgowski@hotmail.com","dop":"2025-04-06","serial_number":"19022593321130664","imei1":"19022593321130664","imei2":"19022593321130664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159022,"job_number":"JOB_159022","tr_customer_id":159039,"tr_customer_product_id":159029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:00.000Z","modified_at":"2026-01-18T03:56:00.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16181220054794","imei1":"16181220054794","imei2":"16181220054794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159025,"job_number":"JOB_159025","tr_customer_id":159042,"tr_customer_product_id":159032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:02.000Z","modified_at":"2026-01-18T03:56:02.000Z","name":"Gregorio Powlowski","mobile_number":"773-203-0079","email_id":"Dee_Robel@yahoo.com","dop":"2025-04-06","serial_number":"13917303328041124","imei1":"13917303328041124","imei2":"13917303328041124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159028,"job_number":"JOB_159028","tr_customer_id":159045,"tr_customer_product_id":159035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:03.000Z","modified_at":"2026-01-18T03:56:03.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13079418795528","imei1":"13079418795528","imei2":"13079418795528","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159029,"job_number":"JOB_159029","tr_customer_id":159046,"tr_customer_product_id":159036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:04.000Z","modified_at":"2026-01-18T03:56:04.000Z","name":"Darrion Larkin","mobile_number":"327-462-5230","email_id":"Cedrick80@yahoo.com","dop":"2025-09-16","serial_number":"16714415971446","imei1":"16714415971446","imei2":"16714415971446","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159034,"job_number":"JOB_159034","tr_customer_id":159051,"tr_customer_product_id":159041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:06.000Z","modified_at":"2026-01-18T03:56:06.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17940480609878","imei1":"17940480609878","imei2":"17940480609878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159036,"job_number":"JOB_159036","tr_customer_id":159053,"tr_customer_product_id":159043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:08.000Z","modified_at":"2026-01-18T03:56:08.000Z","name":"Robin Will","mobile_number":"368-861-3238","email_id":"Lysanne.Trantow@hotmail.com","dop":"2025-04-06","serial_number":"10701379597396918","imei1":"10701379597396918","imei2":"10701379597396918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159037,"job_number":"JOB_159037","tr_customer_id":159054,"tr_customer_product_id":159044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:08.000Z","modified_at":"2026-01-18T03:56:08.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"14292195329234","imei1":"14292195329234","imei2":"14292195329234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159042,"job_number":"JOB_159042","tr_customer_id":159059,"tr_customer_product_id":159049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:10.000Z","modified_at":"2026-01-18T03:56:10.000Z","name":"Dimitri Rodriguez","mobile_number":"821-542-3569","email_id":"Candelario.Prosacco46@gmail.com","dop":"2025-04-06","serial_number":"14221331446654184","imei1":"14221331446654184","imei2":"14221331446654184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159043,"job_number":"JOB_159043","tr_customer_id":159060,"tr_customer_product_id":159050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:11.000Z","modified_at":"2026-01-18T03:56:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16121955432354","imei1":"16121955432354","imei2":"16121955432354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159045,"job_number":"JOB_159045","tr_customer_id":159062,"tr_customer_product_id":159052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:13.000Z","modified_at":"2026-01-18T03:56:13.000Z","name":"Elnora Yost","mobile_number":"706-461-3350","email_id":"Willie.Schinner@hotmail.com","dop":"2025-04-06","serial_number":"15498950935864736","imei1":"15498950935864736","imei2":"15498950935864736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159046,"job_number":"JOB_159046","tr_customer_id":159063,"tr_customer_product_id":159053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:14.000Z","modified_at":"2026-01-18T03:56:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11530019276181","imei1":"11530019276181","imei2":"11530019276181","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159048,"job_number":"JOB_159048","tr_customer_id":159065,"tr_customer_product_id":159055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:16.000Z","modified_at":"2026-01-18T03:56:16.000Z","name":"Hassan Steuber","mobile_number":"941-982-9170","email_id":"Angeline.Gutkowski@hotmail.com","dop":"2025-04-06","serial_number":"19191664390299800","imei1":"19191664390299800","imei2":"19191664390299800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159049,"job_number":"JOB_159049","tr_customer_id":159066,"tr_customer_product_id":159056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:18.000Z","modified_at":"2026-01-18T03:56:18.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10262282963008","imei1":"10262282963008","imei2":"10262282963008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159051,"job_number":"JOB_159051","tr_customer_id":159068,"tr_customer_product_id":159058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:20.000Z","modified_at":"2026-01-18T03:56:20.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16121345308966","imei1":"16121345308966","imei2":"16121345308966","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159052,"job_number":"JOB_159052","tr_customer_id":159069,"tr_customer_product_id":159059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:20.000Z","modified_at":"2026-01-18T03:56:20.000Z","name":"Davonte Abernathy","mobile_number":"925-225-6146","email_id":"Myah_Kris20@gmail.com","dop":"2025-04-06","serial_number":"11671565606080252","imei1":"11671565606080252","imei2":"11671565606080252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159054,"job_number":"JOB_159054","tr_customer_id":159071,"tr_customer_product_id":159061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:21.000Z","modified_at":"2026-01-18T03:56:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12042865289002","imei1":"12042865289002","imei2":"12042865289002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159056,"job_number":"JOB_159056","tr_customer_id":159073,"tr_customer_product_id":159063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"Keenan Wilderman","mobile_number":"557-790-7062","email_id":"Ida.Ortiz@yahoo.com","dop":"2025-04-06","serial_number":"16323977604819896","imei1":"16323977604819896","imei2":"16323977604819896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159057,"job_number":"JOB_159057","tr_customer_id":159074,"tr_customer_product_id":159064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17173567493433","imei1":"17173567493433","imei2":"17173567493433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159059,"job_number":"JOB_159059","tr_customer_id":159076,"tr_customer_product_id":159066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15507358987601","imei1":"15507358987601","imei2":"15507358987601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159060,"job_number":"JOB_159060","tr_customer_id":159077,"tr_customer_product_id":159067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"Rupert Hagenes","mobile_number":"441-932-3091","email_id":"Kip_Hilll@gmail.com","dop":"2025-04-06","serial_number":"16725310582101640","imei1":"16725310582101640","imei2":"16725310582101640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159062,"job_number":"JOB_159062","tr_customer_id":159079,"tr_customer_product_id":159069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:23.000Z","modified_at":"2026-01-18T03:56:23.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10554998517770","imei1":"10554998517770","imei2":"10554998517770","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159064,"job_number":"JOB_159064","tr_customer_id":159081,"tr_customer_product_id":159071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Lonzo Metz","mobile_number":"813-312-7136","email_id":"Rylee_Ankunding80@hotmail.com","dop":"2025-04-06","serial_number":"13196617994465292","imei1":"13196617994465292","imei2":"13196617994465292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159066,"job_number":"JOB_159066","tr_customer_id":159083,"tr_customer_product_id":159073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Jocelyn Wisozk","mobile_number":"966-291-2540","email_id":"Linnie.Kozey@hotmail.com","dop":"2025-04-06","serial_number":"11607811611260184","imei1":"11607811611260184","imei2":"11607811611260184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159069,"job_number":"JOB_159069","tr_customer_id":159086,"tr_customer_product_id":159076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:25.000Z","modified_at":"2026-01-18T03:56:25.000Z","name":"Abelardo Daugherty","mobile_number":"671-273-5807","email_id":"Samir.Kassulke@hotmail.com","dop":"2000-01-31","serial_number":"1023505550914247","imei1":"1023505550914247","imei2":"1023505550914247","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159070,"job_number":"JOB_159070","tr_customer_id":159087,"tr_customer_product_id":159077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:29.000Z","modified_at":"2026-01-18T03:56:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16426582337052","imei1":"16426582337052","imei2":"16426582337052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159072,"job_number":"JOB_159072","tr_customer_id":159089,"tr_customer_product_id":159079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:31.000Z","modified_at":"2026-01-18T03:56:31.000Z","name":"Kenny Hickle","mobile_number":"735-376-7511","email_id":"Catalina33@gmail.com","dop":"2025-04-06","serial_number":"17347309749523584","imei1":"17347309749523584","imei2":"17347309749523584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159073,"job_number":"JOB_159073","tr_customer_id":159090,"tr_customer_product_id":159080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:33.000Z","modified_at":"2026-01-18T03:56:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13408667443250","imei1":"13408667443250","imei2":"13408667443250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159075,"job_number":"JOB_159075","tr_customer_id":159092,"tr_customer_product_id":159082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:34.000Z","modified_at":"2026-01-18T03:56:34.000Z","name":"Rico Prosacco","mobile_number":"242-341-7855","email_id":"Karina_Lakin@yahoo.com","dop":"2025-04-06","serial_number":"17886541680478432","imei1":"17886541680478432","imei2":"17886541680478432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159076,"job_number":"JOB_159076","tr_customer_id":159093,"tr_customer_product_id":159083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:38.000Z","modified_at":"2026-01-18T03:56:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14073296534481","imei1":"14073296534481","imei2":"14073296534481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159081,"job_number":"JOB_159081","tr_customer_id":159098,"tr_customer_product_id":159088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:39.000Z","modified_at":"2026-01-18T03:56:39.000Z","name":"Nicklaus Adams","mobile_number":"571-791-8155","email_id":"Davion66@gmail.com","dop":"2025-04-06","serial_number":"16336268124921848","imei1":"16336268124921848","imei2":"16336268124921848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159082,"job_number":"JOB_159082","tr_customer_id":159099,"tr_customer_product_id":159089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:43.000Z","modified_at":"2026-01-18T03:56:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16992050938441","imei1":"16992050938441","imei2":"16992050938441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159084,"job_number":"JOB_159084","tr_customer_id":159101,"tr_customer_product_id":159091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:45.000Z","modified_at":"2026-01-18T03:56:45.000Z","name":"Alford Baumbach","mobile_number":"568-991-1586","email_id":"Jerod.Weber98@gmail.com","dop":"2025-04-06","serial_number":"17559774313272528","imei1":"17559774313272528","imei2":"17559774313272528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159085,"job_number":"JOB_159085","tr_customer_id":159102,"tr_customer_product_id":159092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:49.000Z","modified_at":"2026-01-18T03:56:49.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"17618015852470","imei1":"17618015852470","imei2":"17618015852470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159087,"job_number":"JOB_159087","tr_customer_id":159104,"tr_customer_product_id":159094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:51.000Z","modified_at":"2026-01-18T03:56:51.000Z","name":"Jewell Hane","mobile_number":"668-801-5609","email_id":"Cordell.Moen20@hotmail.com","dop":"2025-04-06","serial_number":"17059653394502704","imei1":"17059653394502704","imei2":"17059653394502704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159088,"job_number":"JOB_159088","tr_customer_id":159105,"tr_customer_product_id":159095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:55.000Z","modified_at":"2026-01-18T03:56:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18562529637721","imei1":"18562529637721","imei2":"18562529637721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159090,"job_number":"JOB_159090","tr_customer_id":159107,"tr_customer_product_id":159097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:56.000Z","modified_at":"2026-01-18T03:56:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18565090525399","imei1":"18565090525399","imei2":"18565090525399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159092,"job_number":"JOB_159092","tr_customer_id":159109,"tr_customer_product_id":159099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:57.000Z","modified_at":"2026-01-18T03:56:57.000Z","name":"Reynold Wilkinson","mobile_number":"881-440-9157","email_id":"Lourdes86@yahoo.com","dop":"2025-04-06","serial_number":"12156566780378344","imei1":"12156566780378344","imei2":"12156566780378344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159093,"job_number":"JOB_159093","tr_customer_id":159110,"tr_customer_product_id":159100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:58.000Z","modified_at":"2026-01-18T03:56:58.000Z","name":"Kenton Volkman","mobile_number":"842-551-3953","email_id":"Demarco_Luettgen45@hotmail.com","dop":"2025-04-06","serial_number":"18393030416523070","imei1":"18393030416523070","imei2":"18393030416523070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159094,"job_number":"JOB_159094","tr_customer_id":159111,"tr_customer_product_id":159101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:59.000Z","modified_at":"2026-01-18T03:56:59.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12194536353382","imei1":"12194536353382","imei2":"12194536353382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159096,"job_number":"JOB_159096","tr_customer_id":159113,"tr_customer_product_id":159103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:00.000Z","modified_at":"2026-01-18T03:57:00.000Z","name":"Rusty Buckridge","mobile_number":"532-371-9371","email_id":"Duncan.Lakin90@hotmail.com","dop":"2025-04-06","serial_number":"19535132894412390","imei1":"19535132894412390","imei2":"19535132894412390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159097,"job_number":"JOB_159097","tr_customer_id":159114,"tr_customer_product_id":159104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:05.000Z","modified_at":"2026-01-18T03:57:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17125544314672","imei1":"17125544314672","imei2":"17125544314672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159099,"job_number":"JOB_159099","tr_customer_id":159116,"tr_customer_product_id":159106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:06.000Z","modified_at":"2026-01-18T03:57:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19493853384651","imei1":"19493853384651","imei2":"19493853384651","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159101,"job_number":"JOB_159101","tr_customer_id":159118,"tr_customer_product_id":159108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:07.000Z","modified_at":"2026-01-18T03:57:07.000Z","name":"Damion Schimmel","mobile_number":"323-927-5489","email_id":"Amparo.Ortiz@yahoo.com","dop":"2025-04-06","serial_number":"15096935786322860","imei1":"15096935786322860","imei2":"15096935786322860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159102,"job_number":"JOB_159102","tr_customer_id":159119,"tr_customer_product_id":159109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:08.000Z","modified_at":"2026-01-18T03:57:08.000Z","name":"Elissa Von","mobile_number":"633-983-3381","email_id":"Hadley.Bahringer48@gmail.com","dop":"2025-04-06","serial_number":"12750777508163872","imei1":"12750777508163872","imei2":"12750777508163872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159103,"job_number":"JOB_159103","tr_customer_id":159120,"tr_customer_product_id":159110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:08.000Z","modified_at":"2026-01-18T03:57:08.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10881737155439","imei1":"10881737155439","imei2":"10881737155439","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159105,"job_number":"JOB_159105","tr_customer_id":159122,"tr_customer_product_id":159112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:10.000Z","modified_at":"2026-01-18T03:57:10.000Z","name":"Kay Kshlerin","mobile_number":"549-791-2841","email_id":"Korey.Pouros@hotmail.com","dop":"2000-01-31","serial_number":"1006836938561974","imei1":"1006836938561974","imei2":"1006836938561974","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159106,"job_number":"JOB_159106","tr_customer_id":159123,"tr_customer_product_id":159113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:19.000Z","modified_at":"2026-01-18T03:57:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10990930337870","imei1":"10990930337870","imei2":"10990930337870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159108,"job_number":"JOB_159108","tr_customer_id":159125,"tr_customer_product_id":159115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:20.000Z","modified_at":"2026-01-18T03:57:21.000Z","name":"Halle Jacobs","mobile_number":"702-829-9564","email_id":"Shemar_Weber@yahoo.com","dop":"2025-04-06","serial_number":"19481406525399376","imei1":"19481406525399376","imei2":"19481406525399376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159109,"job_number":"JOB_159109","tr_customer_id":159126,"tr_customer_product_id":159116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:38.000Z","modified_at":"2026-01-18T03:57:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13618202639912","imei1":"13618202639912","imei2":"13618202639912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159111,"job_number":"JOB_159111","tr_customer_id":159128,"tr_customer_product_id":159118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:40.000Z","modified_at":"2026-01-18T03:57:40.000Z","name":"Easter Nolan","mobile_number":"989-469-5107","email_id":"Manuela53@yahoo.com","dop":"2025-04-06","serial_number":"16931703119740418","imei1":"16931703119740418","imei2":"16931703119740418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159112,"job_number":"JOB_159112","tr_customer_id":159129,"tr_customer_product_id":159119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:51.000Z","modified_at":"2026-01-18T03:57:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16495393975364","imei1":"16495393975364","imei2":"16495393975364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159114,"job_number":"JOB_159114","tr_customer_id":159131,"tr_customer_product_id":159121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:53.000Z","modified_at":"2026-01-18T03:57:53.000Z","name":"Sigrid Hoppe","mobile_number":"744-704-0538","email_id":"Elvie73@yahoo.com","dop":"2025-04-06","serial_number":"12844900235535616","imei1":"12844900235535616","imei2":"12844900235535616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159115,"job_number":"JOB_159115","tr_customer_id":159132,"tr_customer_product_id":159122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:53.000Z","modified_at":"2026-01-18T03:57:53.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10593668361759","imei1":"10593668361759","imei2":"10593668361759","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159117,"job_number":"JOB_159117","tr_customer_id":159134,"tr_customer_product_id":159124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:55.000Z","modified_at":"2026-01-18T03:57:55.000Z","name":"Vivien Effertz","mobile_number":"264-411-5441","email_id":"Justine50@hotmail.com","dop":"2000-01-31","serial_number":"1041260274965509","imei1":"1041260274965509","imei2":"1041260274965509","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159118,"job_number":"JOB_159118","tr_customer_id":159135,"tr_customer_product_id":159125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:04.000Z","modified_at":"2026-01-18T04:02:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42595467128054","imei1":"42595467128054","imei2":"42595467128054","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159119,"job_number":"JOB_159119","tr_customer_id":159136,"tr_customer_product_id":159126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:05.000Z","modified_at":"2026-01-18T04:02:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87314681924832","imei1":"87314681924832","imei2":"87314681924832","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159120,"job_number":"JOB_159120","tr_customer_id":159137,"tr_customer_product_id":159127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:05.000Z","modified_at":"2026-01-18T04:02:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83676561649942","imei1":"83676561649942","imei2":"83676561649942","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159121,"job_number":"JOB_159121","tr_customer_id":159138,"tr_customer_product_id":159128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:05.000Z","modified_at":"2026-01-18T04:02:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90919033009824","imei1":"90919033009824","imei2":"90919033009824","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159122,"job_number":"JOB_159122","tr_customer_id":159139,"tr_customer_product_id":159129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:06.000Z","modified_at":"2026-01-18T04:02:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97667063730193","imei1":"97667063730193","imei2":"97667063730193","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159123,"job_number":"JOB_159123","tr_customer_id":159140,"tr_customer_product_id":159130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:06.000Z","modified_at":"2026-01-18T04:02:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"52313581280592","imei1":"52313581280592","imei2":"52313581280592","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159125,"job_number":"JOB_159125","tr_customer_id":159142,"tr_customer_product_id":159132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:35.000Z","modified_at":"2026-01-18T04:02:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14404177699227","imei1":"14404177699227","imei2":"14404177699227","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159126,"job_number":"JOB_159126","tr_customer_id":159143,"tr_customer_product_id":159133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:35.000Z","modified_at":"2026-01-18T04:02:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"75974630502915","imei1":"75974630502915","imei2":"75974630502915","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159127,"job_number":"JOB_159127","tr_customer_id":159144,"tr_customer_product_id":159134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:35.000Z","modified_at":"2026-01-18T04:02:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"49649277405742","imei1":"49649277405742","imei2":"49649277405742","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159128,"job_number":"JOB_159128","tr_customer_id":159145,"tr_customer_product_id":159135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:36.000Z","modified_at":"2026-01-18T04:02:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"98739550267129","imei1":"98739550267129","imei2":"98739550267129","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159129,"job_number":"JOB_159129","tr_customer_id":159146,"tr_customer_product_id":159136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:36.000Z","modified_at":"2026-01-18T04:02:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14537486509078","imei1":"14537486509078","imei2":"14537486509078","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159130,"job_number":"JOB_159130","tr_customer_id":159147,"tr_customer_product_id":159137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:36.000Z","modified_at":"2026-01-18T04:02:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47803734311039","imei1":"47803734311039","imei2":"47803734311039","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159132,"job_number":"JOB_159132","tr_customer_id":159149,"tr_customer_product_id":159139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:05.000Z","modified_at":"2026-01-18T04:03:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25953638566088","imei1":"25953638566088","imei2":"25953638566088","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159133,"job_number":"JOB_159133","tr_customer_id":159150,"tr_customer_product_id":159140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:05.000Z","modified_at":"2026-01-18T04:03:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68817167817827","imei1":"68817167817827","imei2":"68817167817827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159134,"job_number":"JOB_159134","tr_customer_id":159151,"tr_customer_product_id":159141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11405749785771","imei1":"11405749785771","imei2":"11405749785771","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159135,"job_number":"JOB_159135","tr_customer_id":159152,"tr_customer_product_id":159142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65198456677470","imei1":"65198456677470","imei2":"65198456677470","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159136,"job_number":"JOB_159136","tr_customer_id":159153,"tr_customer_product_id":159143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45333620539242","imei1":"45333620539242","imei2":"45333620539242","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159137,"job_number":"JOB_159137","tr_customer_id":159154,"tr_customer_product_id":159144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55816952128862","imei1":"55816952128862","imei2":"55816952128862","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159140,"job_number":"JOB_159140","tr_customer_id":159157,"tr_customer_product_id":159147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:35:39.000Z","modified_at":"2026-01-18T04:35:39.000Z","name":"Sigmund Heller","mobile_number":"553-816-8494","email_id":"Kellie_Moore@yahoo.com","dop":"2025-04-06","serial_number":"14915951040604334","imei1":"14915951040604334","imei2":"14915951040604334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159142,"job_number":"JOB_159142","tr_customer_id":159159,"tr_customer_product_id":159149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:36:25.000Z","modified_at":"2026-01-18T04:36:25.000Z","name":"Evangeline Mertz","mobile_number":"770-977-1504","email_id":"Baylee.Von@yahoo.com","dop":"2025-04-06","serial_number":"15546895950353300","imei1":"15546895950353300","imei2":"15546895950353300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159144,"job_number":"JOB_159144","tr_customer_id":159161,"tr_customer_product_id":159151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:37:10.000Z","modified_at":"2026-01-18T04:37:10.000Z","name":"Agustina Effertz","mobile_number":"534-575-8446","email_id":"Elena16@hotmail.com","dop":"2025-04-06","serial_number":"16513923573111656","imei1":"16513923573111656","imei2":"16513923573111656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:37:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159145,"job_number":"JOB_159145","tr_customer_id":159162,"tr_customer_product_id":159152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:38:25.000Z","modified_at":"2026-01-18T04:38:25.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-08","serial_number":"37906098012507","imei1":"37906098012507","imei2":"37906098012507","popurl":"2026-01-08T04:38:25.059966147Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:38:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159146,"job_number":"JOB_159146","tr_customer_id":159163,"tr_customer_product_id":159153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:39:13.000Z","modified_at":"2026-01-18T04:39:13.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-08","serial_number":"13152065634352","imei1":"13152065634352","imei2":"13152065634352","popurl":"2026-01-08T04:39:13.543870831Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159147,"job_number":"JOB_159147","tr_customer_id":159164,"tr_customer_product_id":159154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:46:20.000Z","modified_at":"2026-01-18T04:46:20.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"102426181348629","imei1":"102426181348629","imei2":"102426181348629","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159149,"job_number":"JOB_159149","tr_customer_id":159166,"tr_customer_product_id":159156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:46:32.000Z","modified_at":"2026-01-18T04:46:32.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"101296498934228","imei1":"101296498934228","imei2":"101296498934228","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:46:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159152,"job_number":"JOB_159152","tr_customer_id":159169,"tr_customer_product_id":159159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:48:44.000Z","modified_at":"2026-01-18T04:48:44.000Z","name":"Waino Watsica","mobile_number":"349-225-5664","email_id":"Tyrese.Rodriguez@hotmail.com","dop":"2025-04-06","serial_number":"17754341125637384","imei1":"17754341125637384","imei2":"17754341125637384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159154,"job_number":"JOB_159154","tr_customer_id":159171,"tr_customer_product_id":159161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:49:27.000Z","modified_at":"2026-01-18T04:49:27.000Z","name":"Mathias Heaney","mobile_number":"969-224-2353","email_id":"Colleen.Hegmann@hotmail.com","dop":"2025-04-06","serial_number":"17387945400318194","imei1":"17387945400318194","imei2":"17387945400318194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159156,"job_number":"JOB_159156","tr_customer_id":159173,"tr_customer_product_id":159163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:50:10.000Z","modified_at":"2026-01-18T04:50:10.000Z","name":"Carolyn Considine","mobile_number":"384-998-3374","email_id":"Daphney.Abernathy8@hotmail.com","dop":"2025-04-06","serial_number":"14526013914400280","imei1":"14526013914400280","imei2":"14526013914400280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:50:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159158,"job_number":"JOB_159158","tr_customer_id":159175,"tr_customer_product_id":159165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:50:29.000Z","modified_at":"2026-01-18T04:50:29.000Z","name":"Chad Blick","mobile_number":"807-777-0039","email_id":"Garland8@gmail.com","dop":"2025-04-06","serial_number":"17782362417732888","imei1":"17782362417732888","imei2":"17782362417732888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159160,"job_number":"JOB_159160","tr_customer_id":159177,"tr_customer_product_id":159167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:54:55.000Z","modified_at":"2026-01-18T04:54:55.000Z","name":"Devan Powlowski","mobile_number":"519-651-9589","email_id":"Alfreda_Douglas32@yahoo.com","dop":"2025-04-06","serial_number":"15810515364692680","imei1":"15810515364692680","imei2":"15810515364692680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:54:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159162,"job_number":"JOB_159162","tr_customer_id":159179,"tr_customer_product_id":159169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:55:38.000Z","modified_at":"2026-01-18T04:55:38.000Z","name":"Raphael Ullrich","mobile_number":"412-771-1127","email_id":"Joana17@yahoo.com","dop":"2025-04-06","serial_number":"13083912295804420","imei1":"13083912295804420","imei2":"13083912295804420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159164,"job_number":"JOB_159164","tr_customer_id":159181,"tr_customer_product_id":159171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:21.000Z","modified_at":"2026-01-18T04:56:21.000Z","name":"Sanford Padberg","mobile_number":"280-853-9256","email_id":"Mandy_Hettinger47@hotmail.com","dop":"2025-04-06","serial_number":"13793539832285556","imei1":"13793539832285556","imei2":"13793539832285556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:56:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159166,"job_number":"JOB_159166","tr_customer_id":159183,"tr_customer_product_id":159173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:33.000Z","modified_at":"2026-01-18T04:56:33.000Z","name":"Berneice Hintz","mobile_number":"949-440-5626","email_id":"Nicklaus_DuBuque@hotmail.com","dop":"2025-04-06","serial_number":"18205991908541724","imei1":"18205991908541724","imei2":"18205991908541724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159168,"job_number":"JOB_159168","tr_customer_id":159185,"tr_customer_product_id":159175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:48.000Z","modified_at":"2026-01-18T04:56:49.000Z","name":"Cassandra Grant","mobile_number":"495-254-8948","email_id":"Ariane57@hotmail.com","dop":"2025-04-06","serial_number":"13564346949934916","imei1":"13564346949934916","imei2":"13564346949934916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159172,"job_number":"JOB_159172","tr_customer_id":159189,"tr_customer_product_id":159179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:10.000Z","modified_at":"2026-01-18T05:26:10.000Z","name":"Anika Naik","mobile_number":"896-551-3586","email_id":"Charlie_Schiller@yahoo.com","dop":"2025-06-18","serial_number":"40529506789497","imei1":"40529506789497","imei2":"40529506789497","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159173,"job_number":"JOB_159173","tr_customer_id":159191,"tr_customer_product_id":159180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:10.000Z","modified_at":"2026-01-18T05:26:10.000Z","name":"Abhijit Naik","mobile_number":"896-551-3586","email_id":"Charlie_Schiller@yahoo.com","dop":"2025-06-18","serial_number":"30529506789497","imei1":"30529506789497","imei2":"30529506789497","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159174,"job_number":"JOB_159174","tr_customer_id":159190,"tr_customer_product_id":159181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:10.000Z","modified_at":"2026-01-18T05:26:10.000Z","name":"Shweta Naik","mobile_number":"896-551-3586","email_id":"Charlie_Schiller@yahoo.com","dop":"2025-06-18","serial_number":"50529506789497","imei1":"50529506789497","imei2":"50529506789497","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159175,"job_number":"JOB_159175","tr_customer_id":159192,"tr_customer_product_id":159182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Tarun Pothuvaal","mobile_number":"9759552311","email_id":"shwet.guneta@yahoo.co.in","dop":"2026-01-08","serial_number":"781387361097568","imei1":"781387361097568","imei2":"781387361097568","popurl":"www.chandrabhan-mehra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159176,"job_number":"JOB_159176","tr_customer_id":159193,"tr_customer_product_id":159183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Narinder Gill","mobile_number":"9770838996","email_id":"tara.trivedi@gmail.com","dop":"2026-01-08","serial_number":"586671701396091","imei1":"586671701396091","imei2":"586671701396091","popurl":"www.brijesh-mehrotra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159177,"job_number":"JOB_159177","tr_customer_id":159194,"tr_customer_product_id":159184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Keerti Dhawan","mobile_number":"9717192766","email_id":"prem.marar@hotmail.com","dop":"2026-01-08","serial_number":"979679078404403","imei1":"979679078404403","imei2":"979679078404403","popurl":"www.indra-mishra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159178,"job_number":"JOB_159178","tr_customer_id":159195,"tr_customer_product_id":159185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Mani Sethi","mobile_number":"9732448209","email_id":"anunay.rana@yahoo.co.in","dop":"2026-01-08","serial_number":"879345541184340","imei1":"879345541184340","imei2":"879345541184340","popurl":"www.hari-achari.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159179,"job_number":"JOB_159179","tr_customer_id":159196,"tr_customer_product_id":159186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Chapal Chattopadhyay","mobile_number":"9734701880","email_id":"lakshman.patil@hotmail.com","dop":"2026-01-08","serial_number":"643310145025074","imei1":"643310145025074","imei2":"643310145025074","popurl":"www.rahul-guha.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159180,"job_number":"JOB_159180","tr_customer_id":159197,"tr_customer_product_id":159187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:12.000Z","modified_at":"2026-01-18T05:26:12.000Z","name":"Janis Goyette","mobile_number":"999-774-7701","email_id":"Jazmyn_Zboncak@hotmail.com","dop":"2025-06-18","serial_number":"10442063229355","imei1":"10442063229355","imei2":"10442063229355","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159181,"job_number":"JOB_159181","tr_customer_id":159198,"tr_customer_product_id":159188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:12.000Z","modified_at":"2026-01-18T05:26:12.000Z","name":"Janis Goyette","mobile_number":"999-774-7701","email_id":"Jazmyn_Zboncak@hotmail.com","dop":"2025-06-18","serial_number":"10442063229375","imei1":"10442063229375","imei2":"10442063229375","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159182,"job_number":"JOB_159182","tr_customer_id":159199,"tr_customer_product_id":159189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:12.000Z","modified_at":"2026-01-18T05:26:12.000Z","name":"Janis Goyette","mobile_number":"999-774-7701","email_id":"Jazmyn_Zboncak@hotmail.com","dop":"2025-06-18","serial_number":"10442063229344","imei1":"10442063229344","imei2":"10442063229344","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159183,"job_number":"JOB_159183","tr_customer_id":159200,"tr_customer_product_id":159190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:37.000Z","modified_at":"2026-01-18T05:26:37.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-08","serial_number":"82585355524444","imei1":"82585355524444","imei2":"82585355524444","popurl":"2026-01-08T05:26:38.556797900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159184,"job_number":"JOB_159184","tr_customer_id":159201,"tr_customer_product_id":159191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:40.000Z","modified_at":"2026-01-18T05:26:40.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-08","serial_number":"44555355528010","imei1":"44555355528010","imei2":"44555355528010","popurl":"2026-01-08T05:26:41.003508100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159186,"job_number":"JOB_159186","tr_customer_id":159203,"tr_customer_product_id":159193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:30:31.000Z","modified_at":"2026-01-18T05:30:31.000Z","name":"Enoch Reynolds","mobile_number":"493-755-5988","email_id":"Moshe57@yahoo.com","dop":"2025-04-06","serial_number":"12379627810619552","imei1":"12379627810619552","imei2":"12379627810619552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159188,"job_number":"JOB_159188","tr_customer_id":159205,"tr_customer_product_id":159195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:31:17.000Z","modified_at":"2026-01-18T05:31:17.000Z","name":"Haleigh Schmeler","mobile_number":"491-543-5436","email_id":"Luz80@gmail.com","dop":"2025-04-06","serial_number":"12481029967063888","imei1":"12481029967063888","imei2":"12481029967063888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159190,"job_number":"JOB_159190","tr_customer_id":159207,"tr_customer_product_id":159197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:32:02.000Z","modified_at":"2026-01-18T05:32:02.000Z","name":"Judson Bergstrom","mobile_number":"811-251-1536","email_id":"Florida.Mitchell90@hotmail.com","dop":"2025-04-06","serial_number":"19066169072961424","imei1":"19066169072961424","imei2":"19066169072961424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159192,"job_number":"JOB_159192","tr_customer_id":159209,"tr_customer_product_id":159199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:34:34.000Z","modified_at":"2026-01-18T05:34:34.000Z","name":"Elmore Nicolas","mobile_number":"870-721-8135","email_id":"Gage69@yahoo.com","dop":"2025-04-06","serial_number":"14563330117773424","imei1":"14563330117773424","imei2":"14563330117773424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:34:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159194,"job_number":"JOB_159194","tr_customer_id":159211,"tr_customer_product_id":159201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:35:19.000Z","modified_at":"2026-01-18T05:35:19.000Z","name":"Kailyn Strosin","mobile_number":"702-605-0724","email_id":"Ewald32@hotmail.com","dop":"2025-04-06","serial_number":"13005289405076192","imei1":"13005289405076192","imei2":"13005289405076192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159196,"job_number":"JOB_159196","tr_customer_id":159213,"tr_customer_product_id":159203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:36:02.000Z","modified_at":"2026-01-18T05:36:02.000Z","name":"Alvah Carter","mobile_number":"381-974-1089","email_id":"Una68@hotmail.com","dop":"2025-04-06","serial_number":"17282893793894732","imei1":"17282893793894732","imei2":"17282893793894732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158282,"job_number":"JOB_158282","tr_customer_id":158299,"tr_customer_product_id":158289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T20:13:16.000Z","modified_at":"2026-01-16T20:13:16.000Z","name":"Testing Sai","mobile_number":"8888999999","email_id":"trd@gmail.com","dop":"2025-12-31","serial_number":"66655566656669","imei1":"66655566656669","imei2":"66655566656669","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T20:13:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158328,"job_number":"JOB_158328","tr_customer_id":158345,"tr_customer_product_id":158335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:45.000Z","modified_at":"2026-01-17T03:42:45.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Cleveland_Ebert@yahoo.com","dop":"2025-07-02","serial_number":"16536671828966","imei1":"16536671828966","imei2":"16536671828966","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158344,"job_number":"JOB_158344","tr_customer_id":158361,"tr_customer_product_id":158351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:02.000Z","modified_at":"2026-01-17T03:43:02.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Alek_Graham45@gmail.com","dop":"2025-07-02","serial_number":"17059396181607","imei1":"17059396181607","imei2":"17059396181607","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158354,"job_number":"JOB_158354","tr_customer_id":158371,"tr_customer_product_id":158361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:19.000Z","modified_at":"2026-01-17T03:43:19.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Abner.Kautzer2@yahoo.com","dop":"2025-07-02","serial_number":"19559837803564","imei1":"19559837803564","imei2":"19559837803564","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158385,"job_number":"JOB_158385","tr_customer_id":158402,"tr_customer_product_id":158392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:01.000Z","modified_at":"2026-01-17T03:44:01.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"146910989004877","imei1":"146910989004877","imei2":"146910989004877","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158386,"job_number":"JOB_158386","tr_customer_id":158403,"tr_customer_product_id":158393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:01.000Z","modified_at":"2026-01-17T03:44:01.000Z","name":"Anibal O'Hara","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"103299519500346","imei1":"103299519500346","imei2":"103299519500346","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158387,"job_number":"JOB_158387","tr_customer_id":158404,"tr_customer_product_id":158394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:02.000Z","modified_at":"2026-01-17T03:44:02.000Z","name":"Hanna Davis","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"150406524276806","imei1":"150406524276806","imei2":"150406524276806","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158388,"job_number":"JOB_158388","tr_customer_id":158405,"tr_customer_product_id":158395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:02.000Z","modified_at":"2026-01-17T03:44:02.000Z","name":"Zola Lemke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"146830526284333","imei1":"146830526284333","imei2":"146830526284333","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158398,"job_number":"JOB_158398","tr_customer_id":158415,"tr_customer_product_id":158405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:12.000Z","modified_at":"2026-01-17T03:44:12.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"118480271711951","imei1":"118480271711951","imei2":"118480271711951","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158400,"job_number":"JOB_158400","tr_customer_id":158417,"tr_customer_product_id":158407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:13.000Z","modified_at":"2026-01-17T03:44:13.000Z","name":"Marian Kuhn","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"185306551779297","imei1":"185306551779297","imei2":"185306551779297","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158402,"job_number":"JOB_158402","tr_customer_id":158419,"tr_customer_product_id":158409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:13.000Z","modified_at":"2026-01-17T03:44:13.000Z","name":"Marcelina Koelpin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140734698974988","imei1":"140734698974988","imei2":"140734698974988","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158403,"job_number":"JOB_158403","tr_customer_id":158420,"tr_customer_product_id":158410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:13.000Z","modified_at":"2026-01-17T03:44:13.000Z","name":"Newell Koelpin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102407723537132","imei1":"102407723537132","imei2":"102407723537132","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158414,"job_number":"JOB_158414","tr_customer_id":158431,"tr_customer_product_id":158421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:28.000Z","modified_at":"2026-01-17T03:44:28.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"103960262653477","imei1":"103960262653477","imei2":"103960262653477","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158416,"job_number":"JOB_158416","tr_customer_id":158433,"tr_customer_product_id":158423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:29.000Z","modified_at":"2026-01-17T03:44:29.000Z","name":"Elmer Reynolds","mobile_number":"378-319-0161","email_id":"Suzanne_Farrell71@yahoo.com","dop":"2025-06-09","serial_number":"109199334236585","imei1":"109199334236585","imei2":"109199334236585","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158426,"job_number":"JOB_158426","tr_customer_id":158443,"tr_customer_product_id":158433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:42.000Z","modified_at":"2026-01-17T03:44:42.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106949070018540","imei1":"106949070018540","imei2":"106949070018540","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158428,"job_number":"JOB_158428","tr_customer_id":158445,"tr_customer_product_id":158435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:43.000Z","modified_at":"2026-01-17T03:44:43.000Z","name":"Gerald Effertz","mobile_number":"662-277-0330","email_id":"Renee.Mills@hotmail.com","dop":"2025-06-09","serial_number":"107173546291463","imei1":"107173546291463","imei2":"107173546291463","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158441,"job_number":"JOB_158441","tr_customer_id":158458,"tr_customer_product_id":158448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:57.000Z","modified_at":"2026-01-17T03:44:57.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105493518641071","imei1":"105493518641071","imei2":"105493518641071","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158445,"job_number":"JOB_158445","tr_customer_id":158462,"tr_customer_product_id":158452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:57.000Z","modified_at":"2026-01-17T03:44:57.000Z","name":"Uriel Mitchell","mobile_number":"947-801-7244","email_id":"Linwood.Kuhic22@hotmail.com","dop":"2025-06-09","serial_number":"109888146056340","imei1":"109888146056340","imei2":"109888146056340","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158501,"job_number":"JOB_158501","tr_customer_id":158518,"tr_customer_product_id":158508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:03:02.000Z","modified_at":"2026-01-17T06:03:02.000Z","name":"JF FK","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957152165010","imei1":"15957152165010","imei2":"15957152165010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158502,"job_number":"JOB_158502","tr_customer_id":158519,"tr_customer_product_id":158509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:03:02.000Z","modified_at":"2026-01-17T06:03:02.000Z","name":"YadiFKFa Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957148162011","imei1":"15957148162011","imei2":"15957148162011","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158503,"job_number":"JOB_158503","tr_customer_id":158520,"tr_customer_product_id":158510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:03:02.000Z","modified_at":"2026-01-17T06:03:02.000Z","name":"ABC Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957151162010","imei1":"15957151162010","imei2":"15957151162010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158504,"job_number":"JOB_158504","tr_customer_id":158521,"tr_customer_product_id":158511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:03:02.000Z","modified_at":"2026-01-17T06:03:02.000Z","name":"Yadira Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150162010","imei1":"15957150162010","imei2":"15957150162010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158505,"job_number":"JOB_158505","tr_customer_id":158522,"tr_customer_product_id":158512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:03:02.000Z","modified_at":"2026-01-17T06:03:02.000Z","name":"Yadira BlaFKFFKnda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957138162010","imei1":"15957138162010","imei2":"15957138162010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158516,"job_number":"JOB_158516","tr_customer_id":158533,"tr_customer_product_id":158523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:27:41.000Z","modified_at":"2026-01-17T07:27:41.000Z","name":"abhi res","mobile_number":"999000111","email_id":"ahbi@gg.com","dop":"2026-01-06","serial_number":"18040915043019","imei1":"18040915043019","imei2":"18040915043019","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158577,"job_number":"JOB_158577","tr_customer_id":158594,"tr_customer_product_id":158584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:54.000Z","modified_at":"2026-01-17T10:32:54.000Z","name":"Kapil Patil","mobile_number":"375-921-8698","email_id":"Joshua.Dietrich24@gmail.com","dop":"2025-05-12","serial_number":"151772963399794","imei1":"151772963399794","imei2":"151772963399794","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158578,"job_number":"JOB_158578","tr_customer_id":158595,"tr_customer_product_id":158585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:54.000Z","modified_at":"2026-01-17T10:32:54.000Z","name":"Nikhil Patil","mobile_number":"375-921-8698","email_id":"Joshua.Dietrich24@gmail.com","dop":"2025-05-12","serial_number":"331772963399794","imei1":"331772963399794","imei2":"331772963399794","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158579,"job_number":"JOB_158579","tr_customer_id":158596,"tr_customer_product_id":158586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:54.000Z","modified_at":"2026-01-17T10:32:54.000Z","name":"Carissa Becker","mobile_number":"375-921-8698","email_id":"Joshua.Dietrich24@gmail.com","dop":"2025-05-12","serial_number":"221772963399794","imei1":"221772963399794","imei2":"221772963399794","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158585,"job_number":"JOB_158585","tr_customer_id":158602,"tr_customer_product_id":158592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:57.000Z","modified_at":"2026-01-17T10:32:57.000Z","name":"Merle Wintheiser","mobile_number":"306-842-9060","email_id":"Ruben.Towne66@gmail.com","dop":"2025-05-12","serial_number":"950542362799449","imei1":"950542362799449","imei2":"950542362799449","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158586,"job_number":"JOB_158586","tr_customer_id":158603,"tr_customer_product_id":158593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:57.000Z","modified_at":"2026-01-17T10:32:57.000Z","name":"Merle Wintheiser","mobile_number":"306-842-9060","email_id":"Ruben.Towne66@gmail.com","dop":"2025-05-12","serial_number":"750542362799449","imei1":"750542362799449","imei2":"750542362799449","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158587,"job_number":"JOB_158587","tr_customer_id":158604,"tr_customer_product_id":158594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:57.000Z","modified_at":"2026-01-17T10:32:57.000Z","name":"Merle Wintheiser","mobile_number":"306-842-9060","email_id":"Ruben.Towne66@gmail.com","dop":"2025-05-12","serial_number":"890542362799449","imei1":"890542362799449","imei2":"890542362799449","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158637,"job_number":"JOB_158637","tr_customer_id":158654,"tr_customer_product_id":158644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:08:56.000Z","modified_at":"2026-01-17T14:08:56.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"113734770311322","imei1":"113734770311322","imei2":"113734770311322","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158638,"job_number":"JOB_158638","tr_customer_id":158655,"tr_customer_product_id":158645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:08:56.000Z","modified_at":"2026-01-17T14:08:56.000Z","name":"Birdie O'Connell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"179461865204720","imei1":"179461865204720","imei2":"179461865204720","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158639,"job_number":"JOB_158639","tr_customer_id":158656,"tr_customer_product_id":158646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:08:57.000Z","modified_at":"2026-01-17T14:08:57.000Z","name":"Julia Kohler","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"197298818874104","imei1":"197298818874104","imei2":"197298818874104","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:08:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158640,"job_number":"JOB_158640","tr_customer_id":158657,"tr_customer_product_id":158647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:08:57.000Z","modified_at":"2026-01-17T14:08:57.000Z","name":"Kyle Osinski","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139488606144877","imei1":"139488606144877","imei2":"139488606144877","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:08:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158642,"job_number":"JOB_158642","tr_customer_id":158659,"tr_customer_product_id":158649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:09:08.000Z","modified_at":"2026-01-17T14:09:08.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"196409635930897","imei1":"196409635930897","imei2":"196409635930897","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158643,"job_number":"JOB_158643","tr_customer_id":158660,"tr_customer_product_id":158650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:09:08.000Z","modified_at":"2026-01-17T14:09:08.000Z","name":"Sidney Jenkins","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"137189714556725","imei1":"137189714556725","imei2":"137189714556725","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158644,"job_number":"JOB_158644","tr_customer_id":158661,"tr_customer_product_id":158651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:09:08.000Z","modified_at":"2026-01-17T14:09:08.000Z","name":"Lily Braun","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"130750151091707","imei1":"130750151091707","imei2":"130750151091707","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158645,"job_number":"JOB_158645","tr_customer_id":158662,"tr_customer_product_id":158652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:09:09.000Z","modified_at":"2026-01-17T14:09:09.000Z","name":"Kolby Miller","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114598888992544","imei1":"114598888992544","imei2":"114598888992544","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158652,"job_number":"JOB_158652","tr_customer_id":158669,"tr_customer_product_id":158659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:13:53.000Z","modified_at":"2026-01-17T14:13:53.000Z","name":"Lester Jacobson","mobile_number":"277-764-3142","email_id":"Wyman7@yahoo.com","dop":"2025-12-01","serial_number":"11870858857560","imei1":"11870858857560","imei2":"11870858857560","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:13:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158656,"job_number":"JOB_158656","tr_customer_id":158673,"tr_customer_product_id":158663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:14:19.000Z","modified_at":"2026-01-17T14:14:19.000Z","name":"Estelle Heaney","mobile_number":"810-724-6609","email_id":"Alexandrea_Aufderhar36@yahoo.com","dop":"2025-12-01","serial_number":"20656922137665","imei1":"20656922137665","imei2":"20656922137665","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:14:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158742,"job_number":"JOB_158742","tr_customer_id":158759,"tr_customer_product_id":158749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:02.000Z","modified_at":"2026-01-17T14:23:02.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"100385960228118","imei1":"100385960228118","imei2":"100385960228118","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158744,"job_number":"JOB_158744","tr_customer_id":158761,"tr_customer_product_id":158751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:03.000Z","modified_at":"2026-01-17T14:23:03.000Z","name":"Jalon Reinger","mobile_number":"657-464-9893","email_id":"Lou_Nienow@yahoo.com","dop":"2025-06-09","serial_number":"100642124675070","imei1":"100642124675070","imei2":"100642124675070","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158748,"job_number":"JOB_158748","tr_customer_id":158765,"tr_customer_product_id":158755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:18.000Z","modified_at":"2026-01-17T14:23:18.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"103831513078457","imei1":"103831513078457","imei2":"103831513078457","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158750,"job_number":"JOB_158750","tr_customer_id":158767,"tr_customer_product_id":158757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:18.000Z","modified_at":"2026-01-17T14:23:19.000Z","name":"Maida Wehner","mobile_number":"708-706-0938","email_id":"Tremayne.Lemke38@gmail.com","dop":"2025-06-09","serial_number":"103030205292523","imei1":"103030205292523","imei2":"103030205292523","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158753,"job_number":"JOB_158753","tr_customer_id":158770,"tr_customer_product_id":158760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:33.000Z","modified_at":"2026-01-17T14:23:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105148546255345","imei1":"105148546255345","imei2":"105148546255345","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158756,"job_number":"JOB_158756","tr_customer_id":158773,"tr_customer_product_id":158763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:33.000Z","modified_at":"2026-01-17T14:23:33.000Z","name":"Eladio Goldner","mobile_number":"904-942-7964","email_id":"Heidi_Reynolds43@hotmail.com","dop":"2025-06-09","serial_number":"102316771377145","imei1":"102316771377145","imei2":"102316771377145","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158813,"job_number":"JOB_158813","tr_customer_id":158830,"tr_customer_product_id":158820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:41:54.000Z","modified_at":"2026-01-17T16:41:54.000Z","name":"Reyna Mohr","mobile_number":"296-899-0004","email_id":"Frieda85@yahoo.com","dop":"2025-11-09","serial_number":"57874044669091","imei1":"57874044669091","imei2":"57874044669091","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:41:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158819,"job_number":"JOB_158819","tr_customer_id":158836,"tr_customer_product_id":158826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:51:30.000Z","modified_at":"2026-01-17T16:51:30.000Z","name":"Rowan Robel","mobile_number":"792-545-1966","email_id":"Kacie.Koch@hotmail.com","dop":"2025-11-09","serial_number":"74850340132784","imei1":"74850340132784","imei2":"74850340132784","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158823,"job_number":"JOB_158823","tr_customer_id":158840,"tr_customer_product_id":158830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:56:30.000Z","modified_at":"2026-01-17T16:56:30.000Z","name":"Aimee Auer","mobile_number":"319-937-1738","email_id":"Esperanza43@yahoo.com","dop":"2025-11-09","serial_number":"25375359787120","imei1":"25375359787120","imei2":"25375359787120","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158824,"job_number":"JOB_158824","tr_customer_id":158841,"tr_customer_product_id":158831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:57:23.000Z","modified_at":"2026-01-17T16:57:23.000Z","name":"Bobby Kautzer","mobile_number":"582-461-1867","email_id":"Jason.Dietrich70@hotmail.com","dop":"2025-11-09","serial_number":"75143471341121","imei1":"75143471341121","imei2":"75143471341121","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158825,"job_number":"JOB_158825","tr_customer_id":158842,"tr_customer_product_id":158832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:57:31.000Z","modified_at":"2026-01-17T16:57:31.000Z","name":"Grayson Parisian","mobile_number":"805-726-6735","email_id":"Meagan4@yahoo.com","dop":"2025-11-09","serial_number":"37262570811936","imei1":"37262570811936","imei2":"37262570811936","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158826,"job_number":"JOB_158826","tr_customer_id":158843,"tr_customer_product_id":158833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:57:36.000Z","modified_at":"2026-01-17T16:57:36.000Z","name":"Russell Jacobs","mobile_number":"902-368-1265","email_id":"Niko_Conn8@gmail.com","dop":"2025-11-09","serial_number":"19754020528460","imei1":"19754020528460","imei2":"19754020528460","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158827,"job_number":"JOB_158827","tr_customer_id":158844,"tr_customer_product_id":158834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:01:44.000Z","modified_at":"2026-01-17T17:01:44.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Brian_Crist65@hotmail.com","dop":"2025-07-02","serial_number":"17483713850840","imei1":"17483713850840","imei2":"17483713850840","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:01:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158837,"job_number":"JOB_158837","tr_customer_id":158854,"tr_customer_product_id":158844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:19:34.000Z","modified_at":"2026-01-17T17:19:34.000Z","name":"Jackson Schulist","mobile_number":"205-372-8597","email_id":"Carlie63@gmail.com","dop":"2025-11-09","serial_number":"1082055512642662","imei1":"1082055512642662","imei2":"1082055512642662","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158839,"job_number":"JOB_158839","tr_customer_id":158856,"tr_customer_product_id":158846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:37:15.000Z","modified_at":"2026-01-17T17:37:15.000Z","name":"Jillian Dickinson","mobile_number":"947-812-1294","email_id":"Marjorie53@gmail.com","dop":"2025-11-09","serial_number":"76809446332231170","imei1":"76809446332231170","imei2":"76809446332231170","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158852,"job_number":"JOB_158852","tr_customer_id":158869,"tr_customer_product_id":158859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:55:04.000Z","modified_at":"2026-01-17T17:55:04.000Z","name":"Queenie Paucek","mobile_number":"368-617-5944","email_id":"Nellie73@yahoo.com","dop":"2025-11-09","serial_number":"64264506674218","imei1":"64264506674218","imei2":"64264506674218","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158857,"job_number":"JOB_158857","tr_customer_id":158874,"tr_customer_product_id":158864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:06:02.000Z","modified_at":"2026-01-17T18:06:02.000Z","name":"Eduardo Balistreri","mobile_number":"632-326-4829","email_id":"Camilla33@gmail.com","dop":"2025-11-09","serial_number":"30317247592805","imei1":"30317247592805","imei2":"30317247592805","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:06:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158858,"job_number":"JOB_158858","tr_customer_id":158875,"tr_customer_product_id":158865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:06:04.000Z","modified_at":"2026-01-17T18:06:04.000Z","name":"Lee Hauck","mobile_number":"423-492-5619","email_id":"Camille5@yahoo.com","dop":"2025-11-09","serial_number":"62915010271506","imei1":"62915010271506","imei2":"62915010271506","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:06:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158859,"job_number":"JOB_158859","tr_customer_id":158876,"tr_customer_product_id":158866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:06:06.000Z","modified_at":"2026-01-17T18:06:06.000Z","name":"Alan Moen","mobile_number":"333-924-4232","email_id":"Shanny.Kihn@gmail.com","dop":"2025-11-09","serial_number":"54874544257837","imei1":"54874544257837","imei2":"54874544257837","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:06:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158919,"job_number":"JOB_158919","tr_customer_id":158936,"tr_customer_product_id":158926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:57:39.000Z","modified_at":"2026-01-18T02:57:39.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"16999783582082","imei1":"16999783582082","imei2":"16999783582082","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158920,"job_number":"JOB_158920","tr_customer_id":158937,"tr_customer_product_id":158927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:02:19.000Z","modified_at":"2026-01-18T03:02:19.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"18960427744197","imei1":"18960427744197","imei2":"18960427744197","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:02:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158921,"job_number":"JOB_158921","tr_customer_id":158938,"tr_customer_product_id":158928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:02:45.000Z","modified_at":"2026-01-18T03:02:45.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"15413786821477","imei1":"15413786821477","imei2":"15413786821477","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:02:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158922,"job_number":"JOB_158922","tr_customer_id":158939,"tr_customer_product_id":158929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:02:49.000Z","modified_at":"2026-01-18T03:02:49.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"17488219712659","imei1":"17488219712659","imei2":"17488219712659","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:02:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158925,"job_number":"JOB_158925","tr_customer_id":158942,"tr_customer_product_id":158932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:13:51.000Z","modified_at":"2026-01-18T03:13:51.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"12888349326320","imei1":"12888349326320","imei2":"12888349326320","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:13:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158955,"job_number":"JOB_158955","tr_customer_id":158972,"tr_customer_product_id":158962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:54.000Z","modified_at":"2026-01-18T03:54:54.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Hillary44@yahoo.com","dop":"2025-07-02","serial_number":"16177264770331","imei1":"16177264770331","imei2":"16177264770331","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158972,"job_number":"JOB_158972","tr_customer_id":158989,"tr_customer_product_id":158979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:12.000Z","modified_at":"2026-01-18T03:55:12.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Rodrigo19@yahoo.com","dop":"2025-07-02","serial_number":"10075227066788","imei1":"10075227066788","imei2":"10075227066788","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158981,"job_number":"JOB_158981","tr_customer_id":158998,"tr_customer_product_id":158988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:28.000Z","modified_at":"2026-01-18T03:55:28.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Everett.Mueller56@gmail.com","dop":"2025-07-02","serial_number":"18222792591266","imei1":"18222792591266","imei2":"18222792591266","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159014,"job_number":"JOB_159014","tr_customer_id":159031,"tr_customer_product_id":159021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:52.000Z","modified_at":"2026-01-18T03:55:52.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"178587345595178","imei1":"178587345595178","imei2":"178587345595178","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159015,"job_number":"JOB_159015","tr_customer_id":159032,"tr_customer_product_id":159022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:52.000Z","modified_at":"2026-01-18T03:55:52.000Z","name":"Brice Spencer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"184379799057561","imei1":"184379799057561","imei2":"184379799057561","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159016,"job_number":"JOB_159016","tr_customer_id":159033,"tr_customer_product_id":159023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:52.000Z","modified_at":"2026-01-18T03:55:52.000Z","name":"Freddy Rippin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"184673928715690","imei1":"184673928715690","imei2":"184673928715690","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159018,"job_number":"JOB_159018","tr_customer_id":159035,"tr_customer_product_id":159025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:53.000Z","modified_at":"2026-01-18T03:55:53.000Z","name":"Sheridan Fay","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101742648038726","imei1":"101742648038726","imei2":"101742648038726","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159030,"job_number":"JOB_159030","tr_customer_id":159047,"tr_customer_product_id":159037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:04.000Z","modified_at":"2026-01-18T03:56:04.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"149772267174641","imei1":"149772267174641","imei2":"149772267174641","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159031,"job_number":"JOB_159031","tr_customer_id":159048,"tr_customer_product_id":159038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:05.000Z","modified_at":"2026-01-18T03:56:05.000Z","name":"Kamron Feest","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"150152032301002","imei1":"150152032301002","imei2":"150152032301002","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159032,"job_number":"JOB_159032","tr_customer_id":159049,"tr_customer_product_id":159039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:05.000Z","modified_at":"2026-01-18T03:56:05.000Z","name":"Roy Ullrich","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"137438777865228","imei1":"137438777865228","imei2":"137438777865228","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159033,"job_number":"JOB_159033","tr_customer_id":159050,"tr_customer_product_id":159040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:05.000Z","modified_at":"2026-01-18T03:56:05.000Z","name":"Neoma Ryan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102787594491808","imei1":"102787594491808","imei2":"102787594491808","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159039,"job_number":"JOB_159039","tr_customer_id":159056,"tr_customer_product_id":159046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:09.000Z","modified_at":"2026-01-18T03:56:09.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109629788642404","imei1":"109629788642404","imei2":"109629788642404","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159041,"job_number":"JOB_159041","tr_customer_id":159058,"tr_customer_product_id":159048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:09.000Z","modified_at":"2026-01-18T03:56:09.000Z","name":"Fleta Altenwerth","mobile_number":"959-270-3076","email_id":"Kelsie_Abernathy43@gmail.com","dop":"2025-06-09","serial_number":"101310913718039","imei1":"101310913718039","imei2":"101310913718039","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159065,"job_number":"JOB_159065","tr_customer_id":159082,"tr_customer_product_id":159072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"101640472927755","imei1":"101640472927755","imei2":"101640472927755","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159068,"job_number":"JOB_159068","tr_customer_id":159085,"tr_customer_product_id":159075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Ariane Schinner","mobile_number":"876-414-6433","email_id":"Sigrid_DAmore93@hotmail.com","dop":"2025-06-09","serial_number":"101218134558963","imei1":"101218134558963","imei2":"101218134558963","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159078,"job_number":"JOB_159078","tr_customer_id":159095,"tr_customer_product_id":159085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:38.000Z","modified_at":"2026-01-18T03:56:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"108819093702176","imei1":"108819093702176","imei2":"108819093702176","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159080,"job_number":"JOB_159080","tr_customer_id":159097,"tr_customer_product_id":159087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:39.000Z","modified_at":"2026-01-18T03:56:39.000Z","name":"Lori Mante","mobile_number":"830-863-8987","email_id":"Sofia37@hotmail.com","dop":"2025-06-09","serial_number":"104125942069702","imei1":"104125942069702","imei2":"104125942069702","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159197,"job_number":"JOB_159197","tr_customer_id":159214,"tr_customer_product_id":159204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T06:14:39.000Z","modified_at":"2026-01-18T06:14:39.000Z","name":"Pierce Nader","mobile_number":"520-344-7076","email_id":"Edgardo58@yahoo.com","dop":"2025-11-04","serial_number":"45218881219014","imei1":"45218881219014","imei2":"45218881219014","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T06:14:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4ODN9.2otzAmmwmHoS44M_hS2KMqFS5ZLvJVxQkqeNhjTwXK0
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4db5f225-7a2a-4c44-b112-bd5b5c41dd7d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 255ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4ODN9.2otzAmmwmHoS44M_hS2KMqFS5ZLvJVxQkqeNhjTwXK0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4fee6f1d-7212-48f6-a5b1-96369179cfd9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 159197,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 355ms
Mean size per request: 600.45KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4ODN9.2otzAmmwmHoS44M_hS2KMqFS5ZLvJVxQkqeNhjTwXK0
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c9ebde52-efa6-4e2d-a8d4-e0a92ab1915f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"961cd-WNFyD/GzOCuejAo6B3+PmzGLq+A"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 18 Jan 2026 06:14:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":158273,"job_number":"JOB_158273","tr_customer_id":158290,"tr_customer_product_id":158280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:46:43.000Z","modified_at":"2026-01-16T19:46:43.000Z","name":"Alison Collier","mobile_number":"307-805-8144","email_id":"Domenick_Cassin@gmail.com","dop":"2025-04-06","serial_number":"17233970759347416","imei1":"17233970759347416","imei2":"17233970759347416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:46:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158275,"job_number":"JOB_158275","tr_customer_id":158292,"tr_customer_product_id":158282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:47:02.000Z","modified_at":"2026-01-16T19:47:02.000Z","name":"Shayna Hyatt","mobile_number":"477-517-3209","email_id":"Kaitlyn40@yahoo.com","dop":"2025-04-06","serial_number":"15958914459015718","imei1":"15958914459015718","imei2":"15958914459015718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:47:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158276,"job_number":"JOB_158276","tr_customer_id":158293,"tr_customer_product_id":158283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:49:00.000Z","modified_at":"2026-01-16T19:49:00.000Z","name":"Shwet Reddy","mobile_number":"7058436335","email_id":"kamala.shah@gmail.com","dop":"2026-01-06","serial_number":"694538845952707","imei1":"694538845952707","imei2":"694538845952707","popurl":"www.yogesh-nayar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158277,"job_number":"JOB_158277","tr_customer_id":158294,"tr_customer_product_id":158284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:49:04.000Z","modified_at":"2026-01-16T19:49:04.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-06","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-06T19:49:15.924598800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:49:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158278,"job_number":"JOB_158278","tr_customer_id":158295,"tr_customer_product_id":158285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:49:05.000Z","modified_at":"2026-01-16T19:49:05.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158279,"job_number":"JOB_158279","tr_customer_id":158296,"tr_customer_product_id":158286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:49:05.000Z","modified_at":"2026-01-16T19:49:05.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158280,"job_number":"JOB_158280","tr_customer_id":158297,"tr_customer_product_id":158287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:54:49.000Z","modified_at":"2026-01-16T19:54:49.000Z","name":"Jagathi Bhat","mobile_number":"7005111921","email_id":"nagabhushanam.iyengar@hotmail.com","dop":"2026-01-06","serial_number":"922741235561671","imei1":"922741235561671","imei2":"922741235561671","popurl":"www.anasuya-kapoor.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:54:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158281,"job_number":"JOB_158281","tr_customer_id":158298,"tr_customer_product_id":158288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:55:17.000Z","modified_at":"2026-01-16T19:55:17.000Z","name":"Gopi Johar","mobile_number":"7038530750","email_id":"chidambaram.mishra@hotmail.com","dop":"2026-01-06","serial_number":"555880997876604","imei1":"555880997876604","imei2":"555880997876604","popurl":"www.devangana-kakkar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158283,"job_number":"JOB_158283","tr_customer_id":158300,"tr_customer_product_id":158290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T20:30:50.000Z","modified_at":"2026-01-16T20:30:50.000Z","name":"Jatin Sharma","mobile_number":"7293847564","email_id":"jatin@gmail.com","dop":"2026-01-06","serial_number":"19700432156456","imei1":"19700432156456","imei2":"19700432156456","popurl":"2026-01-06T20:30:49.225128Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T20:30:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158284,"job_number":"JOB_158284","tr_customer_id":158301,"tr_customer_product_id":158291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:40:57.000Z","modified_at":"2026-01-16T21:40:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13729265311060","imei1":"13729265311060","imei2":"13729265311060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:40:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158286,"job_number":"JOB_158286","tr_customer_id":158303,"tr_customer_product_id":158293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:40:59.000Z","modified_at":"2026-01-16T21:40:59.000Z","name":"Samanta Braun","mobile_number":"961-562-9319","email_id":"Ashlee_Cole@yahoo.com","dop":"2025-04-06","serial_number":"15873548447674704","imei1":"15873548447674704","imei2":"15873548447674704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:40:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158287,"job_number":"JOB_158287","tr_customer_id":158304,"tr_customer_product_id":158294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:41:38.000Z","modified_at":"2026-01-16T21:41:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19607481339283","imei1":"19607481339283","imei2":"19607481339283","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:41:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158289,"job_number":"JOB_158289","tr_customer_id":158306,"tr_customer_product_id":158296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:41:40.000Z","modified_at":"2026-01-16T21:41:40.000Z","name":"Colt Schamberger","mobile_number":"239-906-6892","email_id":"Colton.Zboncak@hotmail.com","dop":"2025-04-06","serial_number":"11174211077912184","imei1":"11174211077912184","imei2":"11174211077912184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:41:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158290,"job_number":"JOB_158290","tr_customer_id":158307,"tr_customer_product_id":158297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:42:19.000Z","modified_at":"2026-01-16T21:42:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11241062091039","imei1":"11241062091039","imei2":"11241062091039","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158292,"job_number":"JOB_158292","tr_customer_id":158309,"tr_customer_product_id":158299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:42:21.000Z","modified_at":"2026-01-16T21:42:21.000Z","name":"Allen Schneider","mobile_number":"686-466-8255","email_id":"Laurie20@gmail.com","dop":"2025-04-06","serial_number":"18492069173566884","imei1":"18492069173566884","imei2":"18492069173566884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158293,"job_number":"JOB_158293","tr_customer_id":158310,"tr_customer_product_id":158300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T23:39:23.000Z","modified_at":"2026-01-16T23:39:23.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-06","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-06T23:39:23.517681806Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T23:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158294,"job_number":"JOB_158294","tr_customer_id":158311,"tr_customer_product_id":158301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T23:39:24.000Z","modified_at":"2026-01-16T23:39:24.000Z","name":"Lila Johar","mobile_number":"7048197431","email_id":"siddhran.bhat@gmail.com","dop":"2026-01-06","serial_number":"065074075254305","imei1":"065074075254305","imei2":"065074075254305","popurl":"www.vaishno-pilla.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T23:39:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158295,"job_number":"JOB_158295","tr_customer_id":158312,"tr_customer_product_id":158302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T23:41:48.000Z","modified_at":"2026-01-16T23:41:48.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-06","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-06T23:41:48.164870211Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T23:41:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158296,"job_number":"JOB_158296","tr_customer_id":158313,"tr_customer_product_id":158303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T01:33:59.000Z","modified_at":"2026-01-17T01:33:59.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"59999999999999","imei1":"59999999999999","imei2":"59999999999999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T01:33:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158299,"job_number":"JOB_158299","tr_customer_id":158316,"tr_customer_product_id":158306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:07.000Z","modified_at":"2026-01-17T03:41:07.000Z","name":"Magnus Marvin","mobile_number":"834-388-9274","email_id":"Waldo.Conroy77@yahoo.com","dop":"2025-04-06","serial_number":"11217398513399366","imei1":"11217398513399366","imei2":"11217398513399366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158301,"job_number":"JOB_158301","tr_customer_id":158318,"tr_customer_product_id":158308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:22.000Z","modified_at":"2026-01-17T03:41:22.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"16247455896866","imei1":"16247455896866","imei2":"16247455896866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158303,"job_number":"JOB_158303","tr_customer_id":158320,"tr_customer_product_id":158310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:23.000Z","modified_at":"2026-01-17T03:41:23.000Z","name":"Aaron Kuhic","mobile_number":"714-637-9654","email_id":"Manuela.Stiedemann85@hotmail.com","dop":"2025-04-06","serial_number":"18186531353841656","imei1":"18186531353841656","imei2":"18186531353841656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158304,"job_number":"JOB_158304","tr_customer_id":158321,"tr_customer_product_id":158311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:49.000Z","modified_at":"2026-01-17T03:41:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14266994691543","imei1":"14266994691543","imei2":"14266994691543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158306,"job_number":"JOB_158306","tr_customer_id":158323,"tr_customer_product_id":158313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:51.000Z","modified_at":"2026-01-17T03:41:51.000Z","name":"Chandler Klocko","mobile_number":"736-343-0373","email_id":"Clifford_Hoeger38@hotmail.com","dop":"2025-04-06","serial_number":"16997189515776624","imei1":"16997189515776624","imei2":"16997189515776624","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158308,"job_number":"JOB_158308","tr_customer_id":158325,"tr_customer_product_id":158315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:54.000Z","modified_at":"2026-01-17T03:41:54.000Z","name":"Verla Kreiger","mobile_number":"234-967-1808","email_id":"Nelda_Romaguera@yahoo.com","dop":"2025-04-06","serial_number":"19881500683431856","imei1":"19881500683431856","imei2":"19881500683431856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158309,"job_number":"JOB_158309","tr_customer_id":158326,"tr_customer_product_id":158316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:04.000Z","modified_at":"2026-01-17T03:42:04.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10642936912407","imei1":"10642936912407","imei2":"10642936912407","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158311,"job_number":"JOB_158311","tr_customer_id":158328,"tr_customer_product_id":158318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:06.000Z","modified_at":"2026-01-17T03:42:06.000Z","name":"Ayla Davis","mobile_number":"368-956-0683","email_id":"Sven48@hotmail.com","dop":"2025-04-06","serial_number":"12240058036163820","imei1":"12240058036163820","imei2":"12240058036163820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158312,"job_number":"JOB_158312","tr_customer_id":158329,"tr_customer_product_id":158319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:12.000Z","modified_at":"2026-01-17T03:42:12.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10879389832204","imei1":"10879389832204","imei2":"10879389832204","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158314,"job_number":"JOB_158314","tr_customer_id":158331,"tr_customer_product_id":158321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:13.000Z","modified_at":"2026-01-17T03:42:13.000Z","name":"Columbus Simonis","mobile_number":"405-243-5956","email_id":"Beryl_Howell96@yahoo.com","dop":"2025-06-18","serial_number":"1024766373246710","imei1":"1024766373246710","imei2":"1024766373246710","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158316,"job_number":"JOB_158316","tr_customer_id":158333,"tr_customer_product_id":158323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:21.000Z","modified_at":"2026-01-17T03:42:21.000Z","name":"Mya Predovic","mobile_number":"520-548-4232","email_id":"Kaitlin97@hotmail.com","dop":"2025-04-06","serial_number":"13957635571223596","imei1":"13957635571223596","imei2":"13957635571223596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158317,"job_number":"JOB_158317","tr_customer_id":158334,"tr_customer_product_id":158324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:25.000Z","modified_at":"2026-01-17T03:42:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11548847925689","imei1":"11548847925689","imei2":"11548847925689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158319,"job_number":"JOB_158319","tr_customer_id":158336,"tr_customer_product_id":158326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:27.000Z","modified_at":"2026-01-17T03:42:27.000Z","name":"Josefa Donnelly","mobile_number":"984-836-9449","email_id":"Ally_Streich33@hotmail.com","dop":"2025-04-06","serial_number":"15412672708832728","imei1":"15412672708832728","imei2":"15412672708832728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158320,"job_number":"JOB_158320","tr_customer_id":158337,"tr_customer_product_id":158327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:31.000Z","modified_at":"2026-01-17T03:42:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13226251845927","imei1":"13226251845927","imei2":"13226251845927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158322,"job_number":"JOB_158322","tr_customer_id":158339,"tr_customer_product_id":158329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:33.000Z","modified_at":"2026-01-17T03:42:33.000Z","name":"Ismael Hettinger","mobile_number":"263-541-2330","email_id":"Allison.Feest27@gmail.com","dop":"2025-04-06","serial_number":"16757704840358704","imei1":"16757704840358704","imei2":"16757704840358704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158323,"job_number":"JOB_158323","tr_customer_id":158340,"tr_customer_product_id":158330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:38.000Z","modified_at":"2026-01-17T03:42:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12241115943616","imei1":"12241115943616","imei2":"12241115943616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158326,"job_number":"JOB_158326","tr_customer_id":158343,"tr_customer_product_id":158333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:40.000Z","modified_at":"2026-01-17T03:42:40.000Z","name":"Angel Kilback","mobile_number":"715-873-6019","email_id":"Opal6@yahoo.com","dop":"2025-04-06","serial_number":"17998057303062828","imei1":"17998057303062828","imei2":"17998057303062828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158327,"job_number":"JOB_158327","tr_customer_id":158344,"tr_customer_product_id":158334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:41.000Z","modified_at":"2026-01-17T03:42:41.000Z","name":"Ernestine Ebert","mobile_number":"209-481-8769","email_id":"Newell1@gmail.com","dop":"2025-04-06","serial_number":"17760583323635792","imei1":"17760583323635792","imei2":"17760583323635792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158330,"job_number":"JOB_158330","tr_customer_id":158347,"tr_customer_product_id":158337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:46.000Z","modified_at":"2026-01-17T03:42:46.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13970722830883","imei1":"13970722830883","imei2":"13970722830883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158332,"job_number":"JOB_158332","tr_customer_id":158349,"tr_customer_product_id":158339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:47.000Z","modified_at":"2026-01-17T03:42:47.000Z","name":"Isaac Wisozk","mobile_number":"390-473-4369","email_id":"Wendy56@hotmail.com","dop":"2025-04-06","serial_number":"18360545473714024","imei1":"18360545473714024","imei2":"18360545473714024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158333,"job_number":"JOB_158333","tr_customer_id":158350,"tr_customer_product_id":158340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:48.000Z","modified_at":"2026-01-17T03:42:48.000Z","name":"Giuseppe White","mobile_number":"317-578-4472","email_id":"Gunner_Kulas@yahoo.com","dop":"2025-04-06","serial_number":"10002718532913748","imei1":"10002718532913748","imei2":"10002718532913748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158334,"job_number":"JOB_158334","tr_customer_id":158351,"tr_customer_product_id":158341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:51.000Z","modified_at":"2026-01-17T03:42:51.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10099441595964","imei1":"10099441595964","imei2":"10099441595964","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158336,"job_number":"JOB_158336","tr_customer_id":158353,"tr_customer_product_id":158343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:52.000Z","modified_at":"2026-01-17T03:42:52.000Z","name":"Charlie Lubowitz","mobile_number":"619-782-3561","email_id":"Maxime_Herman50@yahoo.com","dop":"2025-06-18","serial_number":"1044119571468138","imei1":"1044119571468138","imei2":"1044119571468138","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158337,"job_number":"JOB_158337","tr_customer_id":158354,"tr_customer_product_id":158344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:58.000Z","modified_at":"2026-01-17T03:42:58.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"14943025042388","imei1":"14943025042388","imei2":"14943025042388","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158338,"job_number":"JOB_158338","tr_customer_id":158355,"tr_customer_product_id":158345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:58.000Z","modified_at":"2026-01-17T03:42:58.000Z","name":"Gia Tromp","mobile_number":"475-493-6789","email_id":"Marquis.Jacobi@yahoo.com","dop":"2025-09-16","serial_number":"16917283716432","imei1":"16917283716432","imei2":"16917283716432","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158339,"job_number":"JOB_158339","tr_customer_id":158356,"tr_customer_product_id":158346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:59.000Z","modified_at":"2026-01-17T03:42:59.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10540766052360","imei1":"10540766052360","imei2":"10540766052360","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158341,"job_number":"JOB_158341","tr_customer_id":158358,"tr_customer_product_id":158348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:01.000Z","modified_at":"2026-01-17T03:43:01.000Z","name":"Alexandro Batz","mobile_number":"743-426-1879","email_id":"Ollie_Von54@yahoo.com","dop":"2000-01-31","serial_number":"1070503726797013","imei1":"1070503726797013","imei2":"1070503726797013","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158342,"job_number":"JOB_158342","tr_customer_id":158359,"tr_customer_product_id":158349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:01.000Z","modified_at":"2026-01-17T03:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12915933961210","imei1":"12915933961210","imei2":"12915933961210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158345,"job_number":"JOB_158345","tr_customer_id":158362,"tr_customer_product_id":158352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:03.000Z","modified_at":"2026-01-17T03:43:03.000Z","name":"Imogene Jaskolski","mobile_number":"245-899-9647","email_id":"Leila_Kozey@hotmail.com","dop":"2025-04-06","serial_number":"10921159578267174","imei1":"10921159578267174","imei2":"10921159578267174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158346,"job_number":"JOB_158346","tr_customer_id":158363,"tr_customer_product_id":158353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:09.000Z","modified_at":"2026-01-17T03:43:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17830105534431","imei1":"17830105534431","imei2":"17830105534431","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158348,"job_number":"JOB_158348","tr_customer_id":158365,"tr_customer_product_id":158355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:11.000Z","modified_at":"2026-01-17T03:43:11.000Z","name":"Rosa Lakin","mobile_number":"505-854-8592","email_id":"Royal.Kovacek93@gmail.com","dop":"2025-04-06","serial_number":"19891253809236504","imei1":"19891253809236504","imei2":"19891253809236504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158349,"job_number":"JOB_158349","tr_customer_id":158366,"tr_customer_product_id":158356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:13.000Z","modified_at":"2026-01-17T03:43:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19760348823748","imei1":"19760348823748","imei2":"19760348823748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158351,"job_number":"JOB_158351","tr_customer_id":158368,"tr_customer_product_id":158358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:14.000Z","modified_at":"2026-01-17T03:43:14.000Z","name":"Maxie Simonis","mobile_number":"714-646-6797","email_id":"Cortez_Bernhard68@gmail.com","dop":"2025-04-06","serial_number":"18272113358536176","imei1":"18272113358536176","imei2":"18272113358536176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158352,"job_number":"JOB_158352","tr_customer_id":158369,"tr_customer_product_id":158359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:17.000Z","modified_at":"2026-01-17T03:43:17.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"12228670651526","imei1":"12228670651526","imei2":"12228670651526","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158353,"job_number":"JOB_158353","tr_customer_id":158370,"tr_customer_product_id":158360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:17.000Z","modified_at":"2026-01-17T03:43:17.000Z","name":"Abdullah Purdy","mobile_number":"401-933-2880","email_id":"Nicklaus_Lind@gmail.com","dop":"2025-09-16","serial_number":"18222976765792","imei1":"18222976765792","imei2":"18222976765792","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158355,"job_number":"JOB_158355","tr_customer_id":158372,"tr_customer_product_id":158362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:19.000Z","modified_at":"2026-01-17T03:43:19.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19896113260371","imei1":"19896113260371","imei2":"19896113260371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158357,"job_number":"JOB_158357","tr_customer_id":158374,"tr_customer_product_id":158364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:20.000Z","modified_at":"2026-01-17T03:43:20.000Z","name":"Buster Dare","mobile_number":"817-233-3389","email_id":"Weston_Schowalter@yahoo.com","dop":"2025-04-06","serial_number":"17844572024971160","imei1":"17844572024971160","imei2":"17844572024971160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158358,"job_number":"JOB_158358","tr_customer_id":158375,"tr_customer_product_id":158365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:26.000Z","modified_at":"2026-01-17T03:43:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13743105547883","imei1":"13743105547883","imei2":"13743105547883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158360,"job_number":"JOB_158360","tr_customer_id":158377,"tr_customer_product_id":158367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:28.000Z","modified_at":"2026-01-17T03:43:28.000Z","name":"Brett Reynolds","mobile_number":"922-318-3537","email_id":"Maximillia50@yahoo.com","dop":"2025-04-06","serial_number":"13751859025970380","imei1":"13751859025970380","imei2":"13751859025970380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158361,"job_number":"JOB_158361","tr_customer_id":158378,"tr_customer_product_id":158368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:35.000Z","modified_at":"2026-01-17T03:43:35.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18079694482748","imei1":"18079694482748","imei2":"18079694482748","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158362,"job_number":"JOB_158362","tr_customer_id":158379,"tr_customer_product_id":158369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:36.000Z","modified_at":"2026-01-17T03:43:36.000Z","name":"Ward Emard","mobile_number":"924-212-8981","email_id":"Kylie.Nitzsche18@gmail.com","dop":"2025-09-16","serial_number":"18884601472335","imei1":"18884601472335","imei2":"18884601472335","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158363,"job_number":"JOB_158363","tr_customer_id":158380,"tr_customer_product_id":158370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:40.000Z","modified_at":"2026-01-17T03:43:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12154354455255","imei1":"12154354455255","imei2":"12154354455255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158365,"job_number":"JOB_158365","tr_customer_id":158382,"tr_customer_product_id":158372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:41.000Z","modified_at":"2026-01-17T03:43:41.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10068029270895","imei1":"10068029270895","imei2":"10068029270895","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:41.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158367,"job_number":"JOB_158367","tr_customer_id":158384,"tr_customer_product_id":158374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:42.000Z","modified_at":"2026-01-17T03:43:42.000Z","name":"Rachael Hane","mobile_number":"560-882-8847","email_id":"Santino23@hotmail.com","dop":"2025-04-06","serial_number":"15141635986881400","imei1":"15141635986881400","imei2":"15141635986881400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158368,"job_number":"JOB_158368","tr_customer_id":158385,"tr_customer_product_id":158375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:43.000Z","modified_at":"2026-01-17T03:43:43.000Z","name":"Ada Dickens","mobile_number":"255-544-3360","email_id":"Fredrick90@hotmail.com","dop":"2000-01-31","serial_number":"1096078012318063","imei1":"1096078012318063","imei2":"1096078012318063","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:43.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158369,"job_number":"JOB_158369","tr_customer_id":158386,"tr_customer_product_id":158376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:45.000Z","modified_at":"2026-01-17T03:43:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19059364769336","imei1":"19059364769336","imei2":"19059364769336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158371,"job_number":"JOB_158371","tr_customer_id":158388,"tr_customer_product_id":158378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:47.000Z","modified_at":"2026-01-17T03:43:47.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11050754399361","imei1":"11050754399361","imei2":"11050754399361","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158372,"job_number":"JOB_158372","tr_customer_id":158389,"tr_customer_product_id":158379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:47.000Z","modified_at":"2026-01-17T03:43:47.000Z","name":"Abdullah Stokes","mobile_number":"361-781-2074","email_id":"Keagan_McCullough@hotmail.com","dop":"2025-04-06","serial_number":"11764566018513342","imei1":"11764566018513342","imei2":"11764566018513342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158374,"job_number":"JOB_158374","tr_customer_id":158391,"tr_customer_product_id":158381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:49.000Z","modified_at":"2026-01-17T03:43:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19301314842118","imei1":"19301314842118","imei2":"19301314842118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158375,"job_number":"JOB_158375","tr_customer_id":158392,"tr_customer_product_id":158382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:49.000Z","modified_at":"2026-01-17T03:43:49.000Z","name":"Trace Anderson","mobile_number":"627-441-7842","email_id":"Ulices_Pollich60@yahoo.com","dop":"2025-04-06","serial_number":"16639467803181792","imei1":"16639467803181792","imei2":"16639467803181792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158378,"job_number":"JOB_158378","tr_customer_id":158395,"tr_customer_product_id":158385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:50.000Z","modified_at":"2026-01-17T03:43:50.000Z","name":"Emery Kuhn","mobile_number":"624-245-5695","email_id":"Jarrell44@yahoo.com","dop":"2025-04-06","serial_number":"17913242991081472","imei1":"17913242991081472","imei2":"17913242991081472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158379,"job_number":"JOB_158379","tr_customer_id":158396,"tr_customer_product_id":158386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:53.000Z","modified_at":"2026-01-17T03:43:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16028864264067","imei1":"16028864264067","imei2":"16028864264067","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158381,"job_number":"JOB_158381","tr_customer_id":158398,"tr_customer_product_id":158388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:55.000Z","modified_at":"2026-01-17T03:43:55.000Z","name":"Nels Frami","mobile_number":"308-878-2553","email_id":"Gerald_Schiller@gmail.com","dop":"2025-04-06","serial_number":"14994155488342068","imei1":"14994155488342068","imei2":"14994155488342068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158382,"job_number":"JOB_158382","tr_customer_id":158399,"tr_customer_product_id":158389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:59.000Z","modified_at":"2026-01-17T03:43:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15516443505659","imei1":"15516443505659","imei2":"15516443505659","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158384,"job_number":"JOB_158384","tr_customer_id":158401,"tr_customer_product_id":158391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:01.000Z","modified_at":"2026-01-17T03:44:01.000Z","name":"Quincy Kautzer","mobile_number":"253-282-7557","email_id":"Soledad.Fahey23@yahoo.com","dop":"2025-04-06","serial_number":"18422789504421132","imei1":"18422789504421132","imei2":"18422789504421132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158389,"job_number":"JOB_158389","tr_customer_id":158406,"tr_customer_product_id":158396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:04.000Z","modified_at":"2026-01-17T03:44:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14543423106359","imei1":"14543423106359","imei2":"14543423106359","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158391,"job_number":"JOB_158391","tr_customer_id":158408,"tr_customer_product_id":158398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:05.000Z","modified_at":"2026-01-17T03:44:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15909158096228","imei1":"15909158096228","imei2":"15909158096228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158392,"job_number":"JOB_158392","tr_customer_id":158409,"tr_customer_product_id":158399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:05.000Z","modified_at":"2026-01-17T03:44:05.000Z","name":"Carlee Wilderman","mobile_number":"773-230-7782","email_id":"Rex.Gleichner31@hotmail.com","dop":"2025-04-06","serial_number":"10257790852935840","imei1":"10257790852935840","imei2":"10257790852935840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158394,"job_number":"JOB_158394","tr_customer_id":158411,"tr_customer_product_id":158401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:07.000Z","modified_at":"2026-01-17T03:44:07.000Z","name":"Lou Schaden","mobile_number":"454-376-8219","email_id":"Jordon.Zemlak@gmail.com","dop":"2025-04-06","serial_number":"14508947457424256","imei1":"14508947457424256","imei2":"14508947457424256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158395,"job_number":"JOB_158395","tr_customer_id":158412,"tr_customer_product_id":158402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:09.000Z","modified_at":"2026-01-17T03:44:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14580619089639","imei1":"14580619089639","imei2":"14580619089639","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158397,"job_number":"JOB_158397","tr_customer_id":158414,"tr_customer_product_id":158404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:10.000Z","modified_at":"2026-01-17T03:44:10.000Z","name":"Aditya Schuppe","mobile_number":"780-814-5186","email_id":"Cesar95@hotmail.com","dop":"2025-04-06","serial_number":"19345175489014524","imei1":"19345175489014524","imei2":"19345175489014524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158399,"job_number":"JOB_158399","tr_customer_id":158416,"tr_customer_product_id":158406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:13.000Z","modified_at":"2026-01-17T03:44:13.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"15317049550984","imei1":"15317049550984","imei2":"15317049550984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158404,"job_number":"JOB_158404","tr_customer_id":158421,"tr_customer_product_id":158411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:14.000Z","modified_at":"2026-01-17T03:44:14.000Z","name":"Reagan Corwin","mobile_number":"876-313-3810","email_id":"Kamryn.Borer@gmail.com","dop":"2025-04-06","serial_number":"16292775999946216","imei1":"16292775999946216","imei2":"16292775999946216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158405,"job_number":"JOB_158405","tr_customer_id":158422,"tr_customer_product_id":158412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:15.000Z","modified_at":"2026-01-17T03:44:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11819905333217","imei1":"11819905333217","imei2":"11819905333217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158407,"job_number":"JOB_158407","tr_customer_id":158424,"tr_customer_product_id":158414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:16.000Z","modified_at":"2026-01-17T03:44:16.000Z","name":"Trevor Reichel","mobile_number":"682-340-4976","email_id":"Arnoldo_Bauch95@hotmail.com","dop":"2025-04-06","serial_number":"18482934863464452","imei1":"18482934863464452","imei2":"18482934863464452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158408,"job_number":"JOB_158408","tr_customer_id":158425,"tr_customer_product_id":158415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:23.000Z","modified_at":"2026-01-17T03:44:23.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10092148708392","imei1":"10092148708392","imei2":"10092148708392","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158410,"job_number":"JOB_158410","tr_customer_id":158427,"tr_customer_product_id":158417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:24.000Z","modified_at":"2026-01-17T03:44:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12898158063155","imei1":"12898158063155","imei2":"12898158063155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158411,"job_number":"JOB_158411","tr_customer_id":158428,"tr_customer_product_id":158418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:25.000Z","modified_at":"2026-01-17T03:44:25.000Z","name":"Tiara Ledner","mobile_number":"387-756-8910","email_id":"Giuseppe64@gmail.com","dop":"2000-01-31","serial_number":"1078481547272418","imei1":"1078481547272418","imei2":"1078481547272418","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158413,"job_number":"JOB_158413","tr_customer_id":158430,"tr_customer_product_id":158420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:26.000Z","modified_at":"2026-01-17T03:44:26.000Z","name":"Geraldine Simonis","mobile_number":"531-836-5699","email_id":"Skyla.Orn@yahoo.com","dop":"2025-04-06","serial_number":"18252990457476424","imei1":"18252990457476424","imei2":"18252990457476424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158417,"job_number":"JOB_158417","tr_customer_id":158434,"tr_customer_product_id":158424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:29.000Z","modified_at":"2026-01-17T03:44:29.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16230485353786","imei1":"16230485353786","imei2":"16230485353786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158419,"job_number":"JOB_158419","tr_customer_id":158436,"tr_customer_product_id":158426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:30.000Z","modified_at":"2026-01-17T03:44:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12573835982143","imei1":"12573835982143","imei2":"12573835982143","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158421,"job_number":"JOB_158421","tr_customer_id":158438,"tr_customer_product_id":158428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:31.000Z","modified_at":"2026-01-17T03:44:31.000Z","name":"Justyn Fadel","mobile_number":"368-238-2760","email_id":"Ona.Kirlin@hotmail.com","dop":"2025-04-06","serial_number":"17327564406553304","imei1":"17327564406553304","imei2":"17327564406553304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158422,"job_number":"JOB_158422","tr_customer_id":158439,"tr_customer_product_id":158429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:31.000Z","modified_at":"2026-01-17T03:44:31.000Z","name":"Ayla Blanda","mobile_number":"547-223-3146","email_id":"Aleen96@yahoo.com","dop":"2025-04-06","serial_number":"15792962600481620","imei1":"15792962600481620","imei2":"15792962600481620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158423,"job_number":"JOB_158423","tr_customer_id":158440,"tr_customer_product_id":158430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:32.000Z","modified_at":"2026-01-17T03:44:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19927570230036","imei1":"19927570230036","imei2":"19927570230036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158425,"job_number":"JOB_158425","tr_customer_id":158442,"tr_customer_product_id":158432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:33.000Z","modified_at":"2026-01-17T03:44:33.000Z","name":"Ernestine Romaguera","mobile_number":"692-373-9243","email_id":"Kari82@gmail.com","dop":"2025-04-06","serial_number":"12439666052622280","imei1":"12439666052622280","imei2":"12439666052622280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158429,"job_number":"JOB_158429","tr_customer_id":158446,"tr_customer_product_id":158436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:46.000Z","modified_at":"2026-01-17T03:44:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15085258395613","imei1":"15085258395613","imei2":"15085258395613","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158431,"job_number":"JOB_158431","tr_customer_id":158448,"tr_customer_product_id":158438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:48.000Z","modified_at":"2026-01-17T03:44:48.000Z","name":"Chanel Franecki","mobile_number":"310-936-9788","email_id":"Alverta_Raynor@hotmail.com","dop":"2025-04-06","serial_number":"18272496859658330","imei1":"18272496859658330","imei2":"18272496859658330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158432,"job_number":"JOB_158432","tr_customer_id":158449,"tr_customer_product_id":158439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:48.000Z","modified_at":"2026-01-17T03:44:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12780260390456","imei1":"12780260390456","imei2":"12780260390456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158434,"job_number":"JOB_158434","tr_customer_id":158451,"tr_customer_product_id":158441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:50.000Z","modified_at":"2026-01-17T03:44:50.000Z","name":"Arely Davis","mobile_number":"459-915-9185","email_id":"Samson73@yahoo.com","dop":"2025-04-06","serial_number":"15989243258978092","imei1":"15989243258978092","imei2":"15989243258978092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158435,"job_number":"JOB_158435","tr_customer_id":158452,"tr_customer_product_id":158442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:51.000Z","modified_at":"2026-01-17T03:44:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19743296764554","imei1":"19743296764554","imei2":"19743296764554","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158437,"job_number":"JOB_158437","tr_customer_id":158454,"tr_customer_product_id":158444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:52.000Z","modified_at":"2026-01-17T03:44:52.000Z","name":"Moriah Hilpert","mobile_number":"353-636-3908","email_id":"Junius_Toy75@hotmail.com","dop":"2025-04-06","serial_number":"16613733576172818","imei1":"16613733576172818","imei2":"16613733576172818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158438,"job_number":"JOB_158438","tr_customer_id":158455,"tr_customer_product_id":158445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:54.000Z","modified_at":"2026-01-17T03:44:54.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"10503498189805","imei1":"10503498189805","imei2":"10503498189805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158440,"job_number":"JOB_158440","tr_customer_id":158457,"tr_customer_product_id":158447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:55.000Z","modified_at":"2026-01-17T03:44:55.000Z","name":"Baylee Stroman","mobile_number":"511-245-8551","email_id":"Lolita.Anderson@gmail.com","dop":"2025-04-06","serial_number":"11056415589980452","imei1":"11056415589980452","imei2":"11056415589980452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158442,"job_number":"JOB_158442","tr_customer_id":158459,"tr_customer_product_id":158449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:57.000Z","modified_at":"2026-01-17T03:44:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17137425120923","imei1":"17137425120923","imei2":"17137425120923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158446,"job_number":"JOB_158446","tr_customer_id":158463,"tr_customer_product_id":158453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:58.000Z","modified_at":"2026-01-17T03:44:58.000Z","name":"Bert Hamill","mobile_number":"664-240-5642","email_id":"Ludie.Spencer15@hotmail.com","dop":"2025-04-06","serial_number":"15313230477635702","imei1":"15313230477635702","imei2":"15313230477635702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158447,"job_number":"JOB_158447","tr_customer_id":158464,"tr_customer_product_id":158454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:05.000Z","modified_at":"2026-01-17T03:45:05.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10912464399061","imei1":"10912464399061","imei2":"10912464399061","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158449,"job_number":"JOB_158449","tr_customer_id":158466,"tr_customer_product_id":158456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:06.000Z","modified_at":"2026-01-17T03:45:06.000Z","name":"Irwin Schroeder","mobile_number":"754-501-3257","email_id":"Romaine.Ruecker@yahoo.com","dop":"2000-01-31","serial_number":"1080741632308984","imei1":"1080741632308984","imei2":"1080741632308984","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158450,"job_number":"JOB_158450","tr_customer_id":158467,"tr_customer_product_id":158457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:09.000Z","modified_at":"2026-01-17T03:45:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16829385744696","imei1":"16829385744696","imei2":"16829385744696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158452,"job_number":"JOB_158452","tr_customer_id":158469,"tr_customer_product_id":158459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:10.000Z","modified_at":"2026-01-17T03:45:10.000Z","name":"Felicity Hermann","mobile_number":"758-975-0159","email_id":"Jaylan_Welch@gmail.com","dop":"2025-04-06","serial_number":"16830718523164110","imei1":"16830718523164110","imei2":"16830718523164110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158453,"job_number":"JOB_158453","tr_customer_id":158470,"tr_customer_product_id":158460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:11.000Z","modified_at":"2026-01-17T03:45:11.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16550366429811","imei1":"16550366429811","imei2":"16550366429811","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158455,"job_number":"JOB_158455","tr_customer_id":158472,"tr_customer_product_id":158462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:12.000Z","modified_at":"2026-01-17T03:45:12.000Z","name":"Fanny Purdy","mobile_number":"355-969-6249","email_id":"Tre_Lindgren@hotmail.com","dop":"2025-04-06","serial_number":"16738865391688472","imei1":"16738865391688472","imei2":"16738865391688472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158456,"job_number":"JOB_158456","tr_customer_id":158473,"tr_customer_product_id":158463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:15.000Z","modified_at":"2026-01-17T03:45:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17704274226311","imei1":"17704274226311","imei2":"17704274226311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158458,"job_number":"JOB_158458","tr_customer_id":158475,"tr_customer_product_id":158465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:17.000Z","modified_at":"2026-01-17T03:45:17.000Z","name":"Zola Kris","mobile_number":"688-973-9265","email_id":"Alyson_Leuschke73@yahoo.com","dop":"2025-04-06","serial_number":"12014264956446524","imei1":"12014264956446524","imei2":"12014264956446524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158459,"job_number":"JOB_158459","tr_customer_id":158476,"tr_customer_product_id":158466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:27.000Z","modified_at":"2026-01-17T03:45:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16916618709760","imei1":"16916618709760","imei2":"16916618709760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158461,"job_number":"JOB_158461","tr_customer_id":158478,"tr_customer_product_id":158468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:28.000Z","modified_at":"2026-01-17T03:45:28.000Z","name":"Antwon Streich","mobile_number":"707-873-1750","email_id":"Rosie.Lemke78@hotmail.com","dop":"2025-04-06","serial_number":"15865455658023582","imei1":"15865455658023582","imei2":"15865455658023582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158462,"job_number":"JOB_158462","tr_customer_id":158479,"tr_customer_product_id":158469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:33.000Z","modified_at":"2026-01-17T03:45:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15662932582567","imei1":"15662932582567","imei2":"15662932582567","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158464,"job_number":"JOB_158464","tr_customer_id":158481,"tr_customer_product_id":158471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:35.000Z","modified_at":"2026-01-17T03:45:35.000Z","name":"Fritz Huels","mobile_number":"858-733-3882","email_id":"Katrina92@gmail.com","dop":"2025-04-06","serial_number":"12120448868879648","imei1":"12120448868879648","imei2":"12120448868879648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158465,"job_number":"JOB_158465","tr_customer_id":158482,"tr_customer_product_id":158472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:39.000Z","modified_at":"2026-01-17T03:45:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15156462830399","imei1":"15156462830399","imei2":"15156462830399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158467,"job_number":"JOB_158467","tr_customer_id":158484,"tr_customer_product_id":158474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:40.000Z","modified_at":"2026-01-17T03:45:40.000Z","name":"Kaden Simonis","mobile_number":"808-612-1849","email_id":"Samson_Hessel6@gmail.com","dop":"2025-04-06","serial_number":"19678039631427356","imei1":"19678039631427356","imei2":"19678039631427356","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158468,"job_number":"JOB_158468","tr_customer_id":158485,"tr_customer_product_id":158475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:04.000Z","modified_at":"2026-01-17T03:52:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12658702541003","imei1":"12658702541003","imei2":"12658702541003","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158469,"job_number":"JOB_158469","tr_customer_id":158486,"tr_customer_product_id":158476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:05.000Z","modified_at":"2026-01-17T03:52:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12790577762976","imei1":"12790577762976","imei2":"12790577762976","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158470,"job_number":"JOB_158470","tr_customer_id":158487,"tr_customer_product_id":158477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:05.000Z","modified_at":"2026-01-17T03:52:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41571555289715","imei1":"41571555289715","imei2":"41571555289715","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158471,"job_number":"JOB_158471","tr_customer_id":158488,"tr_customer_product_id":158478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:05.000Z","modified_at":"2026-01-17T03:52:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50012863760278","imei1":"50012863760278","imei2":"50012863760278","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158472,"job_number":"JOB_158472","tr_customer_id":158489,"tr_customer_product_id":158479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:06.000Z","modified_at":"2026-01-17T03:52:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93020997356067","imei1":"93020997356067","imei2":"93020997356067","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158473,"job_number":"JOB_158473","tr_customer_id":158490,"tr_customer_product_id":158480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:06.000Z","modified_at":"2026-01-17T03:52:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84372375178370","imei1":"84372375178370","imei2":"84372375178370","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158475,"job_number":"JOB_158475","tr_customer_id":158492,"tr_customer_product_id":158482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:34.000Z","modified_at":"2026-01-17T03:52:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"67740639442453","imei1":"67740639442453","imei2":"67740639442453","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158476,"job_number":"JOB_158476","tr_customer_id":158493,"tr_customer_product_id":158483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:34.000Z","modified_at":"2026-01-17T03:52:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27355793565330","imei1":"27355793565330","imei2":"27355793565330","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158477,"job_number":"JOB_158477","tr_customer_id":158494,"tr_customer_product_id":158484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:34.000Z","modified_at":"2026-01-17T03:52:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23725307168377","imei1":"23725307168377","imei2":"23725307168377","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158478,"job_number":"JOB_158478","tr_customer_id":158495,"tr_customer_product_id":158485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:35.000Z","modified_at":"2026-01-17T03:52:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"58608340593055","imei1":"58608340593055","imei2":"58608340593055","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158479,"job_number":"JOB_158479","tr_customer_id":158496,"tr_customer_product_id":158486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:35.000Z","modified_at":"2026-01-17T03:52:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92112373533722","imei1":"92112373533722","imei2":"92112373533722","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158480,"job_number":"JOB_158480","tr_customer_id":158497,"tr_customer_product_id":158487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:35.000Z","modified_at":"2026-01-17T03:52:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93823973192271","imei1":"93823973192271","imei2":"93823973192271","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158482,"job_number":"JOB_158482","tr_customer_id":158499,"tr_customer_product_id":158489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:03.000Z","modified_at":"2026-01-17T03:53:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84129823989372","imei1":"84129823989372","imei2":"84129823989372","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158483,"job_number":"JOB_158483","tr_customer_id":158500,"tr_customer_product_id":158490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:03.000Z","modified_at":"2026-01-17T03:53:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"56021512155796","imei1":"56021512155796","imei2":"56021512155796","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158484,"job_number":"JOB_158484","tr_customer_id":158501,"tr_customer_product_id":158491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:03.000Z","modified_at":"2026-01-17T03:53:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94200482634850","imei1":"94200482634850","imei2":"94200482634850","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158485,"job_number":"JOB_158485","tr_customer_id":158502,"tr_customer_product_id":158492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:03.000Z","modified_at":"2026-01-17T03:53:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37624114442169","imei1":"37624114442169","imei2":"37624114442169","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158486,"job_number":"JOB_158486","tr_customer_id":158503,"tr_customer_product_id":158493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:04.000Z","modified_at":"2026-01-17T03:53:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87220281306943","imei1":"87220281306943","imei2":"87220281306943","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158487,"job_number":"JOB_158487","tr_customer_id":158504,"tr_customer_product_id":158494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:04.000Z","modified_at":"2026-01-17T03:53:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35888410107871","imei1":"35888410107871","imei2":"35888410107871","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158490,"job_number":"JOB_158490","tr_customer_id":158507,"tr_customer_product_id":158497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:08:33.000Z","modified_at":"2026-01-17T04:08:33.000Z","name":"Hadley Carroll","mobile_number":"771-832-6905","email_id":"Letitia_Beer75@gmail.com","dop":"2025-04-06","serial_number":"18919572424176256","imei1":"18919572424176256","imei2":"18919572424176256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:08:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158491,"job_number":"JOB_158491","tr_customer_id":158508,"tr_customer_product_id":158498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:29:13.000Z","modified_at":"2026-01-17T04:29:13.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-07","serial_number":"79346830104945","imei1":"79346830104945","imei2":"79346830104945","popurl":"2026-01-07T04:29:12.774537917Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158492,"job_number":"JOB_158492","tr_customer_id":158509,"tr_customer_product_id":158499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:29:31.000Z","modified_at":"2026-01-17T04:29:31.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-07","serial_number":"54572346588677","imei1":"54572346588677","imei2":"54572346588677","popurl":"2026-01-07T04:29:31.496533692Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158493,"job_number":"JOB_158493","tr_customer_id":158510,"tr_customer_product_id":158500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:36:30.000Z","modified_at":"2026-01-17T04:36:30.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"104763738620281","imei1":"104763738620281","imei2":"104763738620281","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:36:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158495,"job_number":"JOB_158495","tr_customer_id":158512,"tr_customer_product_id":158502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:36:41.000Z","modified_at":"2026-01-17T04:36:41.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103117976882487","imei1":"103117976882487","imei2":"103117976882487","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:36:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158498,"job_number":"JOB_158498","tr_customer_id":158515,"tr_customer_product_id":158505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:51:05.000Z","modified_at":"2026-01-17T04:51:05.000Z","name":"Bessie Boehm","mobile_number":"999-705-9704","email_id":"Doug.Prohaska19@hotmail.com","dop":"2025-04-06","serial_number":"18239929458845340","imei1":"18239929458845340","imei2":"18239929458845340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:51:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158500,"job_number":"JOB_158500","tr_customer_id":158517,"tr_customer_product_id":158507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:51:27.000Z","modified_at":"2026-01-17T04:51:27.000Z","name":"Violet Jakubowski","mobile_number":"218-628-8258","email_id":"Ronaldo_Romaguera31@hotmail.com","dop":"2025-04-06","serial_number":"14095965883664250","imei1":"14095965883664250","imei2":"14095965883664250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158506,"job_number":"JOB_158506","tr_customer_id":158523,"tr_customer_product_id":158513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:09:19.000Z","modified_at":"2026-01-17T06:09:19.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-01-07","serial_number":"49999999999999","imei1":"49999999999999","imei2":"49999999999999","popurl":"2026-01-07T06:09:12.942977900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:09:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158508,"job_number":"JOB_158508","tr_customer_id":158525,"tr_customer_product_id":158515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:10:17.000Z","modified_at":"2026-01-17T06:10:17.000Z","name":"Janis Kris","mobile_number":"569-347-4856","email_id":"Wanda.Trantow@hotmail.com","dop":"2025-04-13","serial_number":"1052894164277714","imei1":"1052894164277714","imei2":"1052894164277714","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:10:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158514,"job_number":"JOB_158514","tr_customer_id":158531,"tr_customer_product_id":158521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:01:22.000Z","modified_at":"2026-01-17T07:01:22.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-07","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-07T07:01:22.680558100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:01:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158518,"job_number":"JOB_158518","tr_customer_id":158535,"tr_customer_product_id":158525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:37:12.000Z","modified_at":"2026-01-17T07:37:12.000Z","name":"Mateo Brekke","mobile_number":"678-960-7097","email_id":"Isom.Hudson23@gmail.com","dop":"2025-04-06","serial_number":"18453133568383660","imei1":"18453133568383660","imei2":"18453133568383660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158523,"job_number":"JOB_158523","tr_customer_id":158540,"tr_customer_product_id":158530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:38:09.000Z","modified_at":"2026-01-17T07:38:09.000Z","name":"Kelsi Hammes","mobile_number":"486-679-7255","email_id":"Gerardo.Luettgen22@yahoo.com","dop":"2025-04-06","serial_number":"12006937043053414","imei1":"12006937043053414","imei2":"12006937043053414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:38:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158524,"job_number":"JOB_158524","tr_customer_id":158541,"tr_customer_product_id":158531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:43:58.000Z","modified_at":"2026-01-17T07:43:58.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-07","serial_number":"45147707147372","imei1":"45147707147372","imei2":"45147707147372","popurl":"2026-01-07T07:43:58.115451478Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:43:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158525,"job_number":"JOB_158525","tr_customer_id":158542,"tr_customer_product_id":158532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:59:59.000Z","modified_at":"2026-01-17T07:59:59.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"12769103387115","imei1":"12769103387115","imei2":"12769103387115","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158527,"job_number":"JOB_158527","tr_customer_id":158544,"tr_customer_product_id":158534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:00:00.000Z","modified_at":"2026-01-17T08:00:00.000Z","name":"Estefania Pfannerstill","mobile_number":"628-785-9082","email_id":"Angeline26@gmail.com","dop":"2025-11-11","serial_number":"1077417546950140","imei1":"1077417546950140","imei2":"1077417546950140","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158528,"job_number":"JOB_158528","tr_customer_id":158545,"tr_customer_product_id":158535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:00:31.000Z","modified_at":"2026-01-17T08:00:31.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"16669703686097","imei1":"16669703686097","imei2":"16669703686097","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158530,"job_number":"JOB_158530","tr_customer_id":158547,"tr_customer_product_id":158537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:00:32.000Z","modified_at":"2026-01-17T08:00:32.000Z","name":"Dejah Hills","mobile_number":"582-458-8828","email_id":"Janice.Hudson55@hotmail.com","dop":"2025-11-11","serial_number":"1064031406898344","imei1":"1064031406898344","imei2":"1064031406898344","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158531,"job_number":"JOB_158531","tr_customer_id":158548,"tr_customer_product_id":158538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:01:04.000Z","modified_at":"2026-01-17T08:01:04.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"12321985032106","imei1":"12321985032106","imei2":"12321985032106","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158533,"job_number":"JOB_158533","tr_customer_id":158550,"tr_customer_product_id":158540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:01:05.000Z","modified_at":"2026-01-17T08:01:05.000Z","name":"Kris Wiza","mobile_number":"387-398-8240","email_id":"Tomasa.Beahan@gmail.com","dop":"2025-11-11","serial_number":"1012264961362038","imei1":"1012264961362038","imei2":"1012264961362038","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158534,"job_number":"JOB_158534","tr_customer_id":158551,"tr_customer_product_id":158541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:14:59.000Z","modified_at":"2026-01-17T08:14:59.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"15334009936918","imei1":"15334009936918","imei2":"15334009936918","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:14:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158536,"job_number":"JOB_158536","tr_customer_id":158553,"tr_customer_product_id":158543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:15:01.000Z","modified_at":"2026-01-17T08:15:01.000Z","name":"Jermey Fay","mobile_number":"588-795-7408","email_id":"Leann69@gmail.com","dop":"2025-11-11","serial_number":"1053642201114808","imei1":"1053642201114808","imei2":"1053642201114808","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:15:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158537,"job_number":"JOB_158537","tr_customer_id":158554,"tr_customer_product_id":158544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:15:36.000Z","modified_at":"2026-01-17T08:15:37.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"10521778890172","imei1":"10521778890172","imei2":"10521778890172","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:15:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158539,"job_number":"JOB_158539","tr_customer_id":158556,"tr_customer_product_id":158546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:15:38.000Z","modified_at":"2026-01-17T08:15:38.000Z","name":"Vesta Adams","mobile_number":"602-479-0951","email_id":"Loy_Bartell@yahoo.com","dop":"2025-11-11","serial_number":"1034828494722546","imei1":"1034828494722546","imei2":"1034828494722546","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:15:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158540,"job_number":"JOB_158540","tr_customer_id":158557,"tr_customer_product_id":158547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:16:13.000Z","modified_at":"2026-01-17T08:16:13.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"17802269403639","imei1":"17802269403639","imei2":"17802269403639","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:16:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158542,"job_number":"JOB_158542","tr_customer_id":158559,"tr_customer_product_id":158549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:16:14.000Z","modified_at":"2026-01-17T08:16:14.000Z","name":"Stacy Terry","mobile_number":"662-953-4308","email_id":"Bobbie.Kessler@hotmail.com","dop":"2025-11-11","serial_number":"1095504457553139","imei1":"1095504457553139","imei2":"1095504457553139","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:16:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158543,"job_number":"JOB_158543","tr_customer_id":158560,"tr_customer_product_id":158550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:16:58.000Z","modified_at":"2026-01-17T08:16:58.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"14410187190358","imei1":"14410187190358","imei2":"14410187190358","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:16:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158545,"job_number":"JOB_158545","tr_customer_id":158562,"tr_customer_product_id":158552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:16:59.000Z","modified_at":"2026-01-17T08:16:59.000Z","name":"Florian Corkery","mobile_number":"339-664-6112","email_id":"Natasha.Kovacek31@gmail.com","dop":"2025-11-11","serial_number":"1089759704103791","imei1":"1089759704103791","imei2":"1089759704103791","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:16:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158546,"job_number":"JOB_158546","tr_customer_id":158563,"tr_customer_product_id":158553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:17:31.000Z","modified_at":"2026-01-17T08:17:31.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"13031192936951","imei1":"13031192936951","imei2":"13031192936951","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158548,"job_number":"JOB_158548","tr_customer_id":158565,"tr_customer_product_id":158555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:17:32.000Z","modified_at":"2026-01-17T08:17:32.000Z","name":"Luna Strosin","mobile_number":"912-537-8353","email_id":"Neoma_Walker@hotmail.com","dop":"2025-11-11","serial_number":"1089809401415059","imei1":"1089809401415059","imei2":"1089809401415059","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:17:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158549,"job_number":"JOB_158549","tr_customer_id":158566,"tr_customer_product_id":158556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:18:04.000Z","modified_at":"2026-01-17T08:18:04.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"12527699152554","imei1":"12527699152554","imei2":"12527699152554","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:18:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158551,"job_number":"JOB_158551","tr_customer_id":158568,"tr_customer_product_id":158558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:18:06.000Z","modified_at":"2026-01-17T08:18:06.000Z","name":"Brandon Dickinson","mobile_number":"488-970-6215","email_id":"Jameson.Sporer@hotmail.com","dop":"2025-11-11","serial_number":"1006251795810761","imei1":"1006251795810761","imei2":"1006251795810761","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158552,"job_number":"JOB_158552","tr_customer_id":158569,"tr_customer_product_id":158559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:21:04.000Z","modified_at":"2026-01-17T08:21:04.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"19565437812488","imei1":"19565437812488","imei2":"19565437812488","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158554,"job_number":"JOB_158554","tr_customer_id":158571,"tr_customer_product_id":158561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:21:06.000Z","modified_at":"2026-01-17T08:21:06.000Z","name":"Robb Wilkinson","mobile_number":"556-554-4747","email_id":"Oceane.Okuneva79@hotmail.com","dop":"2025-11-11","serial_number":"1048774358593789","imei1":"1048774358593789","imei2":"1048774358593789","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158555,"job_number":"JOB_158555","tr_customer_id":158572,"tr_customer_product_id":158562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:21:44.000Z","modified_at":"2026-01-17T08:21:44.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"19450734363893","imei1":"19450734363893","imei2":"19450734363893","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:21:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158557,"job_number":"JOB_158557","tr_customer_id":158574,"tr_customer_product_id":158564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:21:45.000Z","modified_at":"2026-01-17T08:21:45.000Z","name":"Moshe Blanda","mobile_number":"753-548-1555","email_id":"Maxie.Dooley@gmail.com","dop":"2025-11-11","serial_number":"1090789462274335","imei1":"1090789462274335","imei2":"1090789462274335","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:21:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158558,"job_number":"JOB_158558","tr_customer_id":158575,"tr_customer_product_id":158565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:22:23.000Z","modified_at":"2026-01-17T08:22:23.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"11071961342702","imei1":"11071961342702","imei2":"11071961342702","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:22:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158560,"job_number":"JOB_158560","tr_customer_id":158577,"tr_customer_product_id":158567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:22:24.000Z","modified_at":"2026-01-17T08:22:24.000Z","name":"Queen Heathcote","mobile_number":"480-444-4845","email_id":"Kailee.Littel42@yahoo.com","dop":"2025-11-11","serial_number":"1022970343593802","imei1":"1022970343593802","imei2":"1022970343593802","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:22:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158567,"job_number":"JOB_158567","tr_customer_id":158584,"tr_customer_product_id":158574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T09:26:35.000Z","modified_at":"2026-01-17T09:26:35.000Z","name":"Rajdeep Roy","mobile_number":"8767564676","email_id":"rajdeep@mail.com","dop":"2025-12-31","serial_number":"34545656765645","imei1":"34545656765645","imei2":"34545656765645","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T09:26:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158568,"job_number":"JOB_158568","tr_customer_id":158585,"tr_customer_product_id":158575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T09:39:32.000Z","modified_at":"2026-01-17T09:39:32.000Z","name":"Rajdeep Roy","mobile_number":"8767564676","email_id":"rajdeep@mail.com","dop":"2025-12-31","serial_number":"34545656765641","imei1":"34545656765641","imei2":"34545656765641","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T09:39:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158569,"job_number":"JOB_158569","tr_customer_id":158586,"tr_customer_product_id":158576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T09:50:14.000Z","modified_at":"2026-01-17T09:50:14.000Z","name":"Aurore Wiegand","mobile_number":"515-741-0744","email_id":"Keshaun18@hotmail.com","dop":"2025-12-01","serial_number":"13314381694261","imei1":"13314381694261","imei2":"13314381694261","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T09:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158570,"job_number":"JOB_158570","tr_customer_id":158587,"tr_customer_product_id":158577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T09:50:23.000Z","modified_at":"2026-01-17T09:50:23.000Z","name":"Orval Stiedemann","mobile_number":"414-340-6119","email_id":"Murl.Harber52@hotmail.com","dop":"2025-12-01","serial_number":"14181177242485","imei1":"14181177242485","imei2":"14181177242485","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T09:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158571,"job_number":"JOB_158571","tr_customer_id":158588,"tr_customer_product_id":158578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:14:41.000Z","modified_at":"2026-01-17T10:14:41.000Z","name":"Orval Stiedemann","mobile_number":"414-340-6119","email_id":"Murl.Harber52@hotmail.com","dop":"2025-12-01","serial_number":"59181177242415","imei1":"59181177242415","imei2":"59181177242415","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:14:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158572,"job_number":"JOB_158572","tr_customer_id":158589,"tr_customer_product_id":158579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:14:41.000Z","modified_at":"2026-01-17T10:14:41.000Z","name":"Orval Stiedemann","mobile_number":"414-340-6119","email_id":"Murl.Harber52@hotmail.com","dop":"2025-12-01","serial_number":"54181077242485","imei1":"54181077242485","imei2":"54181077242485","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:14:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158573,"job_number":"JOB_158573","tr_customer_id":158590,"tr_customer_product_id":158580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:14:41.000Z","modified_at":"2026-01-17T10:14:41.000Z","name":"Orval Stiedemann","mobile_number":"414-340-6119","email_id":"Murl.Harber52@hotmail.com","dop":"2025-12-01","serial_number":"84781177242485","imei1":"84781177242485","imei2":"84781177242485","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:14:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158574,"job_number":"JOB_158574","tr_customer_id":158591,"tr_customer_product_id":158581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:30:22.000Z","modified_at":"2026-01-17T10:30:22.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-07","serial_number":"499863806375566","imei1":"499863806375566","imei2":"499863806375566","popurl":"2026-01-07T10:30:21.934521140Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:30:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158575,"job_number":"JOB_158575","tr_customer_id":158592,"tr_customer_product_id":158582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:30:34.000Z","modified_at":"2026-01-17T10:30:34.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-07","serial_number":"499863806376402","imei1":"499863806376402","imei2":"499863806376402","popurl":"2026-01-07T10:30:33.469421365Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:30:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158576,"job_number":"JOB_158576","tr_customer_id":158593,"tr_customer_product_id":158583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:30:39.000Z","modified_at":"2026-01-17T10:30:39.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-07","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2026-01-07T10:30:39.032616190Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:30:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158580,"job_number":"JOB_158580","tr_customer_id":158597,"tr_customer_product_id":158587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:55.000Z","modified_at":"2026-01-17T10:32:55.000Z","name":"Chitrangada Mukhopadhyay","mobile_number":"7027460945","email_id":"shwet.abbott@hotmail.com","dop":"2026-01-07","serial_number":"851290639513866","imei1":"851290639513866","imei2":"851290639513866","popurl":"www.abhisyanta-prajapat.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158581,"job_number":"JOB_158581","tr_customer_id":158598,"tr_customer_product_id":158588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:55.000Z","modified_at":"2026-01-17T10:32:55.000Z","name":"Trilokanath Jha","mobile_number":"7094776007","email_id":"gautama.nayar@hotmail.com","dop":"2026-01-07","serial_number":"304990818021268","imei1":"304990818021268","imei2":"304990818021268","popurl":"www.ramaa-gandhi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158582,"job_number":"JOB_158582","tr_customer_id":158599,"tr_customer_product_id":158589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:55.000Z","modified_at":"2026-01-17T10:32:55.000Z","name":"Bankim Mehra","mobile_number":"7024884726","email_id":"chidambar.jha@hotmail.com","dop":"2026-01-07","serial_number":"917100613738955","imei1":"917100613738955","imei2":"917100613738955","popurl":"www.gouranga-gupta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158583,"job_number":"JOB_158583","tr_customer_id":158600,"tr_customer_product_id":158590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:55.000Z","modified_at":"2026-01-17T10:32:55.000Z","name":"Sanjay Nehru","mobile_number":"7028517917","email_id":"hiranmay.khatri@hotmail.com","dop":"2026-01-07","serial_number":"449226044585182","imei1":"449226044585182","imei2":"449226044585182","popurl":"www.udai-guneta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158584,"job_number":"JOB_158584","tr_customer_id":158601,"tr_customer_product_id":158591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:55.000Z","modified_at":"2026-01-17T10:32:55.000Z","name":"Sanya Tandon","mobile_number":"7046173699","email_id":"kashyapi.shukla@yahoo.co.in","dop":"2026-01-07","serial_number":"035723642123512","imei1":"035723642123512","imei2":"035723642123512","popurl":"www.tejas-varrier.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158588,"job_number":"JOB_158588","tr_customer_id":158605,"tr_customer_product_id":158595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:33:04.000Z","modified_at":"2026-01-17T10:33:04.000Z","name":"Vidal Schiller","mobile_number":"223-344-6852","email_id":"Nathen.Rodriguez@hotmail.com","dop":"2025-04-06","serial_number":"10990250539126","imei1":"10990250539126","imei2":"10990250539126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158589,"job_number":"JOB_158589","tr_customer_id":158606,"tr_customer_product_id":158596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:33:04.000Z","modified_at":"2026-01-17T10:33:04.000Z","name":"Lessie Mayert","mobile_number":"575-525-5712","email_id":"Dale_King7@gmail.com","dop":"2025-04-06","serial_number":"15820412693753","imei1":"15820412693753","imei2":"15820412693753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158590,"job_number":"JOB_158590","tr_customer_id":158607,"tr_customer_product_id":158597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:33:04.000Z","modified_at":"2026-01-17T10:33:04.000Z","name":"Vidal Schiller","mobile_number":"223-344-6852","email_id":"Nathen.Rodriguez@hotmail.com","dop":"2025-04-06","serial_number":"10990250539126","imei1":"10990250539126","imei2":"10990250539126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158591,"job_number":"JOB_158591","tr_customer_id":158608,"tr_customer_product_id":158598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:33:04.000Z","modified_at":"2026-01-17T10:33:04.000Z","name":"Lessie Mayert","mobile_number":"575-525-5712","email_id":"Dale_King7@gmail.com","dop":"2025-04-06","serial_number":"15820412693753","imei1":"15820412693753","imei2":"15820412693753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158592,"job_number":"JOB_158592","tr_customer_id":158609,"tr_customer_product_id":158599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:36:33.000Z","modified_at":"2026-01-17T10:36:33.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-07","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-07T10:36:25.200210249Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158595,"job_number":"JOB_158595","tr_customer_id":158612,"tr_customer_product_id":158602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:06:50.000Z","modified_at":"2026-01-17T13:06:50.000Z","name":"Praven R","mobile_number":"8085536329","email_id":"praveen.raghu.raghu@gmail.com","dop":"2026-01-07","serial_number":"69002151778042","imei1":"69002151778042","imei2":"69002151778042","popurl":"2026-01-07T13:06:47.374840400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158597,"job_number":"JOB_158597","tr_customer_id":158614,"tr_customer_product_id":158604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:17:59.000Z","modified_at":"2026-01-17T13:17:59.000Z","name":"Zola Baumbach","mobile_number":"703-621-0580","email_id":"Alessandro_Spinka65@hotmail.com","dop":"2025-04-06","serial_number":"15658214331231192","imei1":"15658214331231192","imei2":"15658214331231192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158599,"job_number":"JOB_158599","tr_customer_id":158616,"tr_customer_product_id":158606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:30:11.000Z","modified_at":"2026-01-17T13:30:11.000Z","name":"Ewell Ullrich","mobile_number":"483-945-4635","email_id":"Pedro.Franecki@gmail.com","dop":"2025-04-06","serial_number":"16359633880044436","imei1":"16359633880044436","imei2":"16359633880044436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158601,"job_number":"JOB_158601","tr_customer_id":158618,"tr_customer_product_id":158608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:34:54.000Z","modified_at":"2026-01-17T13:34:54.000Z","name":"Jerrell Kuphal","mobile_number":"397-418-9876","email_id":"Amelia.Graham@yahoo.com","dop":"2025-04-06","serial_number":"12918805390936248","imei1":"12918805390936248","imei2":"12918805390936248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158602,"job_number":"JOB_158602","tr_customer_id":158619,"tr_customer_product_id":158609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:15.000Z","modified_at":"2026-01-17T13:44:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"74057997265807","imei1":"74057997265807","imei2":"74057997265807","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158603,"job_number":"JOB_158603","tr_customer_id":158620,"tr_customer_product_id":158610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:15.000Z","modified_at":"2026-01-17T13:44:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30167951031804","imei1":"30167951031804","imei2":"30167951031804","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158604,"job_number":"JOB_158604","tr_customer_id":158621,"tr_customer_product_id":158611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:15.000Z","modified_at":"2026-01-17T13:44:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41151216386246","imei1":"41151216386246","imei2":"41151216386246","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158605,"job_number":"JOB_158605","tr_customer_id":158622,"tr_customer_product_id":158612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:16.000Z","modified_at":"2026-01-17T13:44:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"52722559354487","imei1":"52722559354487","imei2":"52722559354487","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158606,"job_number":"JOB_158606","tr_customer_id":158623,"tr_customer_product_id":158613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:16.000Z","modified_at":"2026-01-17T13:44:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40832581069756","imei1":"40832581069756","imei2":"40832581069756","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158607,"job_number":"JOB_158607","tr_customer_id":158624,"tr_customer_product_id":158614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:16.000Z","modified_at":"2026-01-17T13:44:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26550524413487","imei1":"26550524413487","imei2":"26550524413487","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158610,"job_number":"JOB_158610","tr_customer_id":158627,"tr_customer_product_id":158617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:35.000Z","modified_at":"2026-01-17T13:44:35.000Z","name":"Weston Pagac","mobile_number":"388-407-3757","email_id":"Chesley.Kovacek81@gmail.com","dop":"2025-04-06","serial_number":"10532881943652788","imei1":"10532881943652788","imei2":"10532881943652788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158611,"job_number":"JOB_158611","tr_customer_id":158628,"tr_customer_product_id":158618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:45.000Z","modified_at":"2026-01-17T13:44:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26245256270819","imei1":"26245256270819","imei2":"26245256270819","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158612,"job_number":"JOB_158612","tr_customer_id":158629,"tr_customer_product_id":158619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:45.000Z","modified_at":"2026-01-17T13:44:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18859458334557","imei1":"18859458334557","imei2":"18859458334557","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158613,"job_number":"JOB_158613","tr_customer_id":158630,"tr_customer_product_id":158620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:46.000Z","modified_at":"2026-01-17T13:44:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"66111986633630","imei1":"66111986633630","imei2":"66111986633630","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158614,"job_number":"JOB_158614","tr_customer_id":158631,"tr_customer_product_id":158621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:46.000Z","modified_at":"2026-01-17T13:44:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41453310610370","imei1":"41453310610370","imei2":"41453310610370","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158615,"job_number":"JOB_158615","tr_customer_id":158632,"tr_customer_product_id":158622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:46.000Z","modified_at":"2026-01-17T13:44:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26976981165670","imei1":"26976981165670","imei2":"26976981165670","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158616,"job_number":"JOB_158616","tr_customer_id":158633,"tr_customer_product_id":158623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:47.000Z","modified_at":"2026-01-17T13:44:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41156612472435","imei1":"41156612472435","imei2":"41156612472435","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158618,"job_number":"JOB_158618","tr_customer_id":158635,"tr_customer_product_id":158625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:15.000Z","modified_at":"2026-01-17T13:45:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30122012309143","imei1":"30122012309143","imei2":"30122012309143","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158619,"job_number":"JOB_158619","tr_customer_id":158636,"tr_customer_product_id":158626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:16.000Z","modified_at":"2026-01-17T13:45:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78630305501777","imei1":"78630305501777","imei2":"78630305501777","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158620,"job_number":"JOB_158620","tr_customer_id":158637,"tr_customer_product_id":158627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:16.000Z","modified_at":"2026-01-17T13:45:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28511227585697","imei1":"28511227585697","imei2":"28511227585697","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158621,"job_number":"JOB_158621","tr_customer_id":158638,"tr_customer_product_id":158628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:16.000Z","modified_at":"2026-01-17T13:45:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87794233422130","imei1":"87794233422130","imei2":"87794233422130","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158622,"job_number":"JOB_158622","tr_customer_id":158639,"tr_customer_product_id":158629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:16.000Z","modified_at":"2026-01-17T13:45:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26325599133394","imei1":"26325599133394","imei2":"26325599133394","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158623,"job_number":"JOB_158623","tr_customer_id":158640,"tr_customer_product_id":158630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:17.000Z","modified_at":"2026-01-17T13:45:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"66370868426626","imei1":"66370868426626","imei2":"66370868426626","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158625,"job_number":"JOB_158625","tr_customer_id":158642,"tr_customer_product_id":158632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:30.000Z","modified_at":"2026-01-17T13:45:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17629368444625","imei1":"17629368444625","imei2":"17629368444625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158627,"job_number":"JOB_158627","tr_customer_id":158644,"tr_customer_product_id":158634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:32.000Z","modified_at":"2026-01-17T13:45:32.000Z","name":"Karley Dickens","mobile_number":"746-981-3678","email_id":"Mervin.Braun93@yahoo.com","dop":"2025-04-06","serial_number":"19117609586636850","imei1":"19117609586636850","imei2":"19117609586636850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158630,"job_number":"JOB_158630","tr_customer_id":158647,"tr_customer_product_id":158637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:46:12.000Z","modified_at":"2026-01-17T13:46:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15543158690517","imei1":"15543158690517","imei2":"15543158690517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:46:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158632,"job_number":"JOB_158632","tr_customer_id":158649,"tr_customer_product_id":158639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:46:14.000Z","modified_at":"2026-01-17T13:46:14.000Z","name":"Ulices Jakubowski","mobile_number":"207-743-0260","email_id":"Emerald.McDermott@hotmail.com","dop":"2025-04-06","serial_number":"13272885307762950","imei1":"13272885307762950","imei2":"13272885307762950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:46:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158634,"job_number":"JOB_158634","tr_customer_id":158651,"tr_customer_product_id":158641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:46:53.000Z","modified_at":"2026-01-17T13:46:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19130729252620","imei1":"19130729252620","imei2":"19130729252620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158636,"job_number":"JOB_158636","tr_customer_id":158653,"tr_customer_product_id":158643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:46:55.000Z","modified_at":"2026-01-17T13:46:55.000Z","name":"Gregory Lehner","mobile_number":"252-907-3482","email_id":"Nickolas.Okuneva18@gmail.com","dop":"2025-04-06","serial_number":"15410526922974666","imei1":"15410526922974666","imei2":"15410526922974666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:46:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158646,"job_number":"JOB_158646","tr_customer_id":158663,"tr_customer_product_id":158653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:12:32.000Z","modified_at":"2026-01-17T14:12:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18091773680498","imei1":"18091773680498","imei2":"18091773680498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:12:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158648,"job_number":"JOB_158648","tr_customer_id":158665,"tr_customer_product_id":158655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:12:34.000Z","modified_at":"2026-01-17T14:12:34.000Z","name":"Gerson Tremblay","mobile_number":"372-931-4596","email_id":"Baby.Leannon@hotmail.com","dop":"2025-04-06","serial_number":"16649133410941834","imei1":"16649133410941834","imei2":"16649133410941834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:12:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158649,"job_number":"JOB_158649","tr_customer_id":158666,"tr_customer_product_id":158656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:13:14.000Z","modified_at":"2026-01-17T14:13:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10684522929694","imei1":"10684522929694","imei2":"10684522929694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:13:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158651,"job_number":"JOB_158651","tr_customer_id":158668,"tr_customer_product_id":158658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:13:16.000Z","modified_at":"2026-01-17T14:13:16.000Z","name":"Sasha Lindgren","mobile_number":"298-975-3537","email_id":"Haley_Ferry81@yahoo.com","dop":"2025-04-06","serial_number":"19125134454016620","imei1":"19125134454016620","imei2":"19125134454016620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:13:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158653,"job_number":"JOB_158653","tr_customer_id":158670,"tr_customer_product_id":158660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:13:55.000Z","modified_at":"2026-01-17T14:13:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12373828898741","imei1":"12373828898741","imei2":"12373828898741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:13:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158655,"job_number":"JOB_158655","tr_customer_id":158672,"tr_customer_product_id":158662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:13:57.000Z","modified_at":"2026-01-17T14:13:57.000Z","name":"Westley Wiegand","mobile_number":"710-933-5009","email_id":"Rigoberto_Ullrich34@yahoo.com","dop":"2025-04-06","serial_number":"18353973864368252","imei1":"18353973864368252","imei2":"18353973864368252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:13:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158657,"job_number":"JOB_158657","tr_customer_id":158674,"tr_customer_product_id":158664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:14:37.000Z","modified_at":"2026-01-17T14:14:37.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10451471700727","imei1":"10451471700727","imei2":"10451471700727","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158659,"job_number":"JOB_158659","tr_customer_id":158676,"tr_customer_product_id":158666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:14:38.000Z","modified_at":"2026-01-17T14:14:38.000Z","name":"Greta Wunsch","mobile_number":"522-394-8510","email_id":"Lavon.Gibson3@hotmail.com","dop":"2025-06-18","serial_number":"1084230471254524","imei1":"1084230471254524","imei2":"1084230471254524","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158660,"job_number":"JOB_158660","tr_customer_id":158677,"tr_customer_product_id":158667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:14:53.000Z","modified_at":"2026-01-17T14:14:53.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10224292673251","imei1":"10224292673251","imei2":"10224292673251","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:14:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158662,"job_number":"JOB_158662","tr_customer_id":158679,"tr_customer_product_id":158669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:14:54.000Z","modified_at":"2026-01-17T14:14:54.000Z","name":"Vicente Shields","mobile_number":"455-495-0587","email_id":"Linnie_Boyer50@hotmail.com","dop":"2000-01-31","serial_number":"1091488826582765","imei1":"1091488826582765","imei2":"1091488826582765","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:14:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158663,"job_number":"JOB_158663","tr_customer_id":158680,"tr_customer_product_id":158670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:15:20.000Z","modified_at":"2026-01-17T14:15:20.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10551444669687","imei1":"10551444669687","imei2":"10551444669687","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:15:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158665,"job_number":"JOB_158665","tr_customer_id":158682,"tr_customer_product_id":158672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:15:21.000Z","modified_at":"2026-01-17T14:15:21.000Z","name":"Monica Reilly","mobile_number":"926-236-0632","email_id":"Otho.Rice50@gmail.com","dop":"2025-06-18","serial_number":"1087489033745932","imei1":"1087489033745932","imei2":"1087489033745932","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158666,"job_number":"JOB_158666","tr_customer_id":158683,"tr_customer_product_id":158673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:15:36.000Z","modified_at":"2026-01-17T14:15:36.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10931693820099","imei1":"10931693820099","imei2":"10931693820099","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:15:36.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158668,"job_number":"JOB_158668","tr_customer_id":158685,"tr_customer_product_id":158675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:15:38.000Z","modified_at":"2026-01-17T14:15:38.000Z","name":"Victoria Bruen","mobile_number":"425-304-4523","email_id":"Laura_Walker@gmail.com","dop":"2000-01-31","serial_number":"1066920924905886","imei1":"1066920924905886","imei2":"1066920924905886","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:15:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158669,"job_number":"JOB_158669","tr_customer_id":158686,"tr_customer_product_id":158676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:16:19.000Z","modified_at":"2026-01-17T14:16:19.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10578751958578","imei1":"10578751958578","imei2":"10578751958578","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158671,"job_number":"JOB_158671","tr_customer_id":158688,"tr_customer_product_id":158678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:16:20.000Z","modified_at":"2026-01-17T14:16:20.000Z","name":"Jarrod Kirlin","mobile_number":"450-520-5808","email_id":"Camden.Ryan@hotmail.com","dop":"2000-01-31","serial_number":"1076332240577605","imei1":"1076332240577605","imei2":"1076332240577605","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:16:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158672,"job_number":"JOB_158672","tr_customer_id":158689,"tr_customer_product_id":158679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:16:51.000Z","modified_at":"2026-01-17T14:16:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12753533721348","imei1":"12753533721348","imei2":"12753533721348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:16:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158674,"job_number":"JOB_158674","tr_customer_id":158691,"tr_customer_product_id":158681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:16:52.000Z","modified_at":"2026-01-17T14:16:52.000Z","name":"Jaden Rowe","mobile_number":"798-986-0076","email_id":"Jimmie_Franecki@gmail.com","dop":"2025-04-06","serial_number":"17980158681459964","imei1":"17980158681459964","imei2":"17980158681459964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:16:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158675,"job_number":"JOB_158675","tr_customer_id":158692,"tr_customer_product_id":158682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:01.000Z","modified_at":"2026-01-17T14:17:01.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10116015840681","imei1":"10116015840681","imei2":"10116015840681","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158677,"job_number":"JOB_158677","tr_customer_id":158694,"tr_customer_product_id":158684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:03.000Z","modified_at":"2026-01-17T14:17:03.000Z","name":"Antonietta Armstrong","mobile_number":"972-790-8736","email_id":"Deondre.Balistreri72@hotmail.com","dop":"2000-01-31","serial_number":"1041996121168359","imei1":"1041996121168359","imei2":"1041996121168359","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158678,"job_number":"JOB_158678","tr_customer_id":158695,"tr_customer_product_id":158685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:04.000Z","modified_at":"2026-01-17T14:17:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16342830193164","imei1":"16342830193164","imei2":"16342830193164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158680,"job_number":"JOB_158680","tr_customer_id":158697,"tr_customer_product_id":158687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:05.000Z","modified_at":"2026-01-17T14:17:05.000Z","name":"Humberto Spinka","mobile_number":"753-416-6420","email_id":"Randi.Luettgen@yahoo.com","dop":"2025-04-06","serial_number":"19588036401966276","imei1":"19588036401966276","imei2":"19588036401966276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158681,"job_number":"JOB_158681","tr_customer_id":158698,"tr_customer_product_id":158688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:33.000Z","modified_at":"2026-01-17T14:17:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12834778364601","imei1":"12834778364601","imei2":"12834778364601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158683,"job_number":"JOB_158683","tr_customer_id":158700,"tr_customer_product_id":158690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:35.000Z","modified_at":"2026-01-17T14:17:35.000Z","name":"Andy Beatty","mobile_number":"935-289-2567","email_id":"Llewellyn7@gmail.com","dop":"2025-04-06","serial_number":"18904882249374670","imei1":"18904882249374670","imei2":"18904882249374670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158684,"job_number":"JOB_158684","tr_customer_id":158701,"tr_customer_product_id":158691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:48.000Z","modified_at":"2026-01-17T14:17:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18094886759588","imei1":"18094886759588","imei2":"18094886759588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158686,"job_number":"JOB_158686","tr_customer_id":158703,"tr_customer_product_id":158693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:50.000Z","modified_at":"2026-01-17T14:17:50.000Z","name":"Godfrey Bruen","mobile_number":"466-999-4189","email_id":"Arnoldo.Schamberger37@hotmail.com","dop":"2025-04-06","serial_number":"14618177786943698","imei1":"14618177786943698","imei2":"14618177786943698","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158687,"job_number":"JOB_158687","tr_customer_id":158704,"tr_customer_product_id":158694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:56.000Z","modified_at":"2026-01-17T14:17:56.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"18517755921790","imei1":"18517755921790","imei2":"18517755921790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158689,"job_number":"JOB_158689","tr_customer_id":158706,"tr_customer_product_id":158696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:57.000Z","modified_at":"2026-01-17T14:17:57.000Z","name":"Destiney Dicki","mobile_number":"450-345-8998","email_id":"Jany.Buckridge28@yahoo.com","dop":"2025-04-06","serial_number":"17162810290107806","imei1":"17162810290107806","imei2":"17162810290107806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158690,"job_number":"JOB_158690","tr_customer_id":158707,"tr_customer_product_id":158697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:16.000Z","modified_at":"2026-01-17T14:18:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14522990969261","imei1":"14522990969261","imei2":"14522990969261","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158692,"job_number":"JOB_158692","tr_customer_id":158709,"tr_customer_product_id":158699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:17.000Z","modified_at":"2026-01-17T14:18:17.000Z","name":"Vinnie Bahringer","mobile_number":"522-760-4962","email_id":"Jaylin.Boehm21@gmail.com","dop":"2025-04-06","serial_number":"11338952446564860","imei1":"11338952446564860","imei2":"11338952446564860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158693,"job_number":"JOB_158693","tr_customer_id":158710,"tr_customer_product_id":158700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:20.000Z","modified_at":"2026-01-17T14:18:20.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10266768713551","imei1":"10266768713551","imei2":"10266768713551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158695,"job_number":"JOB_158695","tr_customer_id":158712,"tr_customer_product_id":158702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:22.000Z","modified_at":"2026-01-17T14:18:22.000Z","name":"Christiana Lesch","mobile_number":"447-266-5208","email_id":"Jane_Blanda@yahoo.com","dop":"2025-04-06","serial_number":"15113884644999442","imei1":"15113884644999442","imei2":"15113884644999442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158696,"job_number":"JOB_158696","tr_customer_id":158713,"tr_customer_product_id":158703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:32.000Z","modified_at":"2026-01-17T14:18:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17404816605093","imei1":"17404816605093","imei2":"17404816605093","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158698,"job_number":"JOB_158698","tr_customer_id":158715,"tr_customer_product_id":158705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:34.000Z","modified_at":"2026-01-17T14:18:34.000Z","name":"Tyree Weimann","mobile_number":"764-771-4006","email_id":"Wilhelmine.Jaskolski@yahoo.com","dop":"2025-04-06","serial_number":"15465211349674468","imei1":"15465211349674468","imei2":"15465211349674468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158699,"job_number":"JOB_158699","tr_customer_id":158716,"tr_customer_product_id":158706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:39.000Z","modified_at":"2026-01-17T14:18:39.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10471800020481","imei1":"10471800020481","imei2":"10471800020481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158701,"job_number":"JOB_158701","tr_customer_id":158718,"tr_customer_product_id":158708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:40.000Z","modified_at":"2026-01-17T14:18:40.000Z","name":"Bonita Dickinson","mobile_number":"657-671-1617","email_id":"Ola.Boyer0@gmail.com","dop":"2025-04-06","serial_number":"13514098710868666","imei1":"13514098710868666","imei2":"13514098710868666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158702,"job_number":"JOB_158702","tr_customer_id":158719,"tr_customer_product_id":158709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:04.000Z","modified_at":"2026-01-17T14:19:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17025591250862","imei1":"17025591250862","imei2":"17025591250862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158704,"job_number":"JOB_158704","tr_customer_id":158721,"tr_customer_product_id":158711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:06.000Z","modified_at":"2026-01-17T14:19:06.000Z","name":"Oren Cole","mobile_number":"806-696-3473","email_id":"Talon.Hahn@yahoo.com","dop":"2025-04-06","serial_number":"14657256295217396","imei1":"14657256295217396","imei2":"14657256295217396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158705,"job_number":"JOB_158705","tr_customer_id":158722,"tr_customer_product_id":158712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:21.000Z","modified_at":"2026-01-17T14:19:21.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"17820338035101","imei1":"17820338035101","imei2":"17820338035101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158707,"job_number":"JOB_158707","tr_customer_id":158724,"tr_customer_product_id":158714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:23.000Z","modified_at":"2026-01-17T14:19:23.000Z","name":"Joel Mayer","mobile_number":"491-736-0982","email_id":"Salvador_Moore@gmail.com","dop":"2025-04-06","serial_number":"17663381993187036","imei1":"17663381993187036","imei2":"17663381993187036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158708,"job_number":"JOB_158708","tr_customer_id":158725,"tr_customer_product_id":158715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:23.000Z","modified_at":"2026-01-17T14:19:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12418606962852","imei1":"12418606962852","imei2":"12418606962852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158710,"job_number":"JOB_158710","tr_customer_id":158727,"tr_customer_product_id":158717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:24.000Z","modified_at":"2026-01-17T14:19:24.000Z","name":"Laverne Davis","mobile_number":"416-571-1562","email_id":"Randi39@yahoo.com","dop":"2025-04-06","serial_number":"14641225090621914","imei1":"14641225090621914","imei2":"14641225090621914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158712,"job_number":"JOB_158712","tr_customer_id":158729,"tr_customer_product_id":158719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:32.000Z","modified_at":"2026-01-17T14:19:32.000Z","name":"Allison Miller","mobile_number":"658-807-8668","email_id":"Raegan.Stoltenberg@gmail.com","dop":"2025-04-06","serial_number":"18715288675855280","imei1":"18715288675855280","imei2":"18715288675855280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158713,"job_number":"JOB_158713","tr_customer_id":158730,"tr_customer_product_id":158720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:48.000Z","modified_at":"2026-01-17T14:19:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15155028369161","imei1":"15155028369161","imei2":"15155028369161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158715,"job_number":"JOB_158715","tr_customer_id":158732,"tr_customer_product_id":158722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:49.000Z","modified_at":"2026-01-17T14:19:49.000Z","name":"Carlie Glover","mobile_number":"424-612-9076","email_id":"Flavie17@yahoo.com","dop":"2025-04-06","serial_number":"10210960690691308","imei1":"10210960690691308","imei2":"10210960690691308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158717,"job_number":"JOB_158717","tr_customer_id":158734,"tr_customer_product_id":158724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:51.000Z","modified_at":"2026-01-17T14:19:51.000Z","name":"Dexter Ankunding","mobile_number":"535-218-4311","email_id":"Retta2@yahoo.com","dop":"2025-04-06","serial_number":"17666983575585188","imei1":"17666983575585188","imei2":"17666983575585188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158718,"job_number":"JOB_158718","tr_customer_id":158735,"tr_customer_product_id":158725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:09.000Z","modified_at":"2026-01-17T14:20:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14679496125109","imei1":"14679496125109","imei2":"14679496125109","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158720,"job_number":"JOB_158720","tr_customer_id":158737,"tr_customer_product_id":158727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:10.000Z","modified_at":"2026-01-17T14:20:10.000Z","name":"Sabrina Morissette","mobile_number":"484-954-5719","email_id":"Myrtle51@gmail.com","dop":"2025-04-06","serial_number":"18692994420446824","imei1":"18692994420446824","imei2":"18692994420446824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158721,"job_number":"JOB_158721","tr_customer_id":158738,"tr_customer_product_id":158728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:41.000Z","modified_at":"2026-01-17T14:20:41.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15534232638303","imei1":"15534232638303","imei2":"15534232638303","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158722,"job_number":"JOB_158722","tr_customer_id":158739,"tr_customer_product_id":158729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:42.000Z","modified_at":"2026-01-17T14:20:42.000Z","name":"Era Heathcote","mobile_number":"837-201-9597","email_id":"Winona_Hilll69@yahoo.com","dop":"2025-09-16","serial_number":"15238595934770","imei1":"15238595934770","imei2":"15238595934770","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158723,"job_number":"JOB_158723","tr_customer_id":158740,"tr_customer_product_id":158730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:54.000Z","modified_at":"2026-01-17T14:20:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19102849190838","imei1":"19102849190838","imei2":"19102849190838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158725,"job_number":"JOB_158725","tr_customer_id":158742,"tr_customer_product_id":158732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:56.000Z","modified_at":"2026-01-17T14:20:56.000Z","name":"Donny Heaney","mobile_number":"222-752-2996","email_id":"Elmira_Dach@yahoo.com","dop":"2025-04-06","serial_number":"18219336670513028","imei1":"18219336670513028","imei2":"18219336670513028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158726,"job_number":"JOB_158726","tr_customer_id":158743,"tr_customer_product_id":158733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:21:01.000Z","modified_at":"2026-01-17T14:21:01.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"19595362858336","imei1":"19595362858336","imei2":"19595362858336","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:21:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158727,"job_number":"JOB_158727","tr_customer_id":158744,"tr_customer_product_id":158734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:21:01.000Z","modified_at":"2026-01-17T14:21:01.000Z","name":"Ludwig Weimann","mobile_number":"275-657-2186","email_id":"Bernadine89@yahoo.com","dop":"2025-09-16","serial_number":"17892064411706","imei1":"17892064411706","imei2":"17892064411706","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:21:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158728,"job_number":"JOB_158728","tr_customer_id":158745,"tr_customer_product_id":158735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:21:19.000Z","modified_at":"2026-01-17T14:21:19.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"11468865745600","imei1":"11468865745600","imei2":"11468865745600","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:21:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158729,"job_number":"JOB_158729","tr_customer_id":158746,"tr_customer_product_id":158736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:21:19.000Z","modified_at":"2026-01-17T14:21:19.000Z","name":"Dora Heathcote","mobile_number":"366-332-4191","email_id":"Annamarie.Parisian@yahoo.com","dop":"2025-09-16","serial_number":"13318452855964","imei1":"13318452855964","imei2":"13318452855964","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:21:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158730,"job_number":"JOB_158730","tr_customer_id":158747,"tr_customer_product_id":158737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:00.000Z","modified_at":"2026-01-17T14:22:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15907174839703","imei1":"15907174839703","imei2":"15907174839703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158732,"job_number":"JOB_158732","tr_customer_id":158749,"tr_customer_product_id":158739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:02.000Z","modified_at":"2026-01-17T14:22:02.000Z","name":"Daniela Ortiz","mobile_number":"537-952-8359","email_id":"Johathan57@yahoo.com","dop":"2025-04-06","serial_number":"12250002517113234","imei1":"12250002517113234","imei2":"12250002517113234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158733,"job_number":"JOB_158733","tr_customer_id":158750,"tr_customer_product_id":158740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:26.000Z","modified_at":"2026-01-17T14:22:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19848454437255","imei1":"19848454437255","imei2":"19848454437255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158735,"job_number":"JOB_158735","tr_customer_id":158752,"tr_customer_product_id":158742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:28.000Z","modified_at":"2026-01-17T14:22:28.000Z","name":"Curt Mraz","mobile_number":"411-450-7391","email_id":"Chasity_Zieme@gmail.com","dop":"2025-04-06","serial_number":"18929365349683284","imei1":"18929365349683284","imei2":"18929365349683284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158736,"job_number":"JOB_158736","tr_customer_id":158753,"tr_customer_product_id":158743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:46.000Z","modified_at":"2026-01-17T14:22:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12757012798342","imei1":"12757012798342","imei2":"12757012798342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158738,"job_number":"JOB_158738","tr_customer_id":158755,"tr_customer_product_id":158745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:48.000Z","modified_at":"2026-01-17T14:22:48.000Z","name":"Leann Davis","mobile_number":"754-869-3737","email_id":"Roscoe_Emmerich35@yahoo.com","dop":"2025-04-06","serial_number":"13382086655036860","imei1":"13382086655036860","imei2":"13382086655036860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158739,"job_number":"JOB_158739","tr_customer_id":158756,"tr_customer_product_id":158746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:00.000Z","modified_at":"2026-01-17T14:23:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16918879298313","imei1":"16918879298313","imei2":"16918879298313","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158741,"job_number":"JOB_158741","tr_customer_id":158758,"tr_customer_product_id":158748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:02.000Z","modified_at":"2026-01-17T14:23:02.000Z","name":"Carlee Hammes","mobile_number":"500-754-2248","email_id":"Torey.Rosenbaum83@yahoo.com","dop":"2025-04-06","serial_number":"14537276977465120","imei1":"14537276977465120","imei2":"14537276977465120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158745,"job_number":"JOB_158745","tr_customer_id":158762,"tr_customer_product_id":158752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:10.000Z","modified_at":"2026-01-17T14:23:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12486151178579","imei1":"12486151178579","imei2":"12486151178579","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158747,"job_number":"JOB_158747","tr_customer_id":158764,"tr_customer_product_id":158754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:11.000Z","modified_at":"2026-01-17T14:23:11.000Z","name":"Burley Will","mobile_number":"838-557-6590","email_id":"Kareem.Welch16@hotmail.com","dop":"2025-04-06","serial_number":"11734939947857930","imei1":"11734939947857930","imei2":"11734939947857930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158751,"job_number":"JOB_158751","tr_customer_id":158768,"tr_customer_product_id":158758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:31.000Z","modified_at":"2026-01-17T14:23:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15907929802794","imei1":"15907929802794","imei2":"15907929802794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158754,"job_number":"JOB_158754","tr_customer_id":158771,"tr_customer_product_id":158761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:33.000Z","modified_at":"2026-01-17T14:23:33.000Z","name":"Rene Rutherford","mobile_number":"251-807-9780","email_id":"Aric83@yahoo.com","dop":"2025-04-06","serial_number":"16472941615727376","imei1":"16472941615727376","imei2":"16472941615727376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158757,"job_number":"JOB_158757","tr_customer_id":158774,"tr_customer_product_id":158764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:46.000Z","modified_at":"2026-01-17T14:23:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12257320382136","imei1":"12257320382136","imei2":"12257320382136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158759,"job_number":"JOB_158759","tr_customer_id":158776,"tr_customer_product_id":158766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:48.000Z","modified_at":"2026-01-17T14:23:48.000Z","name":"Hiram Hodkiewicz","mobile_number":"935-374-6827","email_id":"Reyes12@hotmail.com","dop":"2025-04-06","serial_number":"11424991411025350","imei1":"11424991411025350","imei2":"11424991411025350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158760,"job_number":"JOB_158760","tr_customer_id":158777,"tr_customer_product_id":158767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:52.000Z","modified_at":"2026-01-17T14:23:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15662172865686","imei1":"15662172865686","imei2":"15662172865686","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158762,"job_number":"JOB_158762","tr_customer_id":158779,"tr_customer_product_id":158769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:53.000Z","modified_at":"2026-01-17T14:23:53.000Z","name":"Halie Zulauf","mobile_number":"794-844-4950","email_id":"Mekhi73@hotmail.com","dop":"2025-04-06","serial_number":"18450969728955960","imei1":"18450969728955960","imei2":"18450969728955960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158764,"job_number":"JOB_158764","tr_customer_id":158781,"tr_customer_product_id":158771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:24:09.000Z","modified_at":"2026-01-17T14:24:09.000Z","name":"Gail Keebler","mobile_number":"817-637-0421","email_id":"Krystel_Kessler31@hotmail.com","dop":"2025-04-06","serial_number":"19946476378658236","imei1":"19946476378658236","imei2":"19946476378658236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:24:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158765,"job_number":"JOB_158765","tr_customer_id":158782,"tr_customer_product_id":158772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:24:30.000Z","modified_at":"2026-01-17T14:24:30.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11300854590031","imei1":"11300854590031","imei2":"11300854590031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:24:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158767,"job_number":"JOB_158767","tr_customer_id":158784,"tr_customer_product_id":158774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:24:31.000Z","modified_at":"2026-01-17T14:24:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13988669582897","imei1":"13988669582897","imei2":"13988669582897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:24:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158769,"job_number":"JOB_158769","tr_customer_id":158786,"tr_customer_product_id":158776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:24:32.000Z","modified_at":"2026-01-17T14:24:32.000Z","name":"Gregory Tremblay","mobile_number":"927-922-4456","email_id":"Nora.Conroy@gmail.com","dop":"2025-04-06","serial_number":"15601718858284190","imei1":"15601718858284190","imei2":"15601718858284190","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:24:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158770,"job_number":"JOB_158770","tr_customer_id":158787,"tr_customer_product_id":158777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:24:33.000Z","modified_at":"2026-01-17T14:24:33.000Z","name":"Shayna Corkery","mobile_number":"763-359-1093","email_id":"Nick.Feest96@yahoo.com","dop":"2025-04-06","serial_number":"14553842372321276","imei1":"14553842372321276","imei2":"14553842372321276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:24:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158772,"job_number":"JOB_158772","tr_customer_id":158789,"tr_customer_product_id":158779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:25:05.000Z","modified_at":"2026-01-17T14:25:05.000Z","name":"Sabina Considine","mobile_number":"543-459-3385","email_id":"Gerry.Gleichner14@yahoo.com","dop":"2025-04-06","serial_number":"18872442904006304","imei1":"18872442904006304","imei2":"18872442904006304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:25:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158773,"job_number":"JOB_158773","tr_customer_id":158790,"tr_customer_product_id":158780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:25:15.000Z","modified_at":"2026-01-17T14:25:15.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15358011344340","imei1":"15358011344340","imei2":"15358011344340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:25:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158775,"job_number":"JOB_158775","tr_customer_id":158792,"tr_customer_product_id":158782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:25:16.000Z","modified_at":"2026-01-17T14:25:16.000Z","name":"Queen Larkin","mobile_number":"652-759-1436","email_id":"Joe.Schaefer66@yahoo.com","dop":"2025-04-06","serial_number":"16294230477411068","imei1":"16294230477411068","imei2":"16294230477411068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:25:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158776,"job_number":"JOB_158776","tr_customer_id":158793,"tr_customer_product_id":158783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:25:59.000Z","modified_at":"2026-01-17T14:25:59.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14230940295057","imei1":"14230940295057","imei2":"14230940295057","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:25:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158778,"job_number":"JOB_158778","tr_customer_id":158795,"tr_customer_product_id":158785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:26:01.000Z","modified_at":"2026-01-17T14:26:01.000Z","name":"Noemi Treutel","mobile_number":"874-842-0663","email_id":"Isadore78@gmail.com","dop":"2025-04-06","serial_number":"14698927187194086","imei1":"14698927187194086","imei2":"14698927187194086","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158779,"job_number":"JOB_158779","tr_customer_id":158796,"tr_customer_product_id":158786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:26:26.000Z","modified_at":"2026-01-17T14:26:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12679846473838","imei1":"12679846473838","imei2":"12679846473838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158781,"job_number":"JOB_158781","tr_customer_id":158798,"tr_customer_product_id":158788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:26:27.000Z","modified_at":"2026-01-17T14:26:27.000Z","name":"Logan Carter","mobile_number":"804-714-8589","email_id":"Alia_Bayer2@hotmail.com","dop":"2025-04-06","serial_number":"16447384382198928","imei1":"16447384382198928","imei2":"16447384382198928","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:26:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158782,"job_number":"JOB_158782","tr_customer_id":158799,"tr_customer_product_id":158789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:26:56.000Z","modified_at":"2026-01-17T14:26:56.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-01-07","serial_number":"39999999999999","imei1":"39999999999999","imei2":"39999999999999","popurl":"2026-01-07T14:26:43.185531400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158783,"job_number":"JOB_158783","tr_customer_id":158800,"tr_customer_product_id":158790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:27:10.000Z","modified_at":"2026-01-17T14:27:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13821228683480","imei1":"13821228683480","imei2":"13821228683480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158785,"job_number":"JOB_158785","tr_customer_id":158802,"tr_customer_product_id":158792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:27:12.000Z","modified_at":"2026-01-17T14:27:12.000Z","name":"Eliezer Rohan","mobile_number":"540-789-5939","email_id":"Gage_Homenick54@yahoo.com","dop":"2025-04-06","serial_number":"15795343964997520","imei1":"15795343964997520","imei2":"15795343964997520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158786,"job_number":"JOB_158786","tr_customer_id":158803,"tr_customer_product_id":158793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:27:54.000Z","modified_at":"2026-01-17T14:27:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14208627594099","imei1":"14208627594099","imei2":"14208627594099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158788,"job_number":"JOB_158788","tr_customer_id":158805,"tr_customer_product_id":158795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:27:55.000Z","modified_at":"2026-01-17T14:27:55.000Z","name":"Janae Bogan","mobile_number":"832-428-5160","email_id":"Alda.Berge1@gmail.com","dop":"2025-04-06","serial_number":"11444470079967140","imei1":"11444470079967140","imei2":"11444470079967140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:27:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158790,"job_number":"JOB_158790","tr_customer_id":158807,"tr_customer_product_id":158797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:40:30.000Z","modified_at":"2026-01-17T14:40:30.000Z","name":"Judd Shields","mobile_number":"995-557-6442","email_id":"Darrin.OConnell13@gmail.com","dop":"2025-04-06","serial_number":"10954306116211638","imei1":"10954306116211638","imei2":"10954306116211638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:40:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158791,"job_number":"JOB_158791","tr_customer_id":158808,"tr_customer_product_id":158798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:41:15.000Z","modified_at":"2026-01-17T14:41:15.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"15220041826155","imei1":"15220041826155","imei2":"15220041826155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158793,"job_number":"JOB_158793","tr_customer_id":158810,"tr_customer_product_id":158800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:41:16.000Z","modified_at":"2026-01-17T14:41:16.000Z","name":"Lessie Renner","mobile_number":"642-357-3670","email_id":"Eulah.Macejkovic@gmail.com","dop":"2025-04-06","serial_number":"12361398408839692","imei1":"12361398408839692","imei2":"12361398408839692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:41:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158794,"job_number":"JOB_158794","tr_customer_id":158811,"tr_customer_product_id":158801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:41:58.000Z","modified_at":"2026-01-17T14:41:58.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"17386770159543","imei1":"17386770159543","imei2":"17386770159543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158796,"job_number":"JOB_158796","tr_customer_id":158813,"tr_customer_product_id":158803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:42:00.000Z","modified_at":"2026-01-17T14:42:00.000Z","name":"Myriam Abshire","mobile_number":"424-332-1005","email_id":"Joe_Cummerata@yahoo.com","dop":"2025-04-06","serial_number":"18576273987072096","imei1":"18576273987072096","imei2":"18576273987072096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158797,"job_number":"JOB_158797","tr_customer_id":158814,"tr_customer_product_id":158804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T15:38:14.000Z","modified_at":"2026-01-17T15:38:14.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"108969619705695","imei1":"108969619705695","imei2":"108969619705695","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T15:38:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158799,"job_number":"JOB_158799","tr_customer_id":158816,"tr_customer_product_id":158806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T15:38:26.000Z","modified_at":"2026-01-17T15:38:26.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"107085886326638","imei1":"107085886326638","imei2":"107085886326638","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T15:38:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158801,"job_number":"JOB_158801","tr_customer_id":158818,"tr_customer_product_id":158808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T15:40:42.000Z","modified_at":"2026-01-17T15:40:42.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2026-01-17","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2026-01-17T15:40:41.471Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T15:40:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158802,"job_number":"JOB_158802","tr_customer_id":158819,"tr_customer_product_id":158809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:05:06.000Z","modified_at":"2026-01-17T16:05:06.000Z","name":"Rachel Rach","mobile_number":"8983120267","email_id":"spkrishu2003@gmail.com","dop":"2025-11-10","serial_number":"35678901234699","imei1":"356789012345819","imei2":"356789012345819","popurl":"2025-11-10T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158803,"job_number":"JOB_158803","tr_customer_id":158820,"tr_customer_product_id":158810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:12:57.000Z","modified_at":"2026-01-17T16:12:57.000Z","name":"Elisha Pacocha","mobile_number":"985-455-0519","email_id":"Krystina.Greenholt95@gmail.com","dop":"2025-07-21","serial_number":"100536559568609","imei1":"100536559568609","imei2":"100536559568609","popurl":"2025-07-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:12:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158816,"job_number":"JOB_158816","tr_customer_id":158833,"tr_customer_product_id":158823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:45:28.000Z","modified_at":"2026-01-17T16:45:28.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-07","serial_number":"19920302984769","imei1":"19920302984769","imei2":"19920302984769","popurl":"2026-01-07T16:45:27.765916191Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:45:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158818,"job_number":"JOB_158818","tr_customer_id":158835,"tr_customer_product_id":158825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:47:48.000Z","modified_at":"2026-01-17T16:47:48.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2026-01-07","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2026-01-07T16:47:47.636450270Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158838,"job_number":"JOB_158838","tr_customer_id":158855,"tr_customer_product_id":158845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:35:41.000Z","modified_at":"2026-01-17T17:35:41.000Z","name":"Sydni McLaughlin","mobile_number":"285-859-2640","email_id":"Lilla_Rolfson88@gmail.com","dop":"2025-12-31","serial_number":"107829470080426","imei1":"107829470080426","imei2":"107829470080426","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158840,"job_number":"JOB_158840","tr_customer_id":158857,"tr_customer_product_id":158847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:37:27.000Z","modified_at":"2026-01-17T17:37:27.000Z","name":"Jatin Sharma","mobile_number":"8806144202","email_id":"sonawaneomprakash222@gmail.com","dop":"2026-01-17","serial_number":"22138664331392","imei1":"22138664331392","imei2":"22138664331392","popurl":"2026-01-17T17:37:24.242Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:37:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158844,"job_number":"JOB_158844","tr_customer_id":158861,"tr_customer_product_id":158851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:41:03.000Z","modified_at":"2026-01-17T17:41:03.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2026-01-07","serial_number":"5444598687484620","imei1":"5444598687484620","imei2":"5444598687484620","popurl":"2026-01-07T17:41:02.990385637Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158845,"job_number":"JOB_158845","tr_customer_id":158862,"tr_customer_product_id":158852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:41:04.000Z","modified_at":"2026-01-17T17:41:04.000Z","name":"Anandamayi Kaniyar","mobile_number":"7090650105","email_id":"chandraayan.embranthiri@gmail.com","dop":"2026-01-07","serial_number":"667494458187647","imei1":"667494458187647","imei2":"667494458187647","popurl":"www.bhasvan-joshi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:41:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158846,"job_number":"JOB_158846","tr_customer_id":158863,"tr_customer_product_id":158853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:41:12.000Z","modified_at":"2026-01-17T17:41:12.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2026-01-07","serial_number":"5450598687484124","imei1":"5450598687484124","imei2":"5450598687484124","popurl":"2026-01-07T17:41:11.492836474Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:41:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158847,"job_number":"JOB_158847","tr_customer_id":158864,"tr_customer_product_id":158854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:41:21.000Z","modified_at":"2026-01-17T17:41:21.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2026-01-07","serial_number":"5449698687484024","imei1":"5449698687484024","imei2":"5449698687484024","popurl":"2026-01-07T17:41:20.422666856Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158848,"job_number":"JOB_158848","tr_customer_id":158865,"tr_customer_product_id":158855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:43:17.000Z","modified_at":"2026-01-17T17:43:17.000Z","name":"Kaus Das","mobile_number":"7686923755","email_id":"kstvds@gmail.com","dop":"2026-01-07","serial_number":"96548404198211","imei1":"96548404198211","imei2":"96548404198211","popurl":"2026-01-07T17:43:17.424061663Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158849,"job_number":"JOB_158849","tr_customer_id":158866,"tr_customer_product_id":158856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:44:59.000Z","modified_at":"2026-01-17T17:44:59.000Z","name":"Magali Medhurst","mobile_number":"945-636-9842","email_id":"Ruby_Rodriguez97@gmail.com","dop":"2025-12-31","serial_number":"107864519160931","imei1":"107864519160931","imei2":"107864519160931","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:44:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158850,"job_number":"JOB_158850","tr_customer_id":158867,"tr_customer_product_id":158857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:48:00.000Z","modified_at":"2026-01-17T17:48:00.000Z","name":"Tomas Torphy","mobile_number":"448-472-4310","email_id":"Emmalee_Prohaska@gmail.com","dop":"2025-12-31","serial_number":"106983881415341","imei1":"106983881415341","imei2":"106983881415341","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158851,"job_number":"JOB_158851","tr_customer_id":158868,"tr_customer_product_id":158858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:54:38.000Z","modified_at":"2026-01-17T17:54:38.000Z","name":"Rounit Sharma","mobile_number":"7000298282","email_id":"rounitsharma@gmail.com","dop":"2026-01-07","serial_number":"66269747447007","imei1":"66269747447007","imei2":"66269747447007","popurl":"2026-01-07T17:54:37.201416341Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158853,"job_number":"JOB_158853","tr_customer_id":158870,"tr_customer_product_id":158860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:55:55.000Z","modified_at":"2026-01-17T17:55:55.000Z","name":"Clay Wuckert","mobile_number":"201-942-5666","email_id":"Camilla65@hotmail.com","dop":"2025-12-31","serial_number":"100546821712279","imei1":"100546821712279","imei2":"100546821712279","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158854,"job_number":"JOB_158854","tr_customer_id":158871,"tr_customer_product_id":158861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:56:09.000Z","modified_at":"2026-01-17T17:56:09.000Z","name":"Rosanna Jakubowski","mobile_number":"307-790-2919","email_id":"Zelma_Bednar@gmail.com","dop":"2025-12-31","serial_number":"100897519233261","imei1":"100897519233261","imei2":"100897519233261","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158855,"job_number":"JOB_158855","tr_customer_id":158872,"tr_customer_product_id":158862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:57:15.000Z","modified_at":"2026-01-17T17:57:15.000Z","name":"Axel Zemlak","mobile_number":"900-546-5320","email_id":"Gavin_Rempel@hotmail.com","dop":"2025-12-31","serial_number":"105548325115767","imei1":"105548325115767","imei2":"105548325115767","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158856,"job_number":"JOB_158856","tr_customer_id":158873,"tr_customer_product_id":158863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:58:36.000Z","modified_at":"2026-01-17T17:58:36.000Z","name":"Walton Graham","mobile_number":"883-622-9226","email_id":"Hiram71@hotmail.com","dop":"2025-12-31","serial_number":"101113110502636","imei1":"101113110502636","imei2":"101113110502636","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:58:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158860,"job_number":"JOB_158860","tr_customer_id":158877,"tr_customer_product_id":158867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:07:23.000Z","modified_at":"2026-01-17T18:07:23.000Z","name":"Jazmyn Kuhn","mobile_number":"855-841-3078","email_id":"Gay70@gmail.com","dop":"2025-12-31","serial_number":"109254707888755","imei1":"109254707888755","imei2":"109254707888755","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:07:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158864,"job_number":"JOB_158864","tr_customer_id":158881,"tr_customer_product_id":158871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:17:31.000Z","modified_at":"2026-01-17T18:17:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12460413964459","imei1":"12460413964459","imei2":"12460413964459","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158866,"job_number":"JOB_158866","tr_customer_id":158883,"tr_customer_product_id":158873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:17:33.000Z","modified_at":"2026-01-17T18:17:33.000Z","name":"Josiah Parker","mobile_number":"896-613-9500","email_id":"Meta.Effertz@yahoo.com","dop":"2025-04-06","serial_number":"11441597202623780","imei1":"11441597202623780","imei2":"11441597202623780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:17:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158867,"job_number":"JOB_158867","tr_customer_id":158884,"tr_customer_product_id":158874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:18:14.000Z","modified_at":"2026-01-17T18:18:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15624402980079","imei1":"15624402980079","imei2":"15624402980079","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:18:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158869,"job_number":"JOB_158869","tr_customer_id":158886,"tr_customer_product_id":158876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:18:15.000Z","modified_at":"2026-01-17T18:18:15.000Z","name":"Guillermo Wisozk","mobile_number":"382-870-9965","email_id":"Maye.Emmerich93@hotmail.com","dop":"2025-04-06","serial_number":"10526192118383702","imei1":"10526192118383702","imei2":"10526192118383702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:18:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158870,"job_number":"JOB_158870","tr_customer_id":158887,"tr_customer_product_id":158877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:18:56.000Z","modified_at":"2026-01-17T18:18:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12323914585832","imei1":"12323914585832","imei2":"12323914585832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158872,"job_number":"JOB_158872","tr_customer_id":158889,"tr_customer_product_id":158879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:18:57.000Z","modified_at":"2026-01-17T18:18:57.000Z","name":"Walton O'Connell","mobile_number":"532-496-0095","email_id":"Keanu.Kulas34@yahoo.com","dop":"2025-04-06","serial_number":"17564160745905328","imei1":"17564160745905328","imei2":"17564160745905328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:18:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158877,"job_number":"JOB_158877","tr_customer_id":158894,"tr_customer_product_id":158884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:33:43.000Z","modified_at":"2026-01-17T18:33:43.000Z","name":"Nadia Cormier","mobile_number":"331-562-6520","email_id":"Maximo.Jakubowski@gmail.com","dop":"2025-12-31","serial_number":"102874650844872","imei1":"102874650844872","imei2":"102874650844872","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158878,"job_number":"JOB_158878","tr_customer_id":158895,"tr_customer_product_id":158885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:48:41.000Z","modified_at":"2026-01-17T18:48:41.000Z","name":"karthik D","mobile_number":"0987654321","email_id":"krthiksantosh@gmail.com","dop":"2026-01-07","serial_number":"87061348153532","imei1":"87061348153532","imei2":"87061348153532","popurl":"2026-01-07T18:48:41.020980882Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158879,"job_number":"JOB_158879","tr_customer_id":158896,"tr_customer_product_id":158886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:50:13.000Z","modified_at":"2026-01-17T18:50:13.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-07","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2026-01-07T18:50:13.216365870Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158880,"job_number":"JOB_158880","tr_customer_id":158897,"tr_customer_product_id":158887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:50:14.000Z","modified_at":"2026-01-17T18:50:14.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-07","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2026-01-07T18:50:13.780046206Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158881,"job_number":"JOB_158881","tr_customer_id":158898,"tr_customer_product_id":158888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:50:25.000Z","modified_at":"2026-01-17T18:50:25.000Z","name":"Anant Kinlekar","mobile_number":"7995924124","email_id":"anantkinlekar18@gmail.com","dop":"2026-01-16","serial_number":"23842930780876","imei1":"23842930780876","imei2":"23842930780876","popurl":"2026-01-16T18:50:25.495403419Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158882,"job_number":"JOB_158882","tr_customer_id":158899,"tr_customer_product_id":158889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:51:09.000Z","modified_at":"2026-01-17T18:51:09.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-07","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-07T18:51:09.480672557Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:51:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158883,"job_number":"JOB_158883","tr_customer_id":158900,"tr_customer_product_id":158890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:51:20.000Z","modified_at":"2026-01-17T18:51:20.000Z","name":"Gobinda Gandhi","mobile_number":"7056695810","email_id":"ekaaksh.shukla@gmail.com","dop":"2026-01-07","serial_number":"302489237354633","imei1":"302489237354633","imei2":"302489237354633","popurl":"www.anil-dutta.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158884,"job_number":"JOB_158884","tr_customer_id":158901,"tr_customer_product_id":158891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:51:28.000Z","modified_at":"2026-01-17T18:51:28.000Z","name":"rahul ssharma","mobile_number":"123456789012","email_id":"rahul@yopmail.com","dop":"2026-01-12","serial_number":"SN243422733055","imei1":"356789072245378","imei2":"333785579225679","popurl":"2026-01-12T18:51:27.897654996Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158885,"job_number":"JOB_158885","tr_customer_id":158902,"tr_customer_product_id":158892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:56:10.000Z","modified_at":"2026-01-17T18:56:10.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"12345678901234","imei1":"12345678901234","imei2":"12345678901234","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158887,"job_number":"JOB_158887","tr_customer_id":158904,"tr_customer_product_id":158894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:01:52.000Z","modified_at":"2026-01-17T19:01:52.000Z","name":"Dereck Sauer","mobile_number":"413-702-0845","email_id":"Alexandrea.Stroman22@gmail.com","dop":"2025-04-13","serial_number":"1018010739317995","imei1":"1018010739317995","imei2":"1018010739317995","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:01:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158888,"job_number":"JOB_158888","tr_customer_id":158905,"tr_customer_product_id":158895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:04:04.000Z","modified_at":"2026-01-17T19:04:04.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"12345678901234","imei1":"445454545454545","imei2":"878787878787878","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:04:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158890,"job_number":"JOB_158890","tr_customer_id":158907,"tr_customer_product_id":158897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:07:38.000Z","modified_at":"2026-01-17T19:07:38.000Z","name":"Abe Collins","mobile_number":"604-373-0274","email_id":"Rosemarie_Deckow80@yahoo.com","dop":"2025-04-13","serial_number":"1039132638657543","imei1":"1039132638657543","imei2":"1039132638657543","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:07:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158892,"job_number":"JOB_158892","tr_customer_id":158909,"tr_customer_product_id":158899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:24:08.000Z","modified_at":"2026-01-17T19:24:08.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"18556613932791","imei1":"18556613932791","imei2":"18556613932791","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:24:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158894,"job_number":"JOB_158894","tr_customer_id":158911,"tr_customer_product_id":158901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:27:12.000Z","modified_at":"2026-01-17T19:27:12.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"23481924202418","imei1":"23481924202418","imei2":"23481924202418","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158895,"job_number":"JOB_158895","tr_customer_id":158912,"tr_customer_product_id":158902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:36:49.000Z","modified_at":"2026-01-17T19:36:49.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2026-01-07","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2026-01-07T19:36:49.080803022Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:36:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158896,"job_number":"JOB_158896","tr_customer_id":158913,"tr_customer_product_id":158903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:22:09.000Z","modified_at":"2026-01-17T20:22:09.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"79352333685862","imei1":"79352333685862","imei2":"79352333685862","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:22:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158897,"job_number":"JOB_158897","tr_customer_id":158914,"tr_customer_product_id":158904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:27:40.000Z","modified_at":"2026-01-17T20:27:40.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"54255422144910","imei1":"54255422144910","imei2":"54255422144910","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158898,"job_number":"JOB_158898","tr_customer_id":158915,"tr_customer_product_id":158905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:29:12.000Z","modified_at":"2026-01-17T20:29:12.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"38214084920646","imei1":"38214084920646","imei2":"38214084920646","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:29:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158899,"job_number":"JOB_158899","tr_customer_id":158916,"tr_customer_product_id":158906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:42:51.000Z","modified_at":"2026-01-17T20:42:51.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"61144839786044","imei1":"61144839786044","imei2":"61144839786044","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158900,"job_number":"JOB_158900","tr_customer_id":158917,"tr_customer_product_id":158907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:52:36.000Z","modified_at":"2026-01-17T20:52:36.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"59537308514025","imei1":"59537308514025","imei2":"59537308514025","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:52:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158901,"job_number":"JOB_158901","tr_customer_id":158918,"tr_customer_product_id":158908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:54:15.000Z","modified_at":"2026-01-17T20:54:15.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"13131561780689","imei1":"13131561780689","imei2":"13131561780689","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158902,"job_number":"JOB_158902","tr_customer_id":158919,"tr_customer_product_id":158909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:56:37.000Z","modified_at":"2026-01-17T20:56:37.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"59441625477344","imei1":"59441625477344","imei2":"59441625477344","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:56:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158904,"job_number":"JOB_158904","tr_customer_id":158921,"tr_customer_product_id":158911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:04:43.000Z","modified_at":"2026-01-17T21:04:43.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"56827355984425","imei1":"56827355984425","imei2":"56827355984425","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:04:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158906,"job_number":"JOB_158906","tr_customer_id":158923,"tr_customer_product_id":158913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:37:04.000Z","modified_at":"2026-01-17T21:37:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11221658789255","imei1":"11221658789255","imei2":"11221658789255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158908,"job_number":"JOB_158908","tr_customer_id":158925,"tr_customer_product_id":158915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:37:06.000Z","modified_at":"2026-01-17T21:37:06.000Z","name":"Kay Homenick","mobile_number":"779-716-4828","email_id":"Natasha_Grant@yahoo.com","dop":"2025-04-06","serial_number":"15925953190833172","imei1":"15925953190833172","imei2":"15925953190833172","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:37:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158909,"job_number":"JOB_158909","tr_customer_id":158926,"tr_customer_product_id":158916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:37:46.000Z","modified_at":"2026-01-17T21:37:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10360640839954","imei1":"10360640839954","imei2":"10360640839954","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158911,"job_number":"JOB_158911","tr_customer_id":158928,"tr_customer_product_id":158918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:37:47.000Z","modified_at":"2026-01-17T21:37:47.000Z","name":"Lelah Legros","mobile_number":"521-333-1969","email_id":"Karolann.Fadel@gmail.com","dop":"2025-04-06","serial_number":"19741420902928084","imei1":"19741420902928084","imei2":"19741420902928084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158912,"job_number":"JOB_158912","tr_customer_id":158929,"tr_customer_product_id":158919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:38:27.000Z","modified_at":"2026-01-17T21:38:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10341473024002","imei1":"10341473024002","imei2":"10341473024002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:38:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158914,"job_number":"JOB_158914","tr_customer_id":158931,"tr_customer_product_id":158921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:38:29.000Z","modified_at":"2026-01-17T21:38:29.000Z","name":"Ralph Will","mobile_number":"765-362-0115","email_id":"Piper.Nader24@yahoo.com","dop":"2025-04-06","serial_number":"15884554648619132","imei1":"15884554648619132","imei2":"15884554648619132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:38:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158915,"job_number":"JOB_158915","tr_customer_id":158932,"tr_customer_product_id":158922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T23:37:31.000Z","modified_at":"2026-01-17T23:37:31.000Z","name":"Inder Gowda","mobile_number":"7022291421","email_id":"shivakari.kaniyar@hotmail.com","dop":"2026-01-07","serial_number":"700604956735204","imei1":"700604956735204","imei2":"700604956735204","popurl":"www.lai-banerjee.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T23:37:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158916,"job_number":"JOB_158916","tr_customer_id":158933,"tr_customer_product_id":158923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:00:48.000Z","modified_at":"2026-01-18T02:00:48.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-01-08","serial_number":"29999999999999","imei1":"29999999999999","imei2":"29999999999999","popurl":"2026-01-08T02:00:40.251667Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158917,"job_number":"JOB_158917","tr_customer_id":158934,"tr_customer_product_id":158924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:33:55.000Z","modified_at":"2026-01-18T02:33:55.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-01-08","serial_number":"19999999999999","imei1":"19999999999999","imei2":"19999999999999","popurl":"2026-01-08T02:33:42.441168200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:33:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158918,"job_number":"JOB_158918","tr_customer_id":158935,"tr_customer_product_id":158925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:41:53.000Z","modified_at":"2026-01-18T02:41:53.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19129912921717","imei2":"19129912921717","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158923,"job_number":"JOB_158923","tr_customer_id":158940,"tr_customer_product_id":158930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:05:39.000Z","modified_at":"2026-01-18T03:05:39.000Z","name":"Ramesh Kaginakar","mobile_number":"1234567890","email_id":"abc@gmail.com","dop":"2025-12-10","serial_number":"12345678901234","imei1":"12345678904321","imei2":"12345678904321","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:05:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158927,"job_number":"JOB_158927","tr_customer_id":158944,"tr_customer_product_id":158934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:19:29.000Z","modified_at":"2026-01-18T03:19:29.000Z","name":"Keely McClure","mobile_number":"713-588-6401","email_id":"Robb26@gmail.com","dop":"2025-04-06","serial_number":"11137628988002394","imei1":"11137628988002394","imei2":"11137628988002394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:19:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158929,"job_number":"JOB_158929","tr_customer_id":158946,"tr_customer_product_id":158936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:20:09.000Z","modified_at":"2026-01-18T03:20:09.000Z","name":"Herman Dibbert","mobile_number":"982-464-6653","email_id":"Rebeca_Stroman57@hotmail.com","dop":"2025-04-06","serial_number":"19297471529311456","imei1":"19297471529311456","imei2":"19297471529311456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:20:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158931,"job_number":"JOB_158931","tr_customer_id":158948,"tr_customer_product_id":158938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:20:48.000Z","modified_at":"2026-01-18T03:20:48.000Z","name":"George Hammes","mobile_number":"907-586-1027","email_id":"Cesar30@hotmail.com","dop":"2025-04-06","serial_number":"11361496884842766","imei1":"11361496884842766","imei2":"11361496884842766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158936,"job_number":"JOB_158936","tr_customer_id":158953,"tr_customer_product_id":158943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:52.000Z","modified_at":"2026-01-18T03:29:52.000Z","name":"Joe Hessel","mobile_number":"458-269-8906","email_id":"Adella.Lemke41@gmail.com","dop":"2025-04-06","serial_number":"12635739580037282","imei1":"12635739580037282","imei2":"12635739580037282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:29:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158938,"job_number":"JOB_158938","tr_customer_id":158955,"tr_customer_product_id":158945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:31:52.000Z","modified_at":"2026-01-18T03:31:52.000Z","name":"Abdul McGlynn","mobile_number":"656-767-9004","email_id":"Haylie.Gutmann@gmail.com","dop":"2025-04-06","serial_number":"17165963744461898","imei1":"17165963744461898","imei2":"17165963744461898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158940,"job_number":"JOB_158940","tr_customer_id":158957,"tr_customer_product_id":158947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:32:33.000Z","modified_at":"2026-01-18T03:32:33.000Z","name":"Anthony Raynor","mobile_number":"310-969-3183","email_id":"Adolphus63@yahoo.com","dop":"2025-04-06","serial_number":"11063265594084526","imei1":"11063265594084526","imei2":"11063265594084526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:32:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158942,"job_number":"JOB_158942","tr_customer_id":158959,"tr_customer_product_id":158949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:33:13.000Z","modified_at":"2026-01-18T03:33:13.000Z","name":"Trisha Jenkins","mobile_number":"338-952-8303","email_id":"Kenny7@hotmail.com","dop":"2025-04-06","serial_number":"14815744507965088","imei1":"14815744507965088","imei2":"14815744507965088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158945,"job_number":"JOB_158945","tr_customer_id":158962,"tr_customer_product_id":158952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:38.000Z","modified_at":"2026-01-18T03:54:38.000Z","name":"Leo Roberts","mobile_number":"427-909-4416","email_id":"Hollie_Lesch59@hotmail.com","dop":"2025-04-06","serial_number":"14843669307024184","imei1":"14843669307024184","imei2":"14843669307024184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158946,"job_number":"JOB_158946","tr_customer_id":158963,"tr_customer_product_id":158953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:43.000Z","modified_at":"2026-01-18T03:54:43.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19467896628386","imei1":"19467896628386","imei2":"19467896628386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158948,"job_number":"JOB_158948","tr_customer_id":158965,"tr_customer_product_id":158955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:45.000Z","modified_at":"2026-01-18T03:54:45.000Z","name":"Raphaelle Jakubowski","mobile_number":"369-281-4565","email_id":"Norval_OConnell@yahoo.com","dop":"2025-04-06","serial_number":"19521574363139290","imei1":"19521574363139290","imei2":"19521574363139290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158949,"job_number":"JOB_158949","tr_customer_id":158966,"tr_customer_product_id":158956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:48.000Z","modified_at":"2026-01-18T03:54:48.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10214544928347","imei1":"10214544928347","imei2":"10214544928347","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158952,"job_number":"JOB_158952","tr_customer_id":158969,"tr_customer_product_id":158959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:49.000Z","modified_at":"2026-01-18T03:54:49.000Z","name":"Jamar Sawayn","mobile_number":"336-812-0351","email_id":"Letha30@yahoo.com","dop":"2025-06-18","serial_number":"1065809770831836","imei1":"1065809770831836","imei2":"1065809770831836","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158954,"job_number":"JOB_158954","tr_customer_id":158971,"tr_customer_product_id":158961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:50.000Z","modified_at":"2026-01-18T03:54:50.000Z","name":"Lelia Heathcote","mobile_number":"684-439-7088","email_id":"Rodger_Mann2@yahoo.com","dop":"2025-04-06","serial_number":"12902963426862238","imei1":"12902963426862238","imei2":"12902963426862238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158956,"job_number":"JOB_158956","tr_customer_id":158973,"tr_customer_product_id":158963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:55.000Z","modified_at":"2026-01-18T03:54:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12941198745591","imei1":"12941198745591","imei2":"12941198745591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158958,"job_number":"JOB_158958","tr_customer_id":158975,"tr_customer_product_id":158965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:56.000Z","modified_at":"2026-01-18T03:54:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15813258484257","imei1":"15813258484257","imei2":"15813258484257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158959,"job_number":"JOB_158959","tr_customer_id":158976,"tr_customer_product_id":158966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:56.000Z","modified_at":"2026-01-18T03:54:56.000Z","name":"Tre Herman","mobile_number":"750-543-4835","email_id":"Jaylin.Altenwerth@gmail.com","dop":"2025-04-06","serial_number":"15870756819729366","imei1":"15870756819729366","imei2":"15870756819729366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158962,"job_number":"JOB_158962","tr_customer_id":158979,"tr_customer_product_id":158969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:58.000Z","modified_at":"2026-01-18T03:54:58.000Z","name":"Julianne Rice","mobile_number":"365-250-5337","email_id":"Fiona29@gmail.com","dop":"2025-04-06","serial_number":"10262880116894436","imei1":"10262880116894436","imei2":"10262880116894436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158963,"job_number":"JOB_158963","tr_customer_id":158980,"tr_customer_product_id":158970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:58.000Z","modified_at":"2026-01-18T03:54:58.000Z","name":"Madison Littel","mobile_number":"856-908-8463","email_id":"Roxane_Johns@gmail.com","dop":"2025-04-06","serial_number":"16505961427935728","imei1":"16505961427935728","imei2":"16505961427935728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158964,"job_number":"JOB_158964","tr_customer_id":158981,"tr_customer_product_id":158971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:04.000Z","modified_at":"2026-01-18T03:55:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12982843008180","imei1":"12982843008180","imei2":"12982843008180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158966,"job_number":"JOB_158966","tr_customer_id":158983,"tr_customer_product_id":158973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:06.000Z","modified_at":"2026-01-18T03:55:06.000Z","name":"Karley Waters","mobile_number":"824-557-6543","email_id":"Ansley.McCullough81@hotmail.com","dop":"2025-04-06","serial_number":"17452596135726440","imei1":"17452596135726440","imei2":"17452596135726440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158968,"job_number":"JOB_158968","tr_customer_id":158985,"tr_customer_product_id":158975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:09.000Z","modified_at":"2026-01-18T03:55:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15647707394584","imei1":"15647707394584","imei2":"15647707394584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158969,"job_number":"JOB_158969","tr_customer_id":158986,"tr_customer_product_id":158976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:09.000Z","modified_at":"2026-01-18T03:55:09.000Z","name":"Lora Windler","mobile_number":"553-513-0940","email_id":"Newton80@yahoo.com","dop":"2025-04-06","serial_number":"19480817933707828","imei1":"19480817933707828","imei2":"19480817933707828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158971,"job_number":"JOB_158971","tr_customer_id":158988,"tr_customer_product_id":158978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:11.000Z","modified_at":"2026-01-18T03:55:11.000Z","name":"Chasity Boyle","mobile_number":"756-574-8585","email_id":"Devonte.Nicolas81@yahoo.com","dop":"2025-04-06","serial_number":"16484302338758824","imei1":"16484302338758824","imei2":"16484302338758824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158973,"job_number":"JOB_158973","tr_customer_id":158990,"tr_customer_product_id":158980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:18.000Z","modified_at":"2026-01-18T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19562063164321","imei1":"19562063164321","imei2":"19562063164321","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158975,"job_number":"JOB_158975","tr_customer_id":158992,"tr_customer_product_id":158982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:19.000Z","modified_at":"2026-01-18T03:55:19.000Z","name":"Brenden Bode","mobile_number":"452-649-9554","email_id":"Vito.Nader@gmail.com","dop":"2025-04-06","serial_number":"15023106193194922","imei1":"15023106193194922","imei2":"15023106193194922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158976,"job_number":"JOB_158976","tr_customer_id":158993,"tr_customer_product_id":158983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:26.000Z","modified_at":"2026-01-18T03:55:26.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15933689174517","imei1":"15933689174517","imei2":"15933689174517","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158977,"job_number":"JOB_158977","tr_customer_id":158994,"tr_customer_product_id":158984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:26.000Z","modified_at":"2026-01-18T03:55:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10202317918806","imei1":"10202317918806","imei2":"10202317918806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158978,"job_number":"JOB_158978","tr_customer_id":158995,"tr_customer_product_id":158985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:26.000Z","modified_at":"2026-01-18T03:55:26.000Z","name":"Gretchen Predovic","mobile_number":"802-810-1082","email_id":"Isabella3@gmail.com","dop":"2025-09-16","serial_number":"11492863918657","imei1":"11492863918657","imei2":"11492863918657","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158980,"job_number":"JOB_158980","tr_customer_id":158997,"tr_customer_product_id":158987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:27.000Z","modified_at":"2026-01-18T03:55:27.000Z","name":"Crystel Torphy","mobile_number":"691-560-0227","email_id":"Eleazar84@yahoo.com","dop":"2025-04-06","serial_number":"11303065096421912","imei1":"11303065096421912","imei2":"11303065096421912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158982,"job_number":"JOB_158982","tr_customer_id":158999,"tr_customer_product_id":158989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:31.000Z","modified_at":"2026-01-18T03:55:31.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10819982152359","imei1":"10819982152359","imei2":"10819982152359","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158983,"job_number":"JOB_158983","tr_customer_id":159000,"tr_customer_product_id":158990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:31.000Z","modified_at":"2026-01-18T03:55:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18896905771448","imei1":"18896905771448","imei2":"18896905771448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158986,"job_number":"JOB_158986","tr_customer_id":159003,"tr_customer_product_id":158993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:32.000Z","modified_at":"2026-01-18T03:55:32.000Z","name":"Jalon West","mobile_number":"723-382-9398","email_id":"Jadon35@gmail.com","dop":"2025-06-18","serial_number":"1028285053662513","imei1":"1028285053662513","imei2":"1028285053662513","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158987,"job_number":"JOB_158987","tr_customer_id":159004,"tr_customer_product_id":158994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:33.000Z","modified_at":"2026-01-18T03:55:33.000Z","name":"Izaiah Connelly","mobile_number":"768-354-9653","email_id":"Patsy_Kuphal@gmail.com","dop":"2025-04-06","serial_number":"11630098966251164","imei1":"11630098966251164","imei2":"11630098966251164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158988,"job_number":"JOB_158988","tr_customer_id":159005,"tr_customer_product_id":158995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:37.000Z","modified_at":"2026-01-18T03:55:37.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10681521250943","imei1":"10681521250943","imei2":"10681521250943","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158989,"job_number":"JOB_158989","tr_customer_id":159006,"tr_customer_product_id":158996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:37.000Z","modified_at":"2026-01-18T03:55:37.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16893023065587","imei1":"16893023065587","imei2":"16893023065587","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158992,"job_number":"JOB_158992","tr_customer_id":159009,"tr_customer_product_id":158999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:38.000Z","modified_at":"2026-01-18T03:55:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12017734977634","imei1":"12017734977634","imei2":"12017734977634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158994,"job_number":"JOB_158994","tr_customer_id":159011,"tr_customer_product_id":159001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"Jennyfer Gorczany","mobile_number":"535-543-7055","email_id":"Prudence.Kunde91@hotmail.com","dop":"2000-01-31","serial_number":"1057844716225154","imei1":"1057844716225154","imei2":"1057844716225154","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158995,"job_number":"JOB_158995","tr_customer_id":159012,"tr_customer_product_id":159002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"Eleazar Bahringer","mobile_number":"366-679-0783","email_id":"Rossie_Marquardt75@hotmail.com","dop":"2025-04-06","serial_number":"18869410839404170","imei1":"18869410839404170","imei2":"18869410839404170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158997,"job_number":"JOB_158997","tr_customer_id":159014,"tr_customer_product_id":159004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14783569223357","imei1":"14783569223357","imei2":"14783569223357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158998,"job_number":"JOB_158998","tr_customer_id":159015,"tr_customer_product_id":159005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14713386190208","imei1":"14713386190208","imei2":"14713386190208","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159000,"job_number":"JOB_159000","tr_customer_id":159017,"tr_customer_product_id":159007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:40.000Z","modified_at":"2026-01-18T03:55:40.000Z","name":"Holly McCullough","mobile_number":"287-399-4716","email_id":"Philip.Predovic@hotmail.com","dop":"2025-04-06","serial_number":"14214903449128246","imei1":"14214903449128246","imei2":"14214903449128246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159003,"job_number":"JOB_159003","tr_customer_id":159020,"tr_customer_product_id":159010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:41.000Z","modified_at":"2026-01-18T03:55:41.000Z","name":"Fannie Gerlach","mobile_number":"622-417-3175","email_id":"Assunta.Gibson@gmail.com","dop":"2025-04-06","serial_number":"11678772436690096","imei1":"11678772436690096","imei2":"11678772436690096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159004,"job_number":"JOB_159004","tr_customer_id":159021,"tr_customer_product_id":159011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:41.000Z","modified_at":"2026-01-18T03:55:41.000Z","name":"Darian Bernhard","mobile_number":"315-893-0028","email_id":"Shakira.Gottlieb@yahoo.com","dop":"2025-04-06","serial_number":"11900177431020654","imei1":"11900177431020654","imei2":"11900177431020654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159005,"job_number":"JOB_159005","tr_customer_id":159022,"tr_customer_product_id":159012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:42.000Z","modified_at":"2026-01-18T03:55:42.000Z","name":"Mylene Huel","mobile_number":"893-426-0425","email_id":"Kyla_Dicki2@yahoo.com","dop":"2025-04-06","serial_number":"15161267425462172","imei1":"15161267425462172","imei2":"15161267425462172","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159006,"job_number":"JOB_159006","tr_customer_id":159023,"tr_customer_product_id":159013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:44.000Z","modified_at":"2026-01-18T03:55:44.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"16508946544604","imei1":"16508946544604","imei2":"16508946544604","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159007,"job_number":"JOB_159007","tr_customer_id":159024,"tr_customer_product_id":159014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:45.000Z","modified_at":"2026-01-18T03:55:45.000Z","name":"Aubree Buckridge","mobile_number":"380-656-6822","email_id":"Desiree60@yahoo.com","dop":"2025-09-16","serial_number":"19132359283120","imei1":"19132359283120","imei2":"19132359283120","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159008,"job_number":"JOB_159008","tr_customer_id":159025,"tr_customer_product_id":159015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:47.000Z","modified_at":"2026-01-18T03:55:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16056272428869","imei1":"16056272428869","imei2":"16056272428869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159010,"job_number":"JOB_159010","tr_customer_id":159027,"tr_customer_product_id":159017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:48.000Z","modified_at":"2026-01-18T03:55:48.000Z","name":"Mabelle Homenick","mobile_number":"583-467-8699","email_id":"Makayla66@gmail.com","dop":"2025-04-06","serial_number":"10276156837697780","imei1":"10276156837697780","imei2":"10276156837697780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159012,"job_number":"JOB_159012","tr_customer_id":159029,"tr_customer_product_id":159019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:51.000Z","modified_at":"2026-01-18T03:55:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14819228525478","imei1":"14819228525478","imei2":"14819228525478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159017,"job_number":"JOB_159017","tr_customer_id":159034,"tr_customer_product_id":159024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:53.000Z","modified_at":"2026-01-18T03:55:53.000Z","name":"Ayla Hartmann","mobile_number":"325-323-1251","email_id":"Judd71@hotmail.com","dop":"2025-04-06","serial_number":"12725804605654084","imei1":"12725804605654084","imei2":"12725804605654084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159019,"job_number":"JOB_159019","tr_customer_id":159036,"tr_customer_product_id":159026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:56.000Z","modified_at":"2026-01-18T03:55:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16204717254730","imei1":"16204717254730","imei2":"16204717254730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159021,"job_number":"JOB_159021","tr_customer_id":159038,"tr_customer_product_id":159028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:57.000Z","modified_at":"2026-01-18T03:55:57.000Z","name":"Gage O'Reilly","mobile_number":"486-722-9533","email_id":"Estelle_Gulgowski@hotmail.com","dop":"2025-04-06","serial_number":"19022593321130664","imei1":"19022593321130664","imei2":"19022593321130664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159022,"job_number":"JOB_159022","tr_customer_id":159039,"tr_customer_product_id":159029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:00.000Z","modified_at":"2026-01-18T03:56:00.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16181220054794","imei1":"16181220054794","imei2":"16181220054794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159025,"job_number":"JOB_159025","tr_customer_id":159042,"tr_customer_product_id":159032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:02.000Z","modified_at":"2026-01-18T03:56:02.000Z","name":"Gregorio Powlowski","mobile_number":"773-203-0079","email_id":"Dee_Robel@yahoo.com","dop":"2025-04-06","serial_number":"13917303328041124","imei1":"13917303328041124","imei2":"13917303328041124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159028,"job_number":"JOB_159028","tr_customer_id":159045,"tr_customer_product_id":159035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:03.000Z","modified_at":"2026-01-18T03:56:03.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13079418795528","imei1":"13079418795528","imei2":"13079418795528","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159029,"job_number":"JOB_159029","tr_customer_id":159046,"tr_customer_product_id":159036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:04.000Z","modified_at":"2026-01-18T03:56:04.000Z","name":"Darrion Larkin","mobile_number":"327-462-5230","email_id":"Cedrick80@yahoo.com","dop":"2025-09-16","serial_number":"16714415971446","imei1":"16714415971446","imei2":"16714415971446","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159034,"job_number":"JOB_159034","tr_customer_id":159051,"tr_customer_product_id":159041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:06.000Z","modified_at":"2026-01-18T03:56:06.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17940480609878","imei1":"17940480609878","imei2":"17940480609878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159036,"job_number":"JOB_159036","tr_customer_id":159053,"tr_customer_product_id":159043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:08.000Z","modified_at":"2026-01-18T03:56:08.000Z","name":"Robin Will","mobile_number":"368-861-3238","email_id":"Lysanne.Trantow@hotmail.com","dop":"2025-04-06","serial_number":"10701379597396918","imei1":"10701379597396918","imei2":"10701379597396918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159037,"job_number":"JOB_159037","tr_customer_id":159054,"tr_customer_product_id":159044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:08.000Z","modified_at":"2026-01-18T03:56:08.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"14292195329234","imei1":"14292195329234","imei2":"14292195329234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159042,"job_number":"JOB_159042","tr_customer_id":159059,"tr_customer_product_id":159049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:10.000Z","modified_at":"2026-01-18T03:56:10.000Z","name":"Dimitri Rodriguez","mobile_number":"821-542-3569","email_id":"Candelario.Prosacco46@gmail.com","dop":"2025-04-06","serial_number":"14221331446654184","imei1":"14221331446654184","imei2":"14221331446654184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159043,"job_number":"JOB_159043","tr_customer_id":159060,"tr_customer_product_id":159050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:11.000Z","modified_at":"2026-01-18T03:56:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16121955432354","imei1":"16121955432354","imei2":"16121955432354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159045,"job_number":"JOB_159045","tr_customer_id":159062,"tr_customer_product_id":159052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:13.000Z","modified_at":"2026-01-18T03:56:13.000Z","name":"Elnora Yost","mobile_number":"706-461-3350","email_id":"Willie.Schinner@hotmail.com","dop":"2025-04-06","serial_number":"15498950935864736","imei1":"15498950935864736","imei2":"15498950935864736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159046,"job_number":"JOB_159046","tr_customer_id":159063,"tr_customer_product_id":159053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:14.000Z","modified_at":"2026-01-18T03:56:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11530019276181","imei1":"11530019276181","imei2":"11530019276181","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159048,"job_number":"JOB_159048","tr_customer_id":159065,"tr_customer_product_id":159055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:16.000Z","modified_at":"2026-01-18T03:56:16.000Z","name":"Hassan Steuber","mobile_number":"941-982-9170","email_id":"Angeline.Gutkowski@hotmail.com","dop":"2025-04-06","serial_number":"19191664390299800","imei1":"19191664390299800","imei2":"19191664390299800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159049,"job_number":"JOB_159049","tr_customer_id":159066,"tr_customer_product_id":159056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:18.000Z","modified_at":"2026-01-18T03:56:18.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10262282963008","imei1":"10262282963008","imei2":"10262282963008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159051,"job_number":"JOB_159051","tr_customer_id":159068,"tr_customer_product_id":159058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:20.000Z","modified_at":"2026-01-18T03:56:20.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16121345308966","imei1":"16121345308966","imei2":"16121345308966","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159052,"job_number":"JOB_159052","tr_customer_id":159069,"tr_customer_product_id":159059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:20.000Z","modified_at":"2026-01-18T03:56:20.000Z","name":"Davonte Abernathy","mobile_number":"925-225-6146","email_id":"Myah_Kris20@gmail.com","dop":"2025-04-06","serial_number":"11671565606080252","imei1":"11671565606080252","imei2":"11671565606080252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159054,"job_number":"JOB_159054","tr_customer_id":159071,"tr_customer_product_id":159061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:21.000Z","modified_at":"2026-01-18T03:56:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12042865289002","imei1":"12042865289002","imei2":"12042865289002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159056,"job_number":"JOB_159056","tr_customer_id":159073,"tr_customer_product_id":159063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"Keenan Wilderman","mobile_number":"557-790-7062","email_id":"Ida.Ortiz@yahoo.com","dop":"2025-04-06","serial_number":"16323977604819896","imei1":"16323977604819896","imei2":"16323977604819896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159057,"job_number":"JOB_159057","tr_customer_id":159074,"tr_customer_product_id":159064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17173567493433","imei1":"17173567493433","imei2":"17173567493433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159059,"job_number":"JOB_159059","tr_customer_id":159076,"tr_customer_product_id":159066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15507358987601","imei1":"15507358987601","imei2":"15507358987601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159060,"job_number":"JOB_159060","tr_customer_id":159077,"tr_customer_product_id":159067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"Rupert Hagenes","mobile_number":"441-932-3091","email_id":"Kip_Hilll@gmail.com","dop":"2025-04-06","serial_number":"16725310582101640","imei1":"16725310582101640","imei2":"16725310582101640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159062,"job_number":"JOB_159062","tr_customer_id":159079,"tr_customer_product_id":159069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:23.000Z","modified_at":"2026-01-18T03:56:23.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10554998517770","imei1":"10554998517770","imei2":"10554998517770","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159064,"job_number":"JOB_159064","tr_customer_id":159081,"tr_customer_product_id":159071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Lonzo Metz","mobile_number":"813-312-7136","email_id":"Rylee_Ankunding80@hotmail.com","dop":"2025-04-06","serial_number":"13196617994465292","imei1":"13196617994465292","imei2":"13196617994465292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159066,"job_number":"JOB_159066","tr_customer_id":159083,"tr_customer_product_id":159073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Jocelyn Wisozk","mobile_number":"966-291-2540","email_id":"Linnie.Kozey@hotmail.com","dop":"2025-04-06","serial_number":"11607811611260184","imei1":"11607811611260184","imei2":"11607811611260184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159069,"job_number":"JOB_159069","tr_customer_id":159086,"tr_customer_product_id":159076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:25.000Z","modified_at":"2026-01-18T03:56:25.000Z","name":"Abelardo Daugherty","mobile_number":"671-273-5807","email_id":"Samir.Kassulke@hotmail.com","dop":"2000-01-31","serial_number":"1023505550914247","imei1":"1023505550914247","imei2":"1023505550914247","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159070,"job_number":"JOB_159070","tr_customer_id":159087,"tr_customer_product_id":159077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:29.000Z","modified_at":"2026-01-18T03:56:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16426582337052","imei1":"16426582337052","imei2":"16426582337052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159072,"job_number":"JOB_159072","tr_customer_id":159089,"tr_customer_product_id":159079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:31.000Z","modified_at":"2026-01-18T03:56:31.000Z","name":"Kenny Hickle","mobile_number":"735-376-7511","email_id":"Catalina33@gmail.com","dop":"2025-04-06","serial_number":"17347309749523584","imei1":"17347309749523584","imei2":"17347309749523584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159073,"job_number":"JOB_159073","tr_customer_id":159090,"tr_customer_product_id":159080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:33.000Z","modified_at":"2026-01-18T03:56:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13408667443250","imei1":"13408667443250","imei2":"13408667443250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159075,"job_number":"JOB_159075","tr_customer_id":159092,"tr_customer_product_id":159082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:34.000Z","modified_at":"2026-01-18T03:56:34.000Z","name":"Rico Prosacco","mobile_number":"242-341-7855","email_id":"Karina_Lakin@yahoo.com","dop":"2025-04-06","serial_number":"17886541680478432","imei1":"17886541680478432","imei2":"17886541680478432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159076,"job_number":"JOB_159076","tr_customer_id":159093,"tr_customer_product_id":159083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:38.000Z","modified_at":"2026-01-18T03:56:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14073296534481","imei1":"14073296534481","imei2":"14073296534481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159081,"job_number":"JOB_159081","tr_customer_id":159098,"tr_customer_product_id":159088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:39.000Z","modified_at":"2026-01-18T03:56:39.000Z","name":"Nicklaus Adams","mobile_number":"571-791-8155","email_id":"Davion66@gmail.com","dop":"2025-04-06","serial_number":"16336268124921848","imei1":"16336268124921848","imei2":"16336268124921848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159082,"job_number":"JOB_159082","tr_customer_id":159099,"tr_customer_product_id":159089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:43.000Z","modified_at":"2026-01-18T03:56:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16992050938441","imei1":"16992050938441","imei2":"16992050938441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159084,"job_number":"JOB_159084","tr_customer_id":159101,"tr_customer_product_id":159091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:45.000Z","modified_at":"2026-01-18T03:56:45.000Z","name":"Alford Baumbach","mobile_number":"568-991-1586","email_id":"Jerod.Weber98@gmail.com","dop":"2025-04-06","serial_number":"17559774313272528","imei1":"17559774313272528","imei2":"17559774313272528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159085,"job_number":"JOB_159085","tr_customer_id":159102,"tr_customer_product_id":159092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:49.000Z","modified_at":"2026-01-18T03:56:49.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"17618015852470","imei1":"17618015852470","imei2":"17618015852470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159087,"job_number":"JOB_159087","tr_customer_id":159104,"tr_customer_product_id":159094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:51.000Z","modified_at":"2026-01-18T03:56:51.000Z","name":"Jewell Hane","mobile_number":"668-801-5609","email_id":"Cordell.Moen20@hotmail.com","dop":"2025-04-06","serial_number":"17059653394502704","imei1":"17059653394502704","imei2":"17059653394502704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159088,"job_number":"JOB_159088","tr_customer_id":159105,"tr_customer_product_id":159095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:55.000Z","modified_at":"2026-01-18T03:56:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18562529637721","imei1":"18562529637721","imei2":"18562529637721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159090,"job_number":"JOB_159090","tr_customer_id":159107,"tr_customer_product_id":159097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:56.000Z","modified_at":"2026-01-18T03:56:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18565090525399","imei1":"18565090525399","imei2":"18565090525399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159092,"job_number":"JOB_159092","tr_customer_id":159109,"tr_customer_product_id":159099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:57.000Z","modified_at":"2026-01-18T03:56:57.000Z","name":"Reynold Wilkinson","mobile_number":"881-440-9157","email_id":"Lourdes86@yahoo.com","dop":"2025-04-06","serial_number":"12156566780378344","imei1":"12156566780378344","imei2":"12156566780378344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159093,"job_number":"JOB_159093","tr_customer_id":159110,"tr_customer_product_id":159100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:58.000Z","modified_at":"2026-01-18T03:56:58.000Z","name":"Kenton Volkman","mobile_number":"842-551-3953","email_id":"Demarco_Luettgen45@hotmail.com","dop":"2025-04-06","serial_number":"18393030416523070","imei1":"18393030416523070","imei2":"18393030416523070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159094,"job_number":"JOB_159094","tr_customer_id":159111,"tr_customer_product_id":159101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:59.000Z","modified_at":"2026-01-18T03:56:59.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12194536353382","imei1":"12194536353382","imei2":"12194536353382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159096,"job_number":"JOB_159096","tr_customer_id":159113,"tr_customer_product_id":159103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:00.000Z","modified_at":"2026-01-18T03:57:00.000Z","name":"Rusty Buckridge","mobile_number":"532-371-9371","email_id":"Duncan.Lakin90@hotmail.com","dop":"2025-04-06","serial_number":"19535132894412390","imei1":"19535132894412390","imei2":"19535132894412390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159097,"job_number":"JOB_159097","tr_customer_id":159114,"tr_customer_product_id":159104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:05.000Z","modified_at":"2026-01-18T03:57:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17125544314672","imei1":"17125544314672","imei2":"17125544314672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159099,"job_number":"JOB_159099","tr_customer_id":159116,"tr_customer_product_id":159106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:06.000Z","modified_at":"2026-01-18T03:57:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19493853384651","imei1":"19493853384651","imei2":"19493853384651","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159101,"job_number":"JOB_159101","tr_customer_id":159118,"tr_customer_product_id":159108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:07.000Z","modified_at":"2026-01-18T03:57:07.000Z","name":"Damion Schimmel","mobile_number":"323-927-5489","email_id":"Amparo.Ortiz@yahoo.com","dop":"2025-04-06","serial_number":"15096935786322860","imei1":"15096935786322860","imei2":"15096935786322860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159102,"job_number":"JOB_159102","tr_customer_id":159119,"tr_customer_product_id":159109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:08.000Z","modified_at":"2026-01-18T03:57:08.000Z","name":"Elissa Von","mobile_number":"633-983-3381","email_id":"Hadley.Bahringer48@gmail.com","dop":"2025-04-06","serial_number":"12750777508163872","imei1":"12750777508163872","imei2":"12750777508163872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159103,"job_number":"JOB_159103","tr_customer_id":159120,"tr_customer_product_id":159110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:08.000Z","modified_at":"2026-01-18T03:57:08.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10881737155439","imei1":"10881737155439","imei2":"10881737155439","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159105,"job_number":"JOB_159105","tr_customer_id":159122,"tr_customer_product_id":159112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:10.000Z","modified_at":"2026-01-18T03:57:10.000Z","name":"Kay Kshlerin","mobile_number":"549-791-2841","email_id":"Korey.Pouros@hotmail.com","dop":"2000-01-31","serial_number":"1006836938561974","imei1":"1006836938561974","imei2":"1006836938561974","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159106,"job_number":"JOB_159106","tr_customer_id":159123,"tr_customer_product_id":159113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:19.000Z","modified_at":"2026-01-18T03:57:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10990930337870","imei1":"10990930337870","imei2":"10990930337870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159108,"job_number":"JOB_159108","tr_customer_id":159125,"tr_customer_product_id":159115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:20.000Z","modified_at":"2026-01-18T03:57:21.000Z","name":"Halle Jacobs","mobile_number":"702-829-9564","email_id":"Shemar_Weber@yahoo.com","dop":"2025-04-06","serial_number":"19481406525399376","imei1":"19481406525399376","imei2":"19481406525399376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159109,"job_number":"JOB_159109","tr_customer_id":159126,"tr_customer_product_id":159116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:38.000Z","modified_at":"2026-01-18T03:57:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13618202639912","imei1":"13618202639912","imei2":"13618202639912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159111,"job_number":"JOB_159111","tr_customer_id":159128,"tr_customer_product_id":159118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:40.000Z","modified_at":"2026-01-18T03:57:40.000Z","name":"Easter Nolan","mobile_number":"989-469-5107","email_id":"Manuela53@yahoo.com","dop":"2025-04-06","serial_number":"16931703119740418","imei1":"16931703119740418","imei2":"16931703119740418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159112,"job_number":"JOB_159112","tr_customer_id":159129,"tr_customer_product_id":159119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:51.000Z","modified_at":"2026-01-18T03:57:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16495393975364","imei1":"16495393975364","imei2":"16495393975364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159114,"job_number":"JOB_159114","tr_customer_id":159131,"tr_customer_product_id":159121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:53.000Z","modified_at":"2026-01-18T03:57:53.000Z","name":"Sigrid Hoppe","mobile_number":"744-704-0538","email_id":"Elvie73@yahoo.com","dop":"2025-04-06","serial_number":"12844900235535616","imei1":"12844900235535616","imei2":"12844900235535616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159115,"job_number":"JOB_159115","tr_customer_id":159132,"tr_customer_product_id":159122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:53.000Z","modified_at":"2026-01-18T03:57:53.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10593668361759","imei1":"10593668361759","imei2":"10593668361759","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159117,"job_number":"JOB_159117","tr_customer_id":159134,"tr_customer_product_id":159124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:55.000Z","modified_at":"2026-01-18T03:57:55.000Z","name":"Vivien Effertz","mobile_number":"264-411-5441","email_id":"Justine50@hotmail.com","dop":"2000-01-31","serial_number":"1041260274965509","imei1":"1041260274965509","imei2":"1041260274965509","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159118,"job_number":"JOB_159118","tr_customer_id":159135,"tr_customer_product_id":159125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:04.000Z","modified_at":"2026-01-18T04:02:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42595467128054","imei1":"42595467128054","imei2":"42595467128054","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159119,"job_number":"JOB_159119","tr_customer_id":159136,"tr_customer_product_id":159126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:05.000Z","modified_at":"2026-01-18T04:02:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87314681924832","imei1":"87314681924832","imei2":"87314681924832","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159120,"job_number":"JOB_159120","tr_customer_id":159137,"tr_customer_product_id":159127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:05.000Z","modified_at":"2026-01-18T04:02:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83676561649942","imei1":"83676561649942","imei2":"83676561649942","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159121,"job_number":"JOB_159121","tr_customer_id":159138,"tr_customer_product_id":159128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:05.000Z","modified_at":"2026-01-18T04:02:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90919033009824","imei1":"90919033009824","imei2":"90919033009824","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159122,"job_number":"JOB_159122","tr_customer_id":159139,"tr_customer_product_id":159129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:06.000Z","modified_at":"2026-01-18T04:02:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97667063730193","imei1":"97667063730193","imei2":"97667063730193","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159123,"job_number":"JOB_159123","tr_customer_id":159140,"tr_customer_product_id":159130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:06.000Z","modified_at":"2026-01-18T04:02:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"52313581280592","imei1":"52313581280592","imei2":"52313581280592","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159125,"job_number":"JOB_159125","tr_customer_id":159142,"tr_customer_product_id":159132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:35.000Z","modified_at":"2026-01-18T04:02:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14404177699227","imei1":"14404177699227","imei2":"14404177699227","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159126,"job_number":"JOB_159126","tr_customer_id":159143,"tr_customer_product_id":159133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:35.000Z","modified_at":"2026-01-18T04:02:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"75974630502915","imei1":"75974630502915","imei2":"75974630502915","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159127,"job_number":"JOB_159127","tr_customer_id":159144,"tr_customer_product_id":159134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:35.000Z","modified_at":"2026-01-18T04:02:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"49649277405742","imei1":"49649277405742","imei2":"49649277405742","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159128,"job_number":"JOB_159128","tr_customer_id":159145,"tr_customer_product_id":159135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:36.000Z","modified_at":"2026-01-18T04:02:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"98739550267129","imei1":"98739550267129","imei2":"98739550267129","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159129,"job_number":"JOB_159129","tr_customer_id":159146,"tr_customer_product_id":159136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:36.000Z","modified_at":"2026-01-18T04:02:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14537486509078","imei1":"14537486509078","imei2":"14537486509078","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159130,"job_number":"JOB_159130","tr_customer_id":159147,"tr_customer_product_id":159137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:36.000Z","modified_at":"2026-01-18T04:02:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47803734311039","imei1":"47803734311039","imei2":"47803734311039","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159132,"job_number":"JOB_159132","tr_customer_id":159149,"tr_customer_product_id":159139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:05.000Z","modified_at":"2026-01-18T04:03:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25953638566088","imei1":"25953638566088","imei2":"25953638566088","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159133,"job_number":"JOB_159133","tr_customer_id":159150,"tr_customer_product_id":159140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:05.000Z","modified_at":"2026-01-18T04:03:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68817167817827","imei1":"68817167817827","imei2":"68817167817827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159134,"job_number":"JOB_159134","tr_customer_id":159151,"tr_customer_product_id":159141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11405749785771","imei1":"11405749785771","imei2":"11405749785771","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159135,"job_number":"JOB_159135","tr_customer_id":159152,"tr_customer_product_id":159142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65198456677470","imei1":"65198456677470","imei2":"65198456677470","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159136,"job_number":"JOB_159136","tr_customer_id":159153,"tr_customer_product_id":159143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45333620539242","imei1":"45333620539242","imei2":"45333620539242","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159137,"job_number":"JOB_159137","tr_customer_id":159154,"tr_customer_product_id":159144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55816952128862","imei1":"55816952128862","imei2":"55816952128862","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159140,"job_number":"JOB_159140","tr_customer_id":159157,"tr_customer_product_id":159147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:35:39.000Z","modified_at":"2026-01-18T04:35:39.000Z","name":"Sigmund Heller","mobile_number":"553-816-8494","email_id":"Kellie_Moore@yahoo.com","dop":"2025-04-06","serial_number":"14915951040604334","imei1":"14915951040604334","imei2":"14915951040604334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159142,"job_number":"JOB_159142","tr_customer_id":159159,"tr_customer_product_id":159149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:36:25.000Z","modified_at":"2026-01-18T04:36:25.000Z","name":"Evangeline Mertz","mobile_number":"770-977-1504","email_id":"Baylee.Von@yahoo.com","dop":"2025-04-06","serial_number":"15546895950353300","imei1":"15546895950353300","imei2":"15546895950353300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159144,"job_number":"JOB_159144","tr_customer_id":159161,"tr_customer_product_id":159151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:37:10.000Z","modified_at":"2026-01-18T04:37:10.000Z","name":"Agustina Effertz","mobile_number":"534-575-8446","email_id":"Elena16@hotmail.com","dop":"2025-04-06","serial_number":"16513923573111656","imei1":"16513923573111656","imei2":"16513923573111656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:37:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159145,"job_number":"JOB_159145","tr_customer_id":159162,"tr_customer_product_id":159152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:38:25.000Z","modified_at":"2026-01-18T04:38:25.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-08","serial_number":"37906098012507","imei1":"37906098012507","imei2":"37906098012507","popurl":"2026-01-08T04:38:25.059966147Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:38:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159146,"job_number":"JOB_159146","tr_customer_id":159163,"tr_customer_product_id":159153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:39:13.000Z","modified_at":"2026-01-18T04:39:13.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-08","serial_number":"13152065634352","imei1":"13152065634352","imei2":"13152065634352","popurl":"2026-01-08T04:39:13.543870831Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159147,"job_number":"JOB_159147","tr_customer_id":159164,"tr_customer_product_id":159154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:46:20.000Z","modified_at":"2026-01-18T04:46:20.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"102426181348629","imei1":"102426181348629","imei2":"102426181348629","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159149,"job_number":"JOB_159149","tr_customer_id":159166,"tr_customer_product_id":159156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:46:32.000Z","modified_at":"2026-01-18T04:46:32.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"101296498934228","imei1":"101296498934228","imei2":"101296498934228","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:46:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159152,"job_number":"JOB_159152","tr_customer_id":159169,"tr_customer_product_id":159159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:48:44.000Z","modified_at":"2026-01-18T04:48:44.000Z","name":"Waino Watsica","mobile_number":"349-225-5664","email_id":"Tyrese.Rodriguez@hotmail.com","dop":"2025-04-06","serial_number":"17754341125637384","imei1":"17754341125637384","imei2":"17754341125637384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159154,"job_number":"JOB_159154","tr_customer_id":159171,"tr_customer_product_id":159161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:49:27.000Z","modified_at":"2026-01-18T04:49:27.000Z","name":"Mathias Heaney","mobile_number":"969-224-2353","email_id":"Colleen.Hegmann@hotmail.com","dop":"2025-04-06","serial_number":"17387945400318194","imei1":"17387945400318194","imei2":"17387945400318194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159156,"job_number":"JOB_159156","tr_customer_id":159173,"tr_customer_product_id":159163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:50:10.000Z","modified_at":"2026-01-18T04:50:10.000Z","name":"Carolyn Considine","mobile_number":"384-998-3374","email_id":"Daphney.Abernathy8@hotmail.com","dop":"2025-04-06","serial_number":"14526013914400280","imei1":"14526013914400280","imei2":"14526013914400280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:50:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159158,"job_number":"JOB_159158","tr_customer_id":159175,"tr_customer_product_id":159165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:50:29.000Z","modified_at":"2026-01-18T04:50:29.000Z","name":"Chad Blick","mobile_number":"807-777-0039","email_id":"Garland8@gmail.com","dop":"2025-04-06","serial_number":"17782362417732888","imei1":"17782362417732888","imei2":"17782362417732888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159160,"job_number":"JOB_159160","tr_customer_id":159177,"tr_customer_product_id":159167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:54:55.000Z","modified_at":"2026-01-18T04:54:55.000Z","name":"Devan Powlowski","mobile_number":"519-651-9589","email_id":"Alfreda_Douglas32@yahoo.com","dop":"2025-04-06","serial_number":"15810515364692680","imei1":"15810515364692680","imei2":"15810515364692680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:54:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159162,"job_number":"JOB_159162","tr_customer_id":159179,"tr_customer_product_id":159169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:55:38.000Z","modified_at":"2026-01-18T04:55:38.000Z","name":"Raphael Ullrich","mobile_number":"412-771-1127","email_id":"Joana17@yahoo.com","dop":"2025-04-06","serial_number":"13083912295804420","imei1":"13083912295804420","imei2":"13083912295804420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159164,"job_number":"JOB_159164","tr_customer_id":159181,"tr_customer_product_id":159171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:21.000Z","modified_at":"2026-01-18T04:56:21.000Z","name":"Sanford Padberg","mobile_number":"280-853-9256","email_id":"Mandy_Hettinger47@hotmail.com","dop":"2025-04-06","serial_number":"13793539832285556","imei1":"13793539832285556","imei2":"13793539832285556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:56:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159166,"job_number":"JOB_159166","tr_customer_id":159183,"tr_customer_product_id":159173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:33.000Z","modified_at":"2026-01-18T04:56:33.000Z","name":"Berneice Hintz","mobile_number":"949-440-5626","email_id":"Nicklaus_DuBuque@hotmail.com","dop":"2025-04-06","serial_number":"18205991908541724","imei1":"18205991908541724","imei2":"18205991908541724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159168,"job_number":"JOB_159168","tr_customer_id":159185,"tr_customer_product_id":159175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:48.000Z","modified_at":"2026-01-18T04:56:49.000Z","name":"Cassandra Grant","mobile_number":"495-254-8948","email_id":"Ariane57@hotmail.com","dop":"2025-04-06","serial_number":"13564346949934916","imei1":"13564346949934916","imei2":"13564346949934916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159172,"job_number":"JOB_159172","tr_customer_id":159189,"tr_customer_product_id":159179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:10.000Z","modified_at":"2026-01-18T05:26:10.000Z","name":"Anika Naik","mobile_number":"896-551-3586","email_id":"Charlie_Schiller@yahoo.com","dop":"2025-06-18","serial_number":"40529506789497","imei1":"40529506789497","imei2":"40529506789497","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159173,"job_number":"JOB_159173","tr_customer_id":159191,"tr_customer_product_id":159180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:10.000Z","modified_at":"2026-01-18T05:26:10.000Z","name":"Abhijit Naik","mobile_number":"896-551-3586","email_id":"Charlie_Schiller@yahoo.com","dop":"2025-06-18","serial_number":"30529506789497","imei1":"30529506789497","imei2":"30529506789497","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159174,"job_number":"JOB_159174","tr_customer_id":159190,"tr_customer_product_id":159181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:10.000Z","modified_at":"2026-01-18T05:26:10.000Z","name":"Shweta Naik","mobile_number":"896-551-3586","email_id":"Charlie_Schiller@yahoo.com","dop":"2025-06-18","serial_number":"50529506789497","imei1":"50529506789497","imei2":"50529506789497","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159175,"job_number":"JOB_159175","tr_customer_id":159192,"tr_customer_product_id":159182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Tarun Pothuvaal","mobile_number":"9759552311","email_id":"shwet.guneta@yahoo.co.in","dop":"2026-01-08","serial_number":"781387361097568","imei1":"781387361097568","imei2":"781387361097568","popurl":"www.chandrabhan-mehra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159176,"job_number":"JOB_159176","tr_customer_id":159193,"tr_customer_product_id":159183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Narinder Gill","mobile_number":"9770838996","email_id":"tara.trivedi@gmail.com","dop":"2026-01-08","serial_number":"586671701396091","imei1":"586671701396091","imei2":"586671701396091","popurl":"www.brijesh-mehrotra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159177,"job_number":"JOB_159177","tr_customer_id":159194,"tr_customer_product_id":159184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Keerti Dhawan","mobile_number":"9717192766","email_id":"prem.marar@hotmail.com","dop":"2026-01-08","serial_number":"979679078404403","imei1":"979679078404403","imei2":"979679078404403","popurl":"www.indra-mishra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159178,"job_number":"JOB_159178","tr_customer_id":159195,"tr_customer_product_id":159185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Mani Sethi","mobile_number":"9732448209","email_id":"anunay.rana@yahoo.co.in","dop":"2026-01-08","serial_number":"879345541184340","imei1":"879345541184340","imei2":"879345541184340","popurl":"www.hari-achari.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159179,"job_number":"JOB_159179","tr_customer_id":159196,"tr_customer_product_id":159186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Chapal Chattopadhyay","mobile_number":"9734701880","email_id":"lakshman.patil@hotmail.com","dop":"2026-01-08","serial_number":"643310145025074","imei1":"643310145025074","imei2":"643310145025074","popurl":"www.rahul-guha.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159180,"job_number":"JOB_159180","tr_customer_id":159197,"tr_customer_product_id":159187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:12.000Z","modified_at":"2026-01-18T05:26:12.000Z","name":"Janis Goyette","mobile_number":"999-774-7701","email_id":"Jazmyn_Zboncak@hotmail.com","dop":"2025-06-18","serial_number":"10442063229355","imei1":"10442063229355","imei2":"10442063229355","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159181,"job_number":"JOB_159181","tr_customer_id":159198,"tr_customer_product_id":159188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:12.000Z","modified_at":"2026-01-18T05:26:12.000Z","name":"Janis Goyette","mobile_number":"999-774-7701","email_id":"Jazmyn_Zboncak@hotmail.com","dop":"2025-06-18","serial_number":"10442063229375","imei1":"10442063229375","imei2":"10442063229375","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159182,"job_number":"JOB_159182","tr_customer_id":159199,"tr_customer_product_id":159189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:12.000Z","modified_at":"2026-01-18T05:26:12.000Z","name":"Janis Goyette","mobile_number":"999-774-7701","email_id":"Jazmyn_Zboncak@hotmail.com","dop":"2025-06-18","serial_number":"10442063229344","imei1":"10442063229344","imei2":"10442063229344","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159183,"job_number":"JOB_159183","tr_customer_id":159200,"tr_customer_product_id":159190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:37.000Z","modified_at":"2026-01-18T05:26:37.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-08","serial_number":"82585355524444","imei1":"82585355524444","imei2":"82585355524444","popurl":"2026-01-08T05:26:38.556797900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159184,"job_number":"JOB_159184","tr_customer_id":159201,"tr_customer_product_id":159191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:40.000Z","modified_at":"2026-01-18T05:26:40.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-08","serial_number":"44555355528010","imei1":"44555355528010","imei2":"44555355528010","popurl":"2026-01-08T05:26:41.003508100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159186,"job_number":"JOB_159186","tr_customer_id":159203,"tr_customer_product_id":159193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:30:31.000Z","modified_at":"2026-01-18T05:30:31.000Z","name":"Enoch Reynolds","mobile_number":"493-755-5988","email_id":"Moshe57@yahoo.com","dop":"2025-04-06","serial_number":"12379627810619552","imei1":"12379627810619552","imei2":"12379627810619552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159188,"job_number":"JOB_159188","tr_customer_id":159205,"tr_customer_product_id":159195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:31:17.000Z","modified_at":"2026-01-18T05:31:17.000Z","name":"Haleigh Schmeler","mobile_number":"491-543-5436","email_id":"Luz80@gmail.com","dop":"2025-04-06","serial_number":"12481029967063888","imei1":"12481029967063888","imei2":"12481029967063888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159190,"job_number":"JOB_159190","tr_customer_id":159207,"tr_customer_product_id":159197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:32:02.000Z","modified_at":"2026-01-18T05:32:02.000Z","name":"Judson Bergstrom","mobile_number":"811-251-1536","email_id":"Florida.Mitchell90@hotmail.com","dop":"2025-04-06","serial_number":"19066169072961424","imei1":"19066169072961424","imei2":"19066169072961424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159192,"job_number":"JOB_159192","tr_customer_id":159209,"tr_customer_product_id":159199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:34:34.000Z","modified_at":"2026-01-18T05:34:34.000Z","name":"Elmore Nicolas","mobile_number":"870-721-8135","email_id":"Gage69@yahoo.com","dop":"2025-04-06","serial_number":"14563330117773424","imei1":"14563330117773424","imei2":"14563330117773424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:34:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159194,"job_number":"JOB_159194","tr_customer_id":159211,"tr_customer_product_id":159201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:35:19.000Z","modified_at":"2026-01-18T05:35:19.000Z","name":"Kailyn Strosin","mobile_number":"702-605-0724","email_id":"Ewald32@hotmail.com","dop":"2025-04-06","serial_number":"13005289405076192","imei1":"13005289405076192","imei2":"13005289405076192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159196,"job_number":"JOB_159196","tr_customer_id":159213,"tr_customer_product_id":159203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:36:02.000Z","modified_at":"2026-01-18T05:36:02.000Z","name":"Alvah Carter","mobile_number":"381-974-1089","email_id":"Una68@hotmail.com","dop":"2025-04-06","serial_number":"17282893793894732","imei1":"17282893793894732","imei2":"17282893793894732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158282,"job_number":"JOB_158282","tr_customer_id":158299,"tr_customer_product_id":158289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T20:13:16.000Z","modified_at":"2026-01-16T20:13:16.000Z","name":"Testing Sai","mobile_number":"8888999999","email_id":"trd@gmail.com","dop":"2025-12-31","serial_number":"66655566656669","imei1":"66655566656669","imei2":"66655566656669","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T20:13:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158328,"job_number":"JOB_158328","tr_customer_id":158345,"tr_customer_product_id":158335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:45.000Z","modified_at":"2026-01-17T03:42:45.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Cleveland_Ebert@yahoo.com","dop":"2025-07-02","serial_number":"16536671828966","imei1":"16536671828966","imei2":"16536671828966","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158344,"job_number":"JOB_158344","tr_customer_id":158361,"tr_customer_product_id":158351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:02.000Z","modified_at":"2026-01-17T03:43:02.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Alek_Graham45@gmail.com","dop":"2025-07-02","serial_number":"17059396181607","imei1":"17059396181607","imei2":"17059396181607","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158354,"job_number":"JOB_158354","tr_customer_id":158371,"tr_customer_product_id":158361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:19.000Z","modified_at":"2026-01-17T03:43:19.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Abner.Kautzer2@yahoo.com","dop":"2025-07-02","serial_number":"19559837803564","imei1":"19559837803564","imei2":"19559837803564","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158385,"job_number":"JOB_158385","tr_customer_id":158402,"tr_customer_product_id":158392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:01.000Z","modified_at":"2026-01-17T03:44:01.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"146910989004877","imei1":"146910989004877","imei2":"146910989004877","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158386,"job_number":"JOB_158386","tr_customer_id":158403,"tr_customer_product_id":158393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:01.000Z","modified_at":"2026-01-17T03:44:01.000Z","name":"Anibal O'Hara","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"103299519500346","imei1":"103299519500346","imei2":"103299519500346","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158387,"job_number":"JOB_158387","tr_customer_id":158404,"tr_customer_product_id":158394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:02.000Z","modified_at":"2026-01-17T03:44:02.000Z","name":"Hanna Davis","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"150406524276806","imei1":"150406524276806","imei2":"150406524276806","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158388,"job_number":"JOB_158388","tr_customer_id":158405,"tr_customer_product_id":158395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:02.000Z","modified_at":"2026-01-17T03:44:02.000Z","name":"Zola Lemke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"146830526284333","imei1":"146830526284333","imei2":"146830526284333","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158398,"job_number":"JOB_158398","tr_customer_id":158415,"tr_customer_product_id":158405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:12.000Z","modified_at":"2026-01-17T03:44:12.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"118480271711951","imei1":"118480271711951","imei2":"118480271711951","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158400,"job_number":"JOB_158400","tr_customer_id":158417,"tr_customer_product_id":158407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:13.000Z","modified_at":"2026-01-17T03:44:13.000Z","name":"Marian Kuhn","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"185306551779297","imei1":"185306551779297","imei2":"185306551779297","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158402,"job_number":"JOB_158402","tr_customer_id":158419,"tr_customer_product_id":158409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:13.000Z","modified_at":"2026-01-17T03:44:13.000Z","name":"Marcelina Koelpin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140734698974988","imei1":"140734698974988","imei2":"140734698974988","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158403,"job_number":"JOB_158403","tr_customer_id":158420,"tr_customer_product_id":158410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:13.000Z","modified_at":"2026-01-17T03:44:13.000Z","name":"Newell Koelpin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102407723537132","imei1":"102407723537132","imei2":"102407723537132","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158414,"job_number":"JOB_158414","tr_customer_id":158431,"tr_customer_product_id":158421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:28.000Z","modified_at":"2026-01-17T03:44:28.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"103960262653477","imei1":"103960262653477","imei2":"103960262653477","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158416,"job_number":"JOB_158416","tr_customer_id":158433,"tr_customer_product_id":158423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:29.000Z","modified_at":"2026-01-17T03:44:29.000Z","name":"Elmer Reynolds","mobile_number":"378-319-0161","email_id":"Suzanne_Farrell71@yahoo.com","dop":"2025-06-09","serial_number":"109199334236585","imei1":"109199334236585","imei2":"109199334236585","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158426,"job_number":"JOB_158426","tr_customer_id":158443,"tr_customer_product_id":158433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:42.000Z","modified_at":"2026-01-17T03:44:42.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106949070018540","imei1":"106949070018540","imei2":"106949070018540","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158428,"job_number":"JOB_158428","tr_customer_id":158445,"tr_customer_product_id":158435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:43.000Z","modified_at":"2026-01-17T03:44:43.000Z","name":"Gerald Effertz","mobile_number":"662-277-0330","email_id":"Renee.Mills@hotmail.com","dop":"2025-06-09","serial_number":"107173546291463","imei1":"107173546291463","imei2":"107173546291463","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158441,"job_number":"JOB_158441","tr_customer_id":158458,"tr_customer_product_id":158448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:57.000Z","modified_at":"2026-01-17T03:44:57.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105493518641071","imei1":"105493518641071","imei2":"105493518641071","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158445,"job_number":"JOB_158445","tr_customer_id":158462,"tr_customer_product_id":158452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:57.000Z","modified_at":"2026-01-17T03:44:57.000Z","name":"Uriel Mitchell","mobile_number":"947-801-7244","email_id":"Linwood.Kuhic22@hotmail.com","dop":"2025-06-09","serial_number":"109888146056340","imei1":"109888146056340","imei2":"109888146056340","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158501,"job_number":"JOB_158501","tr_customer_id":158518,"tr_customer_product_id":158508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:03:02.000Z","modified_at":"2026-01-17T06:03:02.000Z","name":"JF FK","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957152165010","imei1":"15957152165010","imei2":"15957152165010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158502,"job_number":"JOB_158502","tr_customer_id":158519,"tr_customer_product_id":158509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:03:02.000Z","modified_at":"2026-01-17T06:03:02.000Z","name":"YadiFKFa Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957148162011","imei1":"15957148162011","imei2":"15957148162011","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158503,"job_number":"JOB_158503","tr_customer_id":158520,"tr_customer_product_id":158510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:03:02.000Z","modified_at":"2026-01-17T06:03:02.000Z","name":"ABC Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957151162010","imei1":"15957151162010","imei2":"15957151162010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158504,"job_number":"JOB_158504","tr_customer_id":158521,"tr_customer_product_id":158511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:03:02.000Z","modified_at":"2026-01-17T06:03:02.000Z","name":"Yadira Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150162010","imei1":"15957150162010","imei2":"15957150162010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158505,"job_number":"JOB_158505","tr_customer_id":158522,"tr_customer_product_id":158512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:03:02.000Z","modified_at":"2026-01-17T06:03:02.000Z","name":"Yadira BlaFKFFKnda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957138162010","imei1":"15957138162010","imei2":"15957138162010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158516,"job_number":"JOB_158516","tr_customer_id":158533,"tr_customer_product_id":158523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:27:41.000Z","modified_at":"2026-01-17T07:27:41.000Z","name":"abhi res","mobile_number":"999000111","email_id":"ahbi@gg.com","dop":"2026-01-06","serial_number":"18040915043019","imei1":"18040915043019","imei2":"18040915043019","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158577,"job_number":"JOB_158577","tr_customer_id":158594,"tr_customer_product_id":158584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:54.000Z","modified_at":"2026-01-17T10:32:54.000Z","name":"Kapil Patil","mobile_number":"375-921-8698","email_id":"Joshua.Dietrich24@gmail.com","dop":"2025-05-12","serial_number":"151772963399794","imei1":"151772963399794","imei2":"151772963399794","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158578,"job_number":"JOB_158578","tr_customer_id":158595,"tr_customer_product_id":158585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:54.000Z","modified_at":"2026-01-17T10:32:54.000Z","name":"Nikhil Patil","mobile_number":"375-921-8698","email_id":"Joshua.Dietrich24@gmail.com","dop":"2025-05-12","serial_number":"331772963399794","imei1":"331772963399794","imei2":"331772963399794","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158579,"job_number":"JOB_158579","tr_customer_id":158596,"tr_customer_product_id":158586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:54.000Z","modified_at":"2026-01-17T10:32:54.000Z","name":"Carissa Becker","mobile_number":"375-921-8698","email_id":"Joshua.Dietrich24@gmail.com","dop":"2025-05-12","serial_number":"221772963399794","imei1":"221772963399794","imei2":"221772963399794","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158585,"job_number":"JOB_158585","tr_customer_id":158602,"tr_customer_product_id":158592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:57.000Z","modified_at":"2026-01-17T10:32:57.000Z","name":"Merle Wintheiser","mobile_number":"306-842-9060","email_id":"Ruben.Towne66@gmail.com","dop":"2025-05-12","serial_number":"950542362799449","imei1":"950542362799449","imei2":"950542362799449","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158586,"job_number":"JOB_158586","tr_customer_id":158603,"tr_customer_product_id":158593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:57.000Z","modified_at":"2026-01-17T10:32:57.000Z","name":"Merle Wintheiser","mobile_number":"306-842-9060","email_id":"Ruben.Towne66@gmail.com","dop":"2025-05-12","serial_number":"750542362799449","imei1":"750542362799449","imei2":"750542362799449","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158587,"job_number":"JOB_158587","tr_customer_id":158604,"tr_customer_product_id":158594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:57.000Z","modified_at":"2026-01-17T10:32:57.000Z","name":"Merle Wintheiser","mobile_number":"306-842-9060","email_id":"Ruben.Towne66@gmail.com","dop":"2025-05-12","serial_number":"890542362799449","imei1":"890542362799449","imei2":"890542362799449","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158637,"job_number":"JOB_158637","tr_customer_id":158654,"tr_customer_product_id":158644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:08:56.000Z","modified_at":"2026-01-17T14:08:56.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"113734770311322","imei1":"113734770311322","imei2":"113734770311322","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158638,"job_number":"JOB_158638","tr_customer_id":158655,"tr_customer_product_id":158645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:08:56.000Z","modified_at":"2026-01-17T14:08:56.000Z","name":"Birdie O'Connell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"179461865204720","imei1":"179461865204720","imei2":"179461865204720","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158639,"job_number":"JOB_158639","tr_customer_id":158656,"tr_customer_product_id":158646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:08:57.000Z","modified_at":"2026-01-17T14:08:57.000Z","name":"Julia Kohler","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"197298818874104","imei1":"197298818874104","imei2":"197298818874104","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:08:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158640,"job_number":"JOB_158640","tr_customer_id":158657,"tr_customer_product_id":158647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:08:57.000Z","modified_at":"2026-01-17T14:08:57.000Z","name":"Kyle Osinski","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139488606144877","imei1":"139488606144877","imei2":"139488606144877","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:08:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158642,"job_number":"JOB_158642","tr_customer_id":158659,"tr_customer_product_id":158649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:09:08.000Z","modified_at":"2026-01-17T14:09:08.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"196409635930897","imei1":"196409635930897","imei2":"196409635930897","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158643,"job_number":"JOB_158643","tr_customer_id":158660,"tr_customer_product_id":158650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:09:08.000Z","modified_at":"2026-01-17T14:09:08.000Z","name":"Sidney Jenkins","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"137189714556725","imei1":"137189714556725","imei2":"137189714556725","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158644,"job_number":"JOB_158644","tr_customer_id":158661,"tr_customer_product_id":158651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:09:08.000Z","modified_at":"2026-01-17T14:09:08.000Z","name":"Lily Braun","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"130750151091707","imei1":"130750151091707","imei2":"130750151091707","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158645,"job_number":"JOB_158645","tr_customer_id":158662,"tr_customer_product_id":158652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:09:09.000Z","modified_at":"2026-01-17T14:09:09.000Z","name":"Kolby Miller","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114598888992544","imei1":"114598888992544","imei2":"114598888992544","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158652,"job_number":"JOB_158652","tr_customer_id":158669,"tr_customer_product_id":158659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:13:53.000Z","modified_at":"2026-01-17T14:13:53.000Z","name":"Lester Jacobson","mobile_number":"277-764-3142","email_id":"Wyman7@yahoo.com","dop":"2025-12-01","serial_number":"11870858857560","imei1":"11870858857560","imei2":"11870858857560","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:13:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158656,"job_number":"JOB_158656","tr_customer_id":158673,"tr_customer_product_id":158663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:14:19.000Z","modified_at":"2026-01-17T14:14:19.000Z","name":"Estelle Heaney","mobile_number":"810-724-6609","email_id":"Alexandrea_Aufderhar36@yahoo.com","dop":"2025-12-01","serial_number":"20656922137665","imei1":"20656922137665","imei2":"20656922137665","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:14:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158742,"job_number":"JOB_158742","tr_customer_id":158759,"tr_customer_product_id":158749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:02.000Z","modified_at":"2026-01-17T14:23:02.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"100385960228118","imei1":"100385960228118","imei2":"100385960228118","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158744,"job_number":"JOB_158744","tr_customer_id":158761,"tr_customer_product_id":158751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:03.000Z","modified_at":"2026-01-17T14:23:03.000Z","name":"Jalon Reinger","mobile_number":"657-464-9893","email_id":"Lou_Nienow@yahoo.com","dop":"2025-06-09","serial_number":"100642124675070","imei1":"100642124675070","imei2":"100642124675070","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158748,"job_number":"JOB_158748","tr_customer_id":158765,"tr_customer_product_id":158755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:18.000Z","modified_at":"2026-01-17T14:23:18.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"103831513078457","imei1":"103831513078457","imei2":"103831513078457","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158750,"job_number":"JOB_158750","tr_customer_id":158767,"tr_customer_product_id":158757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:18.000Z","modified_at":"2026-01-17T14:23:19.000Z","name":"Maida Wehner","mobile_number":"708-706-0938","email_id":"Tremayne.Lemke38@gmail.com","dop":"2025-06-09","serial_number":"103030205292523","imei1":"103030205292523","imei2":"103030205292523","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158753,"job_number":"JOB_158753","tr_customer_id":158770,"tr_customer_product_id":158760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:33.000Z","modified_at":"2026-01-17T14:23:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105148546255345","imei1":"105148546255345","imei2":"105148546255345","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158756,"job_number":"JOB_158756","tr_customer_id":158773,"tr_customer_product_id":158763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:33.000Z","modified_at":"2026-01-17T14:23:33.000Z","name":"Eladio Goldner","mobile_number":"904-942-7964","email_id":"Heidi_Reynolds43@hotmail.com","dop":"2025-06-09","serial_number":"102316771377145","imei1":"102316771377145","imei2":"102316771377145","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158813,"job_number":"JOB_158813","tr_customer_id":158830,"tr_customer_product_id":158820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:41:54.000Z","modified_at":"2026-01-17T16:41:54.000Z","name":"Reyna Mohr","mobile_number":"296-899-0004","email_id":"Frieda85@yahoo.com","dop":"2025-11-09","serial_number":"57874044669091","imei1":"57874044669091","imei2":"57874044669091","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:41:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158819,"job_number":"JOB_158819","tr_customer_id":158836,"tr_customer_product_id":158826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:51:30.000Z","modified_at":"2026-01-17T16:51:30.000Z","name":"Rowan Robel","mobile_number":"792-545-1966","email_id":"Kacie.Koch@hotmail.com","dop":"2025-11-09","serial_number":"74850340132784","imei1":"74850340132784","imei2":"74850340132784","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158823,"job_number":"JOB_158823","tr_customer_id":158840,"tr_customer_product_id":158830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:56:30.000Z","modified_at":"2026-01-17T16:56:30.000Z","name":"Aimee Auer","mobile_number":"319-937-1738","email_id":"Esperanza43@yahoo.com","dop":"2025-11-09","serial_number":"25375359787120","imei1":"25375359787120","imei2":"25375359787120","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158824,"job_number":"JOB_158824","tr_customer_id":158841,"tr_customer_product_id":158831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:57:23.000Z","modified_at":"2026-01-17T16:57:23.000Z","name":"Bobby Kautzer","mobile_number":"582-461-1867","email_id":"Jason.Dietrich70@hotmail.com","dop":"2025-11-09","serial_number":"75143471341121","imei1":"75143471341121","imei2":"75143471341121","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158825,"job_number":"JOB_158825","tr_customer_id":158842,"tr_customer_product_id":158832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:57:31.000Z","modified_at":"2026-01-17T16:57:31.000Z","name":"Grayson Parisian","mobile_number":"805-726-6735","email_id":"Meagan4@yahoo.com","dop":"2025-11-09","serial_number":"37262570811936","imei1":"37262570811936","imei2":"37262570811936","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158826,"job_number":"JOB_158826","tr_customer_id":158843,"tr_customer_product_id":158833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:57:36.000Z","modified_at":"2026-01-17T16:57:36.000Z","name":"Russell Jacobs","mobile_number":"902-368-1265","email_id":"Niko_Conn8@gmail.com","dop":"2025-11-09","serial_number":"19754020528460","imei1":"19754020528460","imei2":"19754020528460","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158827,"job_number":"JOB_158827","tr_customer_id":158844,"tr_customer_product_id":158834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:01:44.000Z","modified_at":"2026-01-17T17:01:44.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Brian_Crist65@hotmail.com","dop":"2025-07-02","serial_number":"17483713850840","imei1":"17483713850840","imei2":"17483713850840","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:01:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158837,"job_number":"JOB_158837","tr_customer_id":158854,"tr_customer_product_id":158844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:19:34.000Z","modified_at":"2026-01-17T17:19:34.000Z","name":"Jackson Schulist","mobile_number":"205-372-8597","email_id":"Carlie63@gmail.com","dop":"2025-11-09","serial_number":"1082055512642662","imei1":"1082055512642662","imei2":"1082055512642662","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158839,"job_number":"JOB_158839","tr_customer_id":158856,"tr_customer_product_id":158846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:37:15.000Z","modified_at":"2026-01-17T17:37:15.000Z","name":"Jillian Dickinson","mobile_number":"947-812-1294","email_id":"Marjorie53@gmail.com","dop":"2025-11-09","serial_number":"76809446332231170","imei1":"76809446332231170","imei2":"76809446332231170","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158852,"job_number":"JOB_158852","tr_customer_id":158869,"tr_customer_product_id":158859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:55:04.000Z","modified_at":"2026-01-17T17:55:04.000Z","name":"Queenie Paucek","mobile_number":"368-617-5944","email_id":"Nellie73@yahoo.com","dop":"2025-11-09","serial_number":"64264506674218","imei1":"64264506674218","imei2":"64264506674218","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158857,"job_number":"JOB_158857","tr_customer_id":158874,"tr_customer_product_id":158864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:06:02.000Z","modified_at":"2026-01-17T18:06:02.000Z","name":"Eduardo Balistreri","mobile_number":"632-326-4829","email_id":"Camilla33@gmail.com","dop":"2025-11-09","serial_number":"30317247592805","imei1":"30317247592805","imei2":"30317247592805","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:06:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158858,"job_number":"JOB_158858","tr_customer_id":158875,"tr_customer_product_id":158865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:06:04.000Z","modified_at":"2026-01-17T18:06:04.000Z","name":"Lee Hauck","mobile_number":"423-492-5619","email_id":"Camille5@yahoo.com","dop":"2025-11-09","serial_number":"62915010271506","imei1":"62915010271506","imei2":"62915010271506","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:06:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158859,"job_number":"JOB_158859","tr_customer_id":158876,"tr_customer_product_id":158866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:06:06.000Z","modified_at":"2026-01-17T18:06:06.000Z","name":"Alan Moen","mobile_number":"333-924-4232","email_id":"Shanny.Kihn@gmail.com","dop":"2025-11-09","serial_number":"54874544257837","imei1":"54874544257837","imei2":"54874544257837","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:06:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158919,"job_number":"JOB_158919","tr_customer_id":158936,"tr_customer_product_id":158926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:57:39.000Z","modified_at":"2026-01-18T02:57:39.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"16999783582082","imei1":"16999783582082","imei2":"16999783582082","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158920,"job_number":"JOB_158920","tr_customer_id":158937,"tr_customer_product_id":158927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:02:19.000Z","modified_at":"2026-01-18T03:02:19.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"18960427744197","imei1":"18960427744197","imei2":"18960427744197","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:02:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158921,"job_number":"JOB_158921","tr_customer_id":158938,"tr_customer_product_id":158928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:02:45.000Z","modified_at":"2026-01-18T03:02:45.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"15413786821477","imei1":"15413786821477","imei2":"15413786821477","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:02:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158922,"job_number":"JOB_158922","tr_customer_id":158939,"tr_customer_product_id":158929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:02:49.000Z","modified_at":"2026-01-18T03:02:49.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"17488219712659","imei1":"17488219712659","imei2":"17488219712659","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:02:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158925,"job_number":"JOB_158925","tr_customer_id":158942,"tr_customer_product_id":158932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:13:51.000Z","modified_at":"2026-01-18T03:13:51.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"12888349326320","imei1":"12888349326320","imei2":"12888349326320","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:13:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158955,"job_number":"JOB_158955","tr_customer_id":158972,"tr_customer_product_id":158962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:54.000Z","modified_at":"2026-01-18T03:54:54.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Hillary44@yahoo.com","dop":"2025-07-02","serial_number":"16177264770331","imei1":"16177264770331","imei2":"16177264770331","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158972,"job_number":"JOB_158972","tr_customer_id":158989,"tr_customer_product_id":158979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:12.000Z","modified_at":"2026-01-18T03:55:12.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Rodrigo19@yahoo.com","dop":"2025-07-02","serial_number":"10075227066788","imei1":"10075227066788","imei2":"10075227066788","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158981,"job_number":"JOB_158981","tr_customer_id":158998,"tr_customer_product_id":158988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:28.000Z","modified_at":"2026-01-18T03:55:28.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Everett.Mueller56@gmail.com","dop":"2025-07-02","serial_number":"18222792591266","imei1":"18222792591266","imei2":"18222792591266","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159014,"job_number":"JOB_159014","tr_customer_id":159031,"tr_customer_product_id":159021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:52.000Z","modified_at":"2026-01-18T03:55:52.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"178587345595178","imei1":"178587345595178","imei2":"178587345595178","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159015,"job_number":"JOB_159015","tr_customer_id":159032,"tr_customer_product_id":159022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:52.000Z","modified_at":"2026-01-18T03:55:52.000Z","name":"Brice Spencer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"184379799057561","imei1":"184379799057561","imei2":"184379799057561","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159016,"job_number":"JOB_159016","tr_customer_id":159033,"tr_customer_product_id":159023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:52.000Z","modified_at":"2026-01-18T03:55:52.000Z","name":"Freddy Rippin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"184673928715690","imei1":"184673928715690","imei2":"184673928715690","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159018,"job_number":"JOB_159018","tr_customer_id":159035,"tr_customer_product_id":159025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:53.000Z","modified_at":"2026-01-18T03:55:53.000Z","name":"Sheridan Fay","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101742648038726","imei1":"101742648038726","imei2":"101742648038726","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159030,"job_number":"JOB_159030","tr_customer_id":159047,"tr_customer_product_id":159037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:04.000Z","modified_at":"2026-01-18T03:56:04.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"149772267174641","imei1":"149772267174641","imei2":"149772267174641","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159031,"job_number":"JOB_159031","tr_customer_id":159048,"tr_customer_product_id":159038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:05.000Z","modified_at":"2026-01-18T03:56:05.000Z","name":"Kamron Feest","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"150152032301002","imei1":"150152032301002","imei2":"150152032301002","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159032,"job_number":"JOB_159032","tr_customer_id":159049,"tr_customer_product_id":159039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:05.000Z","modified_at":"2026-01-18T03:56:05.000Z","name":"Roy Ullrich","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"137438777865228","imei1":"137438777865228","imei2":"137438777865228","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159033,"job_number":"JOB_159033","tr_customer_id":159050,"tr_customer_product_id":159040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:05.000Z","modified_at":"2026-01-18T03:56:05.000Z","name":"Neoma Ryan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102787594491808","imei1":"102787594491808","imei2":"102787594491808","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159039,"job_number":"JOB_159039","tr_customer_id":159056,"tr_customer_product_id":159046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:09.000Z","modified_at":"2026-01-18T03:56:09.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109629788642404","imei1":"109629788642404","imei2":"109629788642404","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159041,"job_number":"JOB_159041","tr_customer_id":159058,"tr_customer_product_id":159048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:09.000Z","modified_at":"2026-01-18T03:56:09.000Z","name":"Fleta Altenwerth","mobile_number":"959-270-3076","email_id":"Kelsie_Abernathy43@gmail.com","dop":"2025-06-09","serial_number":"101310913718039","imei1":"101310913718039","imei2":"101310913718039","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159065,"job_number":"JOB_159065","tr_customer_id":159082,"tr_customer_product_id":159072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"101640472927755","imei1":"101640472927755","imei2":"101640472927755","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159068,"job_number":"JOB_159068","tr_customer_id":159085,"tr_customer_product_id":159075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Ariane Schinner","mobile_number":"876-414-6433","email_id":"Sigrid_DAmore93@hotmail.com","dop":"2025-06-09","serial_number":"101218134558963","imei1":"101218134558963","imei2":"101218134558963","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159078,"job_number":"JOB_159078","tr_customer_id":159095,"tr_customer_product_id":159085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:38.000Z","modified_at":"2026-01-18T03:56:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"108819093702176","imei1":"108819093702176","imei2":"108819093702176","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159080,"job_number":"JOB_159080","tr_customer_id":159097,"tr_customer_product_id":159087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:39.000Z","modified_at":"2026-01-18T03:56:39.000Z","name":"Lori Mante","mobile_number":"830-863-8987","email_id":"Sofia37@hotmail.com","dop":"2025-06-09","serial_number":"104125942069702","imei1":"104125942069702","imei2":"104125942069702","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 256ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9e66d47e-342e-413d-b136-324db7e560c2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-3Kj31wM12+Pge74mwQA/+LoZ6Bg"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4ODV9.NrXq4RWaa6Qd5PIKDknY23P0bHYevSY4B2UzN3pBHeA"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4ODV9.NrXq4RWaa6Qd5PIKDknY23P0bHYevSY4B2UzN3pBHeA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 05f21e51-0a0f-4aaf-af76-8b1758efd7e2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 261ms
Mean size per request: 163B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4ODV9.NrXq4RWaa6Qd5PIKDknY23P0bHYevSY4B2UzN3pBHeA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9ff5cead-4ae4-40e9-9999-a002dfdfcc8e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 163
ETag W/"a3-cPcfG2mhRzi9OVuGoyg0h+1/MRo"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":5},{"label":"Repair completed","key":"repair_completed","count":95}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 264ms
Mean size per request: 4.79KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4ODV9.NrXq4RWaa6Qd5PIKDknY23P0bHYevSY4B2UzN3pBHeA
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 069b2fa1-46a0-43b3-8eb8-cc9485e8c459
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1326-7PMBoOnbLZ9wutpNObrmpb4arxU"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 18 Jan 2026 06:14:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":158515,"job_number":"JOB_158515","tr_customer_id":158532,"tr_customer_product_id":158522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:06:03.000Z","modified_at":"2026-01-17T07:06:34.000Z","name":"Reuben Boyer","mobile_number":"990-554-7335","email_id":"Tyrese_Mills@hotmail.com","dop":"2025-12-03","serial_number":"58537310330916","imei1":"58537310330916","imei2":"58537310330916","popurl":"2025-12-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-17T07:06:34.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":158893,"job_number":"JOB_158893","tr_customer_id":158910,"tr_customer_product_id":158900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:25:17.000Z","modified_at":"2026-01-17T21:12:13.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"87132684662913","imei1":"87132684662913","imei2":"87132684662913","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-17T21:12:13.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":158903,"job_number":"JOB_158903","tr_customer_id":158920,"tr_customer_product_id":158910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:03:19.000Z","modified_at":"2026-01-17T21:04:06.000Z","name":"d d","mobile_number":"4545454545","email_id":"ww@gmail.com","dop":"2026-01-17","serial_number":"565765755585885","imei1":"565765755585885","imei2":"565765755585885","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-17T21:04:06.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":158934,"job_number":"JOB_158934","tr_customer_id":158951,"tr_customer_product_id":158941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:51.000Z","modified_at":"2026-01-18T03:30:02.000Z","name":"Mavis O'Connell","mobile_number":"442-453-2063","email_id":"Nelle.Pfeffer@hotmail.com","dop":"2025-04-06","serial_number":"15410425451321","imei1":"15410425451321","imei2":"15410425451321","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-18T03:30:02.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":159197,"job_number":"JOB_159197","tr_customer_id":159214,"tr_customer_product_id":159204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T06:14:39.000Z","modified_at":"2026-01-18T06:14:44.000Z","name":"Pierce Nader","mobile_number":"520-344-7076","email_id":"Edgardo58@yahoo.com","dop":"2025-11-04","serial_number":"45218881219014","imei1":"45218881219014","imei2":"45218881219014","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-18T06:14:44.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4ODV9.NrXq4RWaa6Qd5PIKDknY23P0bHYevSY4B2UzN3pBHeA
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token dd44849e-5197-47e6-9103-daea08fb9d79
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 283ms
Mean size per request: 5.92KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4ODV9.NrXq4RWaa6Qd5PIKDknY23P0bHYevSY4B2UzN3pBHeA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 478e63f2-c746-48cb-8147-e25a86b1657b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"17ad-w/2G1J8EX1bIPTgx1SxOUX0SM4Y"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 18 Jan 2026 06:14:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":159197,"job_number":"JOB_159197","tr_customer_id":159214,"tr_customer_product_id":159204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T06:14:39.000Z","modified_at":"2026-01-18T06:14:44.000Z","name":"Pierce Nader","mobile_number":"520-344-7076","email_id":"Edgardo58@yahoo.com","dop":"2025-11-04","serial_number":"45218881219014","imei1":"45218881219014","imei2":"45218881219014","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-18T06:14:44.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":159197,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-18T06:14:39.000Z"}],"quatations":[]},{"id":158934,"job_number":"JOB_158934","tr_customer_id":158951,"tr_customer_product_id":158941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:51.000Z","modified_at":"2026-01-18T03:30:02.000Z","name":"Mavis O'Connell","mobile_number":"442-453-2063","email_id":"Nelle.Pfeffer@hotmail.com","dop":"2025-04-06","serial_number":"15410425451321","imei1":"15410425451321","imei2":"15410425451321","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-18T03:30:02.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":158934,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-18T03:29:51.000Z"}],"quatations":[]},{"id":158903,"job_number":"JOB_158903","tr_customer_id":158920,"tr_customer_product_id":158910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:03:19.000Z","modified_at":"2026-01-17T21:04:06.000Z","name":"d d","mobile_number":"4545454545","email_id":"ww@gmail.com","dop":"2026-01-17","serial_number":"565765755585885","imei1":"565765755585885","imei2":"565765755585885","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-17T21:04:06.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":158903,"remark":"d","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-17T21:03:19.000Z"}],"quatations":[]},{"id":158893,"job_number":"JOB_158893","tr_customer_id":158910,"tr_customer_product_id":158900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:25:17.000Z","modified_at":"2026-01-17T21:12:13.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"87132684662913","imei1":"87132684662913","imei2":"87132684662913","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-17T21:12:13.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":158893,"remark":"slow","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-17T19:25:17.000Z"},{"id":1,"name":"Smartphone is running slow","tr_job_head_id":158893,"remark":"low","added_by":"Mark zuk","role_name":"Engineer","created_at":"2026-01-17T20:10:54.000Z"}],"quatations":[]},{"id":158515,"job_number":"JOB_158515","tr_customer_id":158532,"tr_customer_product_id":158522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:06:03.000Z","modified_at":"2026-01-17T07:06:34.000Z","name":"Reuben Boyer","mobile_number":"990-554-7335","email_id":"Tyrese_Mills@hotmail.com","dop":"2025-12-03","serial_number":"58537310330916","imei1":"58537310330916","imei2":"58537310330916","popurl":"2025-12-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-17T07:06:34.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":158515,"remark":"Bad Condition","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-17T07:06:03.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4ODV9.NrXq4RWaa6Qd5PIKDknY23P0bHYevSY4B2UzN3pBHeA
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6f35e47d-d246-4bfd-b757-44a224fff3e6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 18 Jan 2026 06:14:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4ODV9.NrXq4RWaa6Qd5PIKDknY23P0bHYevSY4B2UzN3pBHeA
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token aa9374fb-956c-487e-9ef9-13b4d70c4124
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":159197,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7c043287-8504-4928-b447-2bc3614a6bbb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-0GtsXySeQL/twyykyj7bdx4I3ug"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODcxNjg4N30.F0-g2GFOXuRM512wVVCzkckySPSEOnUsZOYROO6_xYU"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODcxNjg4N30.F0-g2GFOXuRM512wVVCzkckySPSEOnUsZOYROO6_xYU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token acd9d4be-c1b0-400f-9024-2a8f97d81d49
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 264ms
Mean size per request: 201B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODcxNjg4N30.F0-g2GFOXuRM512wVVCzkckySPSEOnUsZOYROO6_xYU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 20c9bc0f-1d9e-4213-9958-de3066022885
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 201
ETag W/"c9-DkPgUkbAleCav3r9Sr0JrLjysEk"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":96},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 248ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODcxNjg4N30.F0-g2GFOXuRM512wVVCzkckySPSEOnUsZOYROO6_xYU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4787f7d7-203b-42ab-920d-8dff11548625
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 276ms
Mean size per request: 92.74KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODcxNjg4N30.F0-g2GFOXuRM512wVVCzkckySPSEOnUsZOYROO6_xYU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 610046dd-a3db-4c7d-a7ba-ad63c161402f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"172f3-OrQdw3vXm3ydRHnyLr5WHlUh65Q"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 18 Jan 2026 06:14:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":158905,"job_number":"JOB_158905","tr_customer_id":158922,"tr_customer_product_id":158912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:05:53.000Z","modified_at":"2026-01-18T04:19:10.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"59683443255409","imei1":"59683443255409","imei2":"59683443255409","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158924,"job_number":"JOB_158924","tr_customer_id":158941,"tr_customer_product_id":158931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:10:02.000Z","modified_at":"2026-01-18T04:16:43.000Z","name":"Ramesh Kaginakar","mobile_number":"1234567890","email_id":"abc@gmail.com","dop":"2025-12-10","serial_number":"12345678901234","imei1":"12345678900168","imei2":"12345678900168","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:16:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158926,"job_number":"JOB_158926","tr_customer_id":158943,"tr_customer_product_id":158933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:19:27.000Z","modified_at":"2026-01-18T03:20:01.000Z","name":"Jany Schumm","mobile_number":"819-669-9321","email_id":"Dolores_Cummings@gmail.com","dop":"2025-04-06","serial_number":"16220468222119","imei1":"16220468222119","imei2":"16220468222119","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158928,"job_number":"JOB_158928","tr_customer_id":158945,"tr_customer_product_id":158935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:20:07.000Z","modified_at":"2026-01-18T03:20:40.000Z","name":"Mack Effertz","mobile_number":"203-820-2100","email_id":"Rubie65@gmail.com","dop":"2025-04-06","serial_number":"12788823772398","imei1":"12788823772398","imei2":"12788823772398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158930,"job_number":"JOB_158930","tr_customer_id":158947,"tr_customer_product_id":158937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:20:47.000Z","modified_at":"2026-01-18T03:21:20.000Z","name":"Bette Gerlach","mobile_number":"896-787-1809","email_id":"Dereck_Walsh24@hotmail.com","dop":"2025-04-06","serial_number":"16172502981161","imei1":"16172502981161","imei2":"16172502981161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:21:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158937,"job_number":"JOB_158937","tr_customer_id":158954,"tr_customer_product_id":158944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:31:51.000Z","modified_at":"2026-01-18T03:32:25.000Z","name":"Kaelyn Ernser","mobile_number":"276-837-8785","email_id":"Kenyatta64@gmail.com","dop":"2025-04-06","serial_number":"13302347146939","imei1":"13302347146939","imei2":"13302347146939","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:32:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158939,"job_number":"JOB_158939","tr_customer_id":158956,"tr_customer_product_id":158946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:32:31.000Z","modified_at":"2026-01-18T03:33:05.000Z","name":"Alexandre Konopelski","mobile_number":"676-672-9577","email_id":"Justice_Reinger@yahoo.com","dop":"2025-04-06","serial_number":"16076634674188","imei1":"16076634674188","imei2":"16076634674188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:33:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158941,"job_number":"JOB_158941","tr_customer_id":158958,"tr_customer_product_id":158948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:33:12.000Z","modified_at":"2026-01-18T03:33:45.000Z","name":"Hillary Rau","mobile_number":"390-865-7429","email_id":"Aiden.Greenfelder@gmail.com","dop":"2025-04-06","serial_number":"17243360628534","imei1":"17243360628534","imei2":"17243360628534","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:33:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158943,"job_number":"JOB_158943","tr_customer_id":158960,"tr_customer_product_id":158950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:36.000Z","modified_at":"2026-01-18T03:55:12.000Z","name":"Benton Ryan","mobile_number":"955-935-3229","email_id":"Jake6@gmail.com","dop":"2025-04-06","serial_number":"17064670616331","imei1":"17064670616331","imei2":"17064670616331","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158944,"job_number":"JOB_158944","tr_customer_id":158961,"tr_customer_product_id":158951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:37.000Z","modified_at":"2026-01-18T03:54:46.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"14592451049480","imei1":"14592451049480","imei2":"14592451049480","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:54:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158947,"job_number":"JOB_158947","tr_customer_id":158964,"tr_customer_product_id":158954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:43.000Z","modified_at":"2026-01-18T03:55:19.000Z","name":"Toni Hessel","mobile_number":"822-867-3534","email_id":"Baron_Hansen70@gmail.com","dop":"2025-04-06","serial_number":"12146443770103","imei1":"12146443770103","imei2":"12146443770103","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158950,"job_number":"JOB_158950","tr_customer_id":158967,"tr_customer_product_id":158957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:48.000Z","modified_at":"2026-01-18T03:55:24.000Z","name":"Greyson Hudson","mobile_number":"447-911-9854","email_id":"Charlie20@yahoo.com","dop":"2025-06-18","serial_number":"10814948618389","imei1":"10814948618389","imei2":"10814948618389","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158951,"job_number":"JOB_158951","tr_customer_id":158968,"tr_customer_product_id":158958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:48.000Z","modified_at":"2026-01-18T03:55:24.000Z","name":"Leann Kohler","mobile_number":"616-903-0282","email_id":"Zaria24@hotmail.com","dop":"2025-04-06","serial_number":"12643092197072","imei1":"12643092197072","imei2":"12643092197072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158953,"job_number":"JOB_158953","tr_customer_id":158970,"tr_customer_product_id":158960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:49.000Z","modified_at":"2026-01-18T03:54:58.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"89701185008134","imei1":"89701185008134","imei2":"89701185008134","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158957,"job_number":"JOB_158957","tr_customer_id":158974,"tr_customer_product_id":158964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:55.000Z","modified_at":"2026-01-18T03:55:31.000Z","name":"Philip Spinka","mobile_number":"994-378-0101","email_id":"Taurean_Funk@gmail.com","dop":"2025-04-06","serial_number":"19239000819803","imei1":"19239000819803","imei2":"19239000819803","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158960,"job_number":"JOB_158960","tr_customer_id":158977,"tr_customer_product_id":158967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:56.000Z","modified_at":"2026-01-18T03:55:32.000Z","name":"Tate Greenholt","mobile_number":"729-959-9597","email_id":"Betsy44@yahoo.com","dop":"2025-04-06","serial_number":"13483793813665","imei1":"13483793813665","imei2":"13483793813665","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158961,"job_number":"JOB_158961","tr_customer_id":158978,"tr_customer_product_id":158968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:57.000Z","modified_at":"2026-01-18T03:55:31.000Z","name":"Duncan Collier","mobile_number":"269-443-8960","email_id":"Mina_Russel@yahoo.com","dop":"2025-04-06","serial_number":"11758303035972","imei1":"11758303035972","imei2":"11758303035972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158965,"job_number":"JOB_158965","tr_customer_id":158982,"tr_customer_product_id":158972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:04.000Z","modified_at":"2026-01-18T03:55:40.000Z","name":"Vaughn Haley","mobile_number":"751-435-2341","email_id":"Ian_Heaney@hotmail.com","dop":"2025-04-06","serial_number":"16373163828544","imei1":"16373163828544","imei2":"16373163828544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158967,"job_number":"JOB_158967","tr_customer_id":158984,"tr_customer_product_id":158974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:08.000Z","modified_at":"2026-01-18T03:55:45.000Z","name":"Christa Kemmer","mobile_number":"297-386-4109","email_id":"Leann.Ernser@gmail.com","dop":"2025-04-06","serial_number":"18005361775125","imei1":"18005361775125","imei2":"18005361775125","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158970,"job_number":"JOB_158970","tr_customer_id":158987,"tr_customer_product_id":158977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:09.000Z","modified_at":"2026-01-18T03:55:44.000Z","name":"Genesis Flatley","mobile_number":"804-393-9060","email_id":"Nathanial_Jacobson@yahoo.com","dop":"2025-04-06","serial_number":"11167568827578","imei1":"11167568827578","imei2":"11167568827578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158974,"job_number":"JOB_158974","tr_customer_id":158991,"tr_customer_product_id":158981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:18.000Z","modified_at":"2026-01-18T03:55:53.000Z","name":"Maybell Hills","mobile_number":"989-446-8889","email_id":"Pascale92@yahoo.com","dop":"2025-04-06","serial_number":"18848068655341","imei1":"18848068655341","imei2":"18848068655341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158979,"job_number":"JOB_158979","tr_customer_id":158996,"tr_customer_product_id":158986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:26.000Z","modified_at":"2026-01-18T03:56:01.000Z","name":"Dimitri Goyette","mobile_number":"319-502-8315","email_id":"Kitty_Lockman@hotmail.com","dop":"2025-04-06","serial_number":"19031017337786","imei1":"19031017337786","imei2":"19031017337786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158984,"job_number":"JOB_158984","tr_customer_id":159001,"tr_customer_product_id":158991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:31.000Z","modified_at":"2026-01-18T03:56:07.000Z","name":"Dustin Hayes","mobile_number":"752-267-0808","email_id":"Clark_Keebler29@hotmail.com","dop":"2025-06-18","serial_number":"10971319133964","imei1":"10971319133964","imei2":"10971319133964","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158985,"job_number":"JOB_158985","tr_customer_id":159002,"tr_customer_product_id":158992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:31.000Z","modified_at":"2026-01-18T03:56:07.000Z","name":"Antwon Reichert","mobile_number":"997-216-1387","email_id":"Aric70@gmail.com","dop":"2025-04-06","serial_number":"17099555143393","imei1":"17099555143393","imei2":"17099555143393","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158990,"job_number":"JOB_158990","tr_customer_id":159007,"tr_customer_product_id":158997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:37.000Z","modified_at":"2026-01-18T03:56:16.000Z","name":"Tyrese Schumm","mobile_number":"231-628-4546","email_id":"Joan_Hessel@yahoo.com","dop":"2000-01-31","serial_number":"10614842317378","imei1":"10614842317378","imei2":"10614842317378","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158991,"job_number":"JOB_158991","tr_customer_id":159008,"tr_customer_product_id":158998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:38.000Z","modified_at":"2026-01-18T03:56:12.000Z","name":"Jeramy Romaguera","mobile_number":"787-267-1367","email_id":"Audreanne8@hotmail.com","dop":"2025-04-06","serial_number":"12785879705304","imei1":"12785879705304","imei2":"12785879705304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158993,"job_number":"JOB_158993","tr_customer_id":159010,"tr_customer_product_id":159000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:38.000Z","modified_at":"2026-01-18T03:56:14.000Z","name":"Kassandra Berge","mobile_number":"504-319-2564","email_id":"Hunter_Fritsch@yahoo.com","dop":"2025-04-06","serial_number":"17958380500147","imei1":"17958380500147","imei2":"17958380500147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158999,"job_number":"JOB_158999","tr_customer_id":159016,"tr_customer_product_id":159006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:40.000Z","modified_at":"2026-01-18T03:56:15.000Z","name":"Kaden Gislason","mobile_number":"767-914-8852","email_id":"Thalia88@gmail.com","dop":"2025-04-06","serial_number":"15412717647720","imei1":"15412717647720","imei2":"15412717647720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159001,"job_number":"JOB_159001","tr_customer_id":159018,"tr_customer_product_id":159008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:40.000Z","modified_at":"2026-01-18T03:56:16.000Z","name":"Doris Skiles","mobile_number":"635-255-6745","email_id":"Colt35@yahoo.com","dop":"2025-04-06","serial_number":"11658379196792","imei1":"11658379196792","imei2":"11658379196792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159002,"job_number":"JOB_159002","tr_customer_id":159019,"tr_customer_product_id":159009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:40.000Z","modified_at":"2026-01-18T03:56:16.000Z","name":"Julian Bergstrom","mobile_number":"459-533-2896","email_id":"Linnie.Reinger@hotmail.com","dop":"2025-04-06","serial_number":"14858585471977","imei1":"14858585471977","imei2":"14858585471977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159009,"job_number":"JOB_159009","tr_customer_id":159026,"tr_customer_product_id":159016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:47.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"Madeline Jacobs","mobile_number":"514-968-7081","email_id":"Delores.Orn@yahoo.com","dop":"2025-04-06","serial_number":"19578618797378","imei1":"19578618797378","imei2":"19578618797378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159013,"job_number":"JOB_159013","tr_customer_id":159030,"tr_customer_product_id":159020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:51.000Z","modified_at":"2026-01-18T03:56:26.000Z","name":"Ursula Bradtke","mobile_number":"302-310-0015","email_id":"Dale65@gmail.com","dop":"2025-04-06","serial_number":"16113939395735","imei1":"16113939395735","imei2":"16113939395735","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159020,"job_number":"JOB_159020","tr_customer_id":159037,"tr_customer_product_id":159027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:56.000Z","modified_at":"2026-01-18T03:56:31.000Z","name":"Alba Rohan","mobile_number":"802-857-2938","email_id":"Moses66@yahoo.com","dop":"2025-04-06","serial_number":"12398716691813","imei1":"12398716691813","imei2":"12398716691813","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159023,"job_number":"JOB_159023","tr_customer_id":159040,"tr_customer_product_id":159030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:01.000Z","modified_at":"2026-01-18T03:56:36.000Z","name":"Ben Kuhn","mobile_number":"691-824-3322","email_id":"Daisy_Rutherford9@hotmail.com","dop":"2025-04-06","serial_number":"12037303054493","imei1":"12037303054493","imei2":"12037303054493","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159026,"job_number":"JOB_159026","tr_customer_id":159043,"tr_customer_product_id":159033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:02.000Z","modified_at":"2026-01-18T03:56:36.000Z","name":"Savanna Monahan","mobile_number":"462-706-2832","email_id":"Toby.Kuphal84@gmail.com","dop":"2025-06-26","serial_number":"10475853912111","imei1":"10475853912111","imei2":"10475853912111","popurl":"2025-06-27T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159035,"job_number":"JOB_159035","tr_customer_id":159052,"tr_customer_product_id":159042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:06.000Z","modified_at":"2026-01-18T03:56:42.000Z","name":"Randy Schmeler","mobile_number":"323-416-5949","email_id":"Alisha20@gmail.com","dop":"2025-04-06","serial_number":"17865956958461","imei1":"17865956958461","imei2":"17865956958461","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159038,"job_number":"JOB_159038","tr_customer_id":159055,"tr_customer_product_id":159045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:08.000Z","modified_at":"2026-01-18T03:56:44.000Z","name":"Kris Bergstrom","mobile_number":"508-383-2600","email_id":"Hazle.Krajcik@gmail.com","dop":"2025-04-06","serial_number":"13797358340007","imei1":"13797358340007","imei2":"13797358340007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159044,"job_number":"JOB_159044","tr_customer_id":159061,"tr_customer_product_id":159051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:11.000Z","modified_at":"2026-01-18T03:56:48.000Z","name":"Ernesto Moore","mobile_number":"677-862-9926","email_id":"Irma.Stanton44@yahoo.com","dop":"2025-04-06","serial_number":"17502561829918","imei1":"17502561829918","imei2":"17502561829918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159047,"job_number":"JOB_159047","tr_customer_id":159064,"tr_customer_product_id":159054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:14.000Z","modified_at":"2026-01-18T03:56:49.000Z","name":"Rahul Collins","mobile_number":"535-323-8143","email_id":"Joyce.Connelly@yahoo.com","dop":"2025-04-06","serial_number":"17396895026096","imei1":"17396895026096","imei2":"17396895026096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159050,"job_number":"JOB_159050","tr_customer_id":159067,"tr_customer_product_id":159057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:19.000Z","modified_at":"2026-01-18T03:56:52.000Z","name":"Jillian Hammes","mobile_number":"399-301-6953","email_id":"Fausto_Zboncak@hotmail.com","dop":"2025-04-06","serial_number":"15069239875856","imei1":"15069239875856","imei2":"15069239875856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159053,"job_number":"JOB_159053","tr_customer_id":159070,"tr_customer_product_id":159060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:20.000Z","modified_at":"2026-01-18T03:56:59.000Z","name":"Mandy Satterfield","mobile_number":"295-776-2741","email_id":"Hortense.Herman83@gmail.com","dop":"2025-04-06","serial_number":"13255645546171","imei1":"13255645546171","imei2":"13255645546171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159055,"job_number":"JOB_159055","tr_customer_id":159072,"tr_customer_product_id":159062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:21.000Z","modified_at":"2026-01-18T03:56:57.000Z","name":"Hermina Mertz","mobile_number":"650-957-4349","email_id":"Lesly_Botsford@yahoo.com","dop":"2025-04-06","serial_number":"14525818112271","imei1":"14525818112271","imei2":"14525818112271","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159058,"job_number":"JOB_159058","tr_customer_id":159075,"tr_customer_product_id":159065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:58.000Z","name":"Jadon Romaguera","mobile_number":"830-852-3877","email_id":"Rene95@hotmail.com","dop":"2025-04-06","serial_number":"12062052753301","imei1":"12062052753301","imei2":"12062052753301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159061,"job_number":"JOB_159061","tr_customer_id":159078,"tr_customer_product_id":159068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:23.000Z","modified_at":"2026-01-18T03:56:58.000Z","name":"Shannon Willms","mobile_number":"694-886-8947","email_id":"Gregory_Von9@yahoo.com","dop":"2025-04-06","serial_number":"13668261197857","imei1":"13668261197857","imei2":"13668261197857","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159063,"job_number":"JOB_159063","tr_customer_id":159080,"tr_customer_product_id":159070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:23.000Z","modified_at":"2026-01-18T03:57:01.000Z","name":"Sadye Zemlak","mobile_number":"574-577-9262","email_id":"Emery64@hotmail.com","dop":"2000-01-31","serial_number":"10361035499517","imei1":"10361035499517","imei2":"10361035499517","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159071,"job_number":"JOB_159071","tr_customer_id":159088,"tr_customer_product_id":159078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:30.000Z","modified_at":"2026-01-18T03:57:05.000Z","name":"Nellie McKenzie","mobile_number":"404-256-8684","email_id":"Tommie98@yahoo.com","dop":"2025-04-06","serial_number":"18804189159794","imei1":"18804189159794","imei2":"18804189159794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159074,"job_number":"JOB_159074","tr_customer_id":159091,"tr_customer_product_id":159081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:33.000Z","modified_at":"2026-01-18T03:57:07.000Z","name":"Agnes Kilback","mobile_number":"239-766-5758","email_id":"Nina77@gmail.com","dop":"2025-04-06","serial_number":"19195918394177","imei1":"19195918394177","imei2":"19195918394177","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159077,"job_number":"JOB_159077","tr_customer_id":159094,"tr_customer_product_id":159084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:38.000Z","modified_at":"2026-01-18T03:57:12.000Z","name":"Guiseppe Johnston","mobile_number":"429-834-8255","email_id":"Maverick.Konopelski1@gmail.com","dop":"2025-04-06","serial_number":"18486497465696","imei1":"18486497465696","imei2":"18486497465696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159083,"job_number":"JOB_159083","tr_customer_id":159100,"tr_customer_product_id":159090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:43.000Z","modified_at":"2026-01-18T03:57:18.000Z","name":"Chadd Steuber","mobile_number":"451-894-2969","email_id":"Lottie_Glover@yahoo.com","dop":"2025-04-06","serial_number":"17629287627526","imei1":"17629287627526","imei2":"17629287627526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159086,"job_number":"JOB_159086","tr_customer_id":159103,"tr_customer_product_id":159093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:50.000Z","modified_at":"2026-01-18T03:57:25.000Z","name":"Roslyn Klocko","mobile_number":"532-235-3381","email_id":"Mac_Steuber@yahoo.com","dop":"2025-04-06","serial_number":"12786615718002","imei1":"12786615718002","imei2":"12786615718002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159089,"job_number":"JOB_159089","tr_customer_id":159106,"tr_customer_product_id":159096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:55.000Z","modified_at":"2026-01-18T03:57:31.000Z","name":"Noble Hermann","mobile_number":"724-877-8268","email_id":"Mazie18@hotmail.com","dop":"2025-04-06","serial_number":"15240783714408","imei1":"15240783714408","imei2":"15240783714408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159091,"job_number":"JOB_159091","tr_customer_id":159108,"tr_customer_product_id":159098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:56.000Z","modified_at":"2026-01-18T03:57:31.000Z","name":"Jessyca Ziemann","mobile_number":"260-864-3713","email_id":"Shaniya_Little@yahoo.com","dop":"2025-04-06","serial_number":"13874517797187","imei1":"13874517797187","imei2":"13874517797187","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159095,"job_number":"JOB_159095","tr_customer_id":159112,"tr_customer_product_id":159102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:59.000Z","modified_at":"2026-01-18T03:57:32.000Z","name":"Percival Purdy","mobile_number":"706-346-4165","email_id":"Zane_Daugherty70@gmail.com","dop":"2025-04-06","serial_number":"12534935834116","imei1":"12534935834116","imei2":"12534935834116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159098,"job_number":"JOB_159098","tr_customer_id":159115,"tr_customer_product_id":159105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:05.000Z","modified_at":"2026-01-18T03:57:40.000Z","name":"Athena Boehm","mobile_number":"602-616-5508","email_id":"Dovie.Cartwright9@yahoo.com","dop":"2025-04-06","serial_number":"12620694671011","imei1":"12620694671011","imei2":"12620694671011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159100,"job_number":"JOB_159100","tr_customer_id":159117,"tr_customer_product_id":159107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:06.000Z","modified_at":"2026-01-18T03:57:44.000Z","name":"Nichole Rosenbaum","mobile_number":"751-523-9506","email_id":"Vickie_Grimes@yahoo.com","dop":"2025-04-06","serial_number":"18111139794010","imei1":"18111139794010","imei2":"18111139794010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159104,"job_number":"JOB_159104","tr_customer_id":159121,"tr_customer_product_id":159111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:09.000Z","modified_at":"2026-01-18T03:57:46.000Z","name":"Jay Davis","mobile_number":"612-378-8907","email_id":"Nya83@gmail.com","dop":"2000-01-31","serial_number":"10453109750065","imei1":"10453109750065","imei2":"10453109750065","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159107,"job_number":"JOB_159107","tr_customer_id":159124,"tr_customer_product_id":159114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:19.000Z","modified_at":"2026-01-18T03:57:53.000Z","name":"Vena Kling","mobile_number":"538-954-8062","email_id":"Marilyne23@gmail.com","dop":"2025-04-06","serial_number":"16525630311264","imei1":"16525630311264","imei2":"16525630311264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159110,"job_number":"JOB_159110","tr_customer_id":159127,"tr_customer_product_id":159117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:39.000Z","modified_at":"2026-01-18T03:58:14.000Z","name":"Belle Ullrich","mobile_number":"937-841-8368","email_id":"Chanelle73@yahoo.com","dop":"2025-04-06","serial_number":"19820439666902","imei1":"19820439666902","imei2":"19820439666902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159113,"job_number":"JOB_159113","tr_customer_id":159130,"tr_customer_product_id":159120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:52.000Z","modified_at":"2026-01-18T03:58:30.000Z","name":"Terrell Hettinger","mobile_number":"323-467-7652","email_id":"Jo.Deckow@hotmail.com","dop":"2025-04-06","serial_number":"18501209557801","imei1":"18501209557801","imei2":"18501209557801","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159116,"job_number":"JOB_159116","tr_customer_id":159133,"tr_customer_product_id":159123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:54.000Z","modified_at":"2026-01-18T03:58:31.000Z","name":"Barbara Powlowski","mobile_number":"978-990-2526","email_id":"Kamron47@gmail.com","dop":"2000-01-31","serial_number":"10824899581379","imei1":"10824899581379","imei2":"10824899581379","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159124,"job_number":"JOB_159124","tr_customer_id":159141,"tr_customer_product_id":159131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:06.000Z","modified_at":"2026-01-18T04:02:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35111757339726","imei1":"35111757339726","imei2":"35111757339726","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:02:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159131,"job_number":"JOB_159131","tr_customer_id":159148,"tr_customer_product_id":159138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:37.000Z","modified_at":"2026-01-18T04:02:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95837614501872","imei1":"95837614501872","imei2":"95837614501872","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:02:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159138,"job_number":"JOB_159138","tr_customer_id":159155,"tr_customer_product_id":159145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:07.000Z","modified_at":"2026-01-18T04:03:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38245745566724","imei1":"38245745566724","imei2":"38245745566724","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:03:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159139,"job_number":"JOB_159139","tr_customer_id":159156,"tr_customer_product_id":159146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:35:38.000Z","modified_at":"2026-01-18T04:36:16.000Z","name":"Jaydon Rau","mobile_number":"954-764-1801","email_id":"Kristoffer41@gmail.com","dop":"2025-04-06","serial_number":"14920275058033","imei1":"14920275058033","imei2":"14920275058033","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159141,"job_number":"JOB_159141","tr_customer_id":159158,"tr_customer_product_id":159148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:36:24.000Z","modified_at":"2026-01-18T04:37:01.000Z","name":"Carlee Heaney","mobile_number":"231-304-7276","email_id":"Verdie_Morissette4@hotmail.com","dop":"2025-04-06","serial_number":"18551688384460","imei1":"18551688384460","imei2":"18551688384460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:37:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159143,"job_number":"JOB_159143","tr_customer_id":159160,"tr_customer_product_id":159150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:37:09.000Z","modified_at":"2026-01-18T04:37:46.000Z","name":"Cristobal O'Hara","mobile_number":"823-651-5583","email_id":"Kennith_DAmore29@hotmail.com","dop":"2025-04-06","serial_number":"19490553851209","imei1":"19490553851209","imei2":"19490553851209","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159148,"job_number":"JOB_159148","tr_customer_id":159165,"tr_customer_product_id":159155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:46:20.000Z","modified_at":"2026-01-18T04:46:30.000Z","name":"Dedrick Zieme","mobile_number":"402-616-8008","email_id":"Giles_Harris@gmail.com","dop":"2025-07-01","serial_number":"101389294631118","imei1":"101389294631118","imei2":"101389294631118","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159150,"job_number":"JOB_159150","tr_customer_id":159167,"tr_customer_product_id":159157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:46:32.000Z","modified_at":"2026-01-18T04:46:41.000Z","name":"Leonie Gislason","mobile_number":"384-614-4881","email_id":"Candace_Mitchell28@hotmail.com","dop":"2025-07-01","serial_number":"100464639279967","imei1":"100464639279967","imei2":"100464639279967","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:46:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159151,"job_number":"JOB_159151","tr_customer_id":159168,"tr_customer_product_id":159158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:48:42.000Z","modified_at":"2026-01-18T04:49:19.000Z","name":"Nathanial Koepp","mobile_number":"434-971-7428","email_id":"Mara.Williamson33@gmail.com","dop":"2025-04-06","serial_number":"10463330961064","imei1":"10463330961064","imei2":"10463330961064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159153,"job_number":"JOB_159153","tr_customer_id":159170,"tr_customer_product_id":159160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:49:26.000Z","modified_at":"2026-01-18T04:50:02.000Z","name":"Cleta Beahan","mobile_number":"370-386-7032","email_id":"Ethel.Abshire48@hotmail.com","dop":"2025-04-06","serial_number":"14136533686410","imei1":"14136533686410","imei2":"14136533686410","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159155,"job_number":"JOB_159155","tr_customer_id":159172,"tr_customer_product_id":159162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:50:08.000Z","modified_at":"2026-01-18T04:50:44.000Z","name":"Marcel Vandervort","mobile_number":"323-306-0493","email_id":"Elvis_Cole@yahoo.com","dop":"2025-04-06","serial_number":"11451756959112","imei1":"11451756959112","imei2":"11451756959112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159157,"job_number":"JOB_159157","tr_customer_id":159174,"tr_customer_product_id":159164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:50:27.000Z","modified_at":"2026-01-18T04:51:03.000Z","name":"Willard Sanford","mobile_number":"683-807-4268","email_id":"Dallas.Gleichner@hotmail.com","dop":"2025-04-06","serial_number":"12748072921401","imei1":"12748072921401","imei2":"12748072921401","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159159,"job_number":"JOB_159159","tr_customer_id":159176,"tr_customer_product_id":159166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:54:53.000Z","modified_at":"2026-01-18T04:55:30.000Z","name":"Eddie Tromp","mobile_number":"675-780-2070","email_id":"Jarred.Volkman82@yahoo.com","dop":"2025-04-06","serial_number":"14676057427219","imei1":"14676057427219","imei2":"14676057427219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159161,"job_number":"JOB_159161","tr_customer_id":159178,"tr_customer_product_id":159168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:55:37.000Z","modified_at":"2026-01-18T04:56:13.000Z","name":"Alayna Grimes","mobile_number":"431-710-4433","email_id":"Betty.Hodkiewicz1@hotmail.com","dop":"2025-04-06","serial_number":"14119917058239","imei1":"14119917058239","imei2":"14119917058239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159163,"job_number":"JOB_159163","tr_customer_id":159180,"tr_customer_product_id":159170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:19.000Z","modified_at":"2026-01-18T04:56:55.000Z","name":"Vincent Skiles","mobile_number":"758-349-2322","email_id":"Karen79@gmail.com","dop":"2025-04-06","serial_number":"16636337622619","imei1":"16636337622619","imei2":"16636337622619","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159165,"job_number":"JOB_159165","tr_customer_id":159182,"tr_customer_product_id":159172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:32.000Z","modified_at":"2026-01-18T04:57:08.000Z","name":"Melyna Stehr","mobile_number":"830-896-2908","email_id":"Kyleigh.Daniel@yahoo.com","dop":"2025-04-06","serial_number":"11084868153066","imei1":"11084868153066","imei2":"11084868153066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159167,"job_number":"JOB_159167","tr_customer_id":159184,"tr_customer_product_id":159174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:47.000Z","modified_at":"2026-01-18T04:57:24.000Z","name":"Lola Abbott","mobile_number":"323-801-8147","email_id":"Riley_Wilkinson@gmail.com","dop":"2025-04-06","serial_number":"15025310009345","imei1":"15025310009345","imei2":"15025310009345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159185,"job_number":"JOB_159185","tr_customer_id":159202,"tr_customer_product_id":159192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:30:29.000Z","modified_at":"2026-01-18T05:31:08.000Z","name":"Lenore Wolf","mobile_number":"964-402-7213","email_id":"Angelita.Miller@yahoo.com","dop":"2025-04-06","serial_number":"10371733018015","imei1":"10371733018015","imei2":"10371733018015","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159187,"job_number":"JOB_159187","tr_customer_id":159204,"tr_customer_product_id":159194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:31:16.000Z","modified_at":"2026-01-18T05:31:53.000Z","name":"Kale Schmitt","mobile_number":"459-785-0056","email_id":"Lorenzo85@hotmail.com","dop":"2025-04-06","serial_number":"18610333896538","imei1":"18610333896538","imei2":"18610333896538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:31:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159189,"job_number":"JOB_159189","tr_customer_id":159206,"tr_customer_product_id":159196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:32:01.000Z","modified_at":"2026-01-18T05:32:38.000Z","name":"Braden Murphy","mobile_number":"606-960-1840","email_id":"Fidel_Becker@yahoo.com","dop":"2025-04-06","serial_number":"12207085069731","imei1":"12207085069731","imei2":"12207085069731","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:32:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159191,"job_number":"JOB_159191","tr_customer_id":159208,"tr_customer_product_id":159198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:34:33.000Z","modified_at":"2026-01-18T05:35:10.000Z","name":"Flossie Turner","mobile_number":"771-892-2338","email_id":"Lela89@gmail.com","dop":"2025-04-06","serial_number":"11381430159661","imei1":"11381430159661","imei2":"11381430159661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:35:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159193,"job_number":"JOB_159193","tr_customer_id":159210,"tr_customer_product_id":159200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:35:17.000Z","modified_at":"2026-01-18T05:35:54.000Z","name":"Alvena King","mobile_number":"570-598-9374","email_id":"Bertram60@gmail.com","dop":"2025-04-06","serial_number":"15419007783019","imei1":"15419007783019","imei2":"15419007783019","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159195,"job_number":"JOB_159195","tr_customer_id":159212,"tr_customer_product_id":159202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:36:00.000Z","modified_at":"2026-01-18T05:36:37.000Z","name":"Geovanni Strosin","mobile_number":"300-228-1477","email_id":"Turner_Schowalter18@hotmail.com","dop":"2025-04-06","serial_number":"11383930952877","imei1":"11383930952877","imei2":"11383930952877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158932,"job_number":"JOB_158932","tr_customer_id":158949,"tr_customer_product_id":158939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:30.000Z","modified_at":"2026-01-18T03:29:39.000Z","name":"saitama sensei","mobile_number":"230-519-9548","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"725903643398356","imei1":"725903643398356","imei2":"725903643398356","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:29:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158933,"job_number":"JOB_158933","tr_customer_id":158950,"tr_customer_product_id":158940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:41.000Z","modified_at":"2026-01-18T03:29:49.000Z","name":"tanjiro kamado","mobile_number":"296-428-6479","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"804461388162534","imei1":"804461388162534","imei2":"804461388162534","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:29:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158935,"job_number":"JOB_158935","tr_customer_id":158952,"tr_customer_product_id":158942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:52.000Z","modified_at":"2026-01-18T03:30:00.000Z","name":"giyu tomiaka","mobile_number":"324-542-5492","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"999385777625324","imei1":"999385777625324","imei2":"999385777625324","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158996,"job_number":"JOB_158996","tr_customer_id":159013,"tr_customer_product_id":159003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:49.000Z","name":"saitama sensei","mobile_number":"694-933-7780","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"530202172184830","imei1":"530202172184830","imei2":"530202172184830","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159011,"job_number":"JOB_159011","tr_customer_id":159028,"tr_customer_product_id":159018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:51.000Z","modified_at":"2026-01-18T03:56:00.000Z","name":"tanjiro kamado","mobile_number":"452-532-6914","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"191915586837297","imei1":"191915586837297","imei2":"191915586837297","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159024,"job_number":"JOB_159024","tr_customer_id":159041,"tr_customer_product_id":159031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:01.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"Darlene Windler","mobile_number":"249-613-8903","email_id":"Lauryn94@gmail.com","dop":"2025-10-01","serial_number":"19164354262556","imei1":"19164354262556","imei2":"19164354262556","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159027,"job_number":"JOB_159027","tr_customer_id":159044,"tr_customer_product_id":159034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:03.000Z","modified_at":"2026-01-18T03:56:12.000Z","name":"giyu tomiaka","mobile_number":"886-521-4839","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"222780630597118","imei1":"222780630597118","imei2":"222780630597118","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159040,"job_number":"JOB_159040","tr_customer_id":159057,"tr_customer_product_id":159047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:09.000Z","modified_at":"2026-01-18T03:56:20.000Z","name":"Cooper Johns","mobile_number":"359-443-8031","email_id":"Isabell64@gmail.com","dop":"2025-06-09","serial_number":"109786039721911","imei1":"109786039721911","imei2":"109786039721911","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159067,"job_number":"JOB_159067","tr_customer_id":159084,"tr_customer_product_id":159074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:34.000Z","name":"Julien Hirthe","mobile_number":"860-335-2105","email_id":"Ayden_Beahan60@gmail.com","dop":"2025-06-09","serial_number":"100162265705180","imei1":"100162265705180","imei2":"100162265705180","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159079,"job_number":"JOB_159079","tr_customer_id":159096,"tr_customer_product_id":159086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:39.000Z","modified_at":"2026-01-18T03:56:49.000Z","name":"Francesco Gleason","mobile_number":"937-356-4401","email_id":"Fausto.Hintz@gmail.com","dop":"2025-06-09","serial_number":"109926212867122","imei1":"109926212867122","imei2":"109926212867122","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159169,"job_number":"JOB_159169","tr_customer_id":159186,"tr_customer_product_id":159176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:05:02.000Z","modified_at":"2026-01-18T05:05:12.000Z","name":"saitama sensei","mobile_number":"895-272-2162","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"426681459248247","imei1":"426681459248247","imei2":"426681459248247","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:05:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159170,"job_number":"JOB_159170","tr_customer_id":159187,"tr_customer_product_id":159177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:05:14.000Z","modified_at":"2026-01-18T05:05:23.000Z","name":"tanjiro kamado","mobile_number":"703-713-1794","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"172330681074013","imei1":"172330681074013","imei2":"172330681074013","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159171,"job_number":"JOB_159171","tr_customer_id":159188,"tr_customer_product_id":159178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:05:25.000Z","modified_at":"2026-01-18T05:05:34.000Z","name":"giyu tomiaka","mobile_number":"843-590-7689","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"425728670176347","imei1":"425728670176347","imei2":"425728670176347","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:05:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 279ms
Mean size per request: 1017B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODcxNjg4N30.F0-g2GFOXuRM512wVVCzkckySPSEOnUsZOYROO6_xYU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fdd99a1a-a4d0-434f-9f29-97e97faadfef
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1017
ETag W/"3f9-Yr5/Jo2EXC2CeoUGvtH0mJZUovw"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":159197,"job_number":"JOB_159197","tr_customer_id":159214,"tr_customer_product_id":159204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T06:14:39.000Z","modified_at":"2026-01-18T06:14:47.000Z","name":"Pierce Nader","mobile_number":"520-344-7076","email_id":"Edgardo58@yahoo.com","dop":"2025-11-04","serial_number":"45218881219014","imei1":"45218881219014","imei2":"45218881219014","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-18T06:14:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODcxNjg4N30.F0-g2GFOXuRM512wVVCzkckySPSEOnUsZOYROO6_xYU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b8d41dd4-3e08-44fe-b2a4-3afa909da559
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 159197
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 276ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODcxNjg4N30.F0-g2GFOXuRM512wVVCzkckySPSEOnUsZOYROO6_xYU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 490eafbd-d91a-431b-9e7e-af9ae2131b3b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 850e90ec-70b0-4da8-ab0f-0bbe5a501a4a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-P5pfMYUBeirytU8Qwv9eAUNW69E"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4ODl9.NajN9j9qwJLgdE_iMtVbcHALOETUUd_rHZXWtRc1qJk"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 246ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4NzZ9.jX1l-jfIkXZs97e6LBeVTCVnrQgct31iWL0YSzoy09Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f9c621de-f0f1-4aa2-9761-d5c689f25cd6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 263ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4NzZ9.jX1l-jfIkXZs97e6LBeVTCVnrQgct31iWL0YSzoy09Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6389fbe2-e1b7-4c9c-af40-4e1de6c0c552
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-FiUORRC5fWXosQAHj0YNpRx/S38"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":282},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 1008B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4NzZ9.jX1l-jfIkXZs97e6LBeVTCVnrQgct31iWL0YSzoy09Y
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f0842daf-6ae7-42ed-8035-f371841fbdfa
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1008
ETag W/"3f0-XRcgSmHu7dqDH0/lncByEdQd1dM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":159197,"job_number":"JOB_159197","tr_customer_id":159214,"tr_customer_product_id":159204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T06:14:39.000Z","modified_at":"2026-01-18T06:14:49.000Z","name":"Pierce Nader","mobile_number":"520-344-7076","email_id":"Edgardo58@yahoo.com","dop":"2025-11-04","serial_number":"45218881219014","imei1":"45218881219014","imei2":"45218881219014","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-18T06:14:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 261ms
Mean size per request: 1008B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4NzZ9.jX1l-jfIkXZs97e6LBeVTCVnrQgct31iWL0YSzoy09Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6c2dc15f-1e09-4bf9-81f3-a8124f3d306e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1008
ETag W/"3f0-XRcgSmHu7dqDH0/lncByEdQd1dM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":159197,"job_number":"JOB_159197","tr_customer_id":159214,"tr_customer_product_id":159204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T06:14:39.000Z","modified_at":"2026-01-18T06:14:49.000Z","name":"Pierce Nader","mobile_number":"520-344-7076","email_id":"Edgardo58@yahoo.com","dop":"2025-11-04","serial_number":"45218881219014","imei1":"45218881219014","imei2":"45218881219014","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-18T06:14:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 256ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4NzZ9.jX1l-jfIkXZs97e6LBeVTCVnrQgct31iWL0YSzoy09Y
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f560fc28-0788-422d-bb78-f31caaf338af
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 159197
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4NzZ9.jX1l-jfIkXZs97e6LBeVTCVnrQgct31iWL0YSzoy09Y
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 25314c72-48b0-4448-abdd-8f58cf5b1cd4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/159197
Response Information
Response Code: 200 - OK
Mean time per request: 255ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4NzZ9.jX1l-jfIkXZs97e6LBeVTCVnrQgct31iWL0YSzoy09Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token eed7c793-59c5-49af-9460-180ae29ce064
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 690B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 296ab629-0d16-4798-9432-63ce5956fbd5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-mEcmJdmOLGEMMb4SmF/vfHmY1SE"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4OTF9.m497IMiwF10wm1bqdepJLPYK77fN1F1DRWXf6lxTqSs"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 248ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b1e118a3-e1b9-4857-b4f1-00b2652f5dea
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 245ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d768ef0f-958d-4708-b734-e1c95e0d6d4f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4OTF9.m497IMiwF10wm1bqdepJLPYK77fN1F1DRWXf6lxTqSs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c808d52c-a005-4981-b817-0f353636f223
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 246ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4OTF9.m497IMiwF10wm1bqdepJLPYK77fN1F1DRWXf6lxTqSs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e79d00ff-50d3-40be-bae6-53bbe9cfceeb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 245ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4OTF9.m497IMiwF10wm1bqdepJLPYK77fN1F1DRWXf6lxTqSs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 29c997ba-6ebe-4fac-bef1-acebaa5b95d8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4OTF9.m497IMiwF10wm1bqdepJLPYK77fN1F1DRWXf6lxTqSs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 811dd8b2-50e7-4f57-b9b1-b37970cb50e0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-7zkHPv4u/vOvKWpeRxoH5DuYArE"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":282},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 244ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4OTF9.m497IMiwF10wm1bqdepJLPYK77fN1F1DRWXf6lxTqSs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f616cfc8-e28e-4ba6-9627-16c38be185b6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 267ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4OTF9.m497IMiwF10wm1bqdepJLPYK77fN1F1DRWXf6lxTqSs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 763a889e-3d90-422a-81ed-bbb4aecaba37
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-7zkHPv4u/vOvKWpeRxoH5DuYArE"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":282},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 255ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4OTF9.m497IMiwF10wm1bqdepJLPYK77fN1F1DRWXf6lxTqSs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 325f5bd3-4b41-40cb-9b8e-5188958cd2d7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 18 Jan 2026 06:14:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 244ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4OTF9.m497IMiwF10wm1bqdepJLPYK77fN1F1DRWXf6lxTqSs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 903ed405-5d21-4f2f-b77a-3057bf69a3ab
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4OTF9.m497IMiwF10wm1bqdepJLPYK77fN1F1DRWXf6lxTqSs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 458ab3fd-4986-4f8f-b03a-accaea1f1cf9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 18 Jan 2026 06:14:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 291ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4OTF9.m497IMiwF10wm1bqdepJLPYK77fN1F1DRWXf6lxTqSs
randomnumber 757
randomFirstName Tressie
randomLastName Reichert
randomEmail Bulah10@yahoo.com
randomPhone 483-268-2237
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 39600ea2-a95e-4c64-8816-3b6875b4838b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1053
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Lizeth",
                "last_name": "Hartmann",
                "mobile_number": "513-684-8091",
                "mobile_number_alt": "",
                "email_id": "Jodie_Crist@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"36230247521315",
                "imei1": "36230247521315",
                "imei2": "36230247521315",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-6tQqSwQrJmIxIZhsPYcZI8dxvAs"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":159198,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":159215,"tr_customer_product_id":159205,"job_number":"JOB_159198"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 245ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4OTF9.m497IMiwF10wm1bqdepJLPYK77fN1F1DRWXf6lxTqSs
randomnumber 276
randomFirstName Orval
randomLastName Runolfsson
randomEmail Raymundo24@yahoo.com
randomPhone 464-307-0836
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6aa960c3-55fc-4c40-8e55-983a9ff17b3d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1048
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Antonina",
                "last_name": "Ritchie",
                "mobile_number": "263-632-8196",
                "mobile_number_alt": "",
                "email_id": "Tia11@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"56217017317167",
                "imei1": "56217017317167",
                "imei2": "56217017317167",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 246ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4ODN9.2otzAmmwmHoS44M_hS2KMqFS5ZLvJVxQkqeNhjTwXK0
randomnumber 971
randomFirstName Adrien
randomLastName Terry
randomEmail Amya79@hotmail.com
randomPhone 578-418-0380
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3a5b7093-d528-4d66-8dbe-536e974e1573
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1045
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Lottie",
                "last_name": "Welch",
                "mobile_number": "479-351-8397",
                "mobile_number_alt": "",
                "email_id": "Raymond59@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"9282094088883",
                "imei1": "9282094088883",
                "imei2": "9282094088883",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 403
expected response to have status code 403 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 245ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4OTF9.m497IMiwF10wm1bqdepJLPYK77fN1F1DRWXf6lxTqSs
randomnumber 675
randomFirstName Mallory
randomLastName Upton
randomEmail Zula80@yahoo.com
randomPhone 261-557-3246
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 805da8f1-cc1d-452e-be3b-4011e7c505f6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 245ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4OTF9.m497IMiwF10wm1bqdepJLPYK77fN1F1DRWXf6lxTqSs
randomnumber 215
randomFirstName Ena
randomLastName Gutkowski
randomEmail Laila_Hyatt42@yahoo.com
randomPhone 325-279-9690
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5d487dc1-c8e7-48ea-943e-925d767a7ad9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1039
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Davonte",
                "last_name": "Haag",
                "mobile_number": "540-833-5768",
                "mobile_number_alt": "",
                "email_id": "Heber.Lemke17@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000646",
                "imei1": "100000646",
                "imei2": "100000646",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 244ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4OTF9.m497IMiwF10wm1bqdepJLPYK77fN1F1DRWXf6lxTqSs
randomnumber 585
randomFirstName Hanna
randomLastName Murphy
randomEmail Carolyne44@hotmail.com
randomPhone 250-904-5045
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 18cb04aa-72a8-4733-a420-cdb9150f20e7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4OTF9.m497IMiwF10wm1bqdepJLPYK77fN1F1DRWXf6lxTqSs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b725427f-cdbb-4013-8caa-eeee1b25d297
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-QopStcryw00yr/QRf++IGH7NB+8"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":283},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 297ms
Mean size per request: 274.48KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4OTF9.m497IMiwF10wm1bqdepJLPYK77fN1F1DRWXf6lxTqSs
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fde92ed4-f840-400d-8b25-7991aebbf011
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"449ed-/0c8mPSDffnQPp8LWIBZHyay150"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 18 Jan 2026 06:14:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":158916,"job_number":"JOB_158916","tr_customer_id":158933,"tr_customer_product_id":158923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:00:48.000Z","modified_at":"2026-01-18T02:00:48.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-01-08","serial_number":"29999999999999","imei1":"29999999999999","imei2":"29999999999999","popurl":"2026-01-08T02:00:40.251667Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158917,"job_number":"JOB_158917","tr_customer_id":158934,"tr_customer_product_id":158924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:33:55.000Z","modified_at":"2026-01-18T02:33:55.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-01-08","serial_number":"19999999999999","imei1":"19999999999999","imei2":"19999999999999","popurl":"2026-01-08T02:33:42.441168200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:33:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158918,"job_number":"JOB_158918","tr_customer_id":158935,"tr_customer_product_id":158925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:41:53.000Z","modified_at":"2026-01-18T02:41:53.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19129912921717","imei2":"19129912921717","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158923,"job_number":"JOB_158923","tr_customer_id":158940,"tr_customer_product_id":158930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:05:39.000Z","modified_at":"2026-01-18T03:05:39.000Z","name":"Ramesh Kaginakar","mobile_number":"1234567890","email_id":"abc@gmail.com","dop":"2025-12-10","serial_number":"12345678901234","imei1":"12345678904321","imei2":"12345678904321","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:05:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158924,"job_number":"JOB_158924","tr_customer_id":158941,"tr_customer_product_id":158931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:10:02.000Z","modified_at":"2026-01-18T04:16:43.000Z","name":"Ramesh Kaginakar","mobile_number":"1234567890","email_id":"abc@gmail.com","dop":"2025-12-10","serial_number":"12345678901234","imei1":"12345678900168","imei2":"12345678900168","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:16:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158926,"job_number":"JOB_158926","tr_customer_id":158943,"tr_customer_product_id":158933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:19:27.000Z","modified_at":"2026-01-18T03:20:01.000Z","name":"Jany Schumm","mobile_number":"819-669-9321","email_id":"Dolores_Cummings@gmail.com","dop":"2025-04-06","serial_number":"16220468222119","imei1":"16220468222119","imei2":"16220468222119","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158927,"job_number":"JOB_158927","tr_customer_id":158944,"tr_customer_product_id":158934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:19:29.000Z","modified_at":"2026-01-18T03:19:29.000Z","name":"Keely McClure","mobile_number":"713-588-6401","email_id":"Robb26@gmail.com","dop":"2025-04-06","serial_number":"11137628988002394","imei1":"11137628988002394","imei2":"11137628988002394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:19:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158928,"job_number":"JOB_158928","tr_customer_id":158945,"tr_customer_product_id":158935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:20:07.000Z","modified_at":"2026-01-18T03:20:40.000Z","name":"Mack Effertz","mobile_number":"203-820-2100","email_id":"Rubie65@gmail.com","dop":"2025-04-06","serial_number":"12788823772398","imei1":"12788823772398","imei2":"12788823772398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158929,"job_number":"JOB_158929","tr_customer_id":158946,"tr_customer_product_id":158936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:20:09.000Z","modified_at":"2026-01-18T03:20:09.000Z","name":"Herman Dibbert","mobile_number":"982-464-6653","email_id":"Rebeca_Stroman57@hotmail.com","dop":"2025-04-06","serial_number":"19297471529311456","imei1":"19297471529311456","imei2":"19297471529311456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:20:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158930,"job_number":"JOB_158930","tr_customer_id":158947,"tr_customer_product_id":158937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:20:47.000Z","modified_at":"2026-01-18T03:21:20.000Z","name":"Bette Gerlach","mobile_number":"896-787-1809","email_id":"Dereck_Walsh24@hotmail.com","dop":"2025-04-06","serial_number":"16172502981161","imei1":"16172502981161","imei2":"16172502981161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:21:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158931,"job_number":"JOB_158931","tr_customer_id":158948,"tr_customer_product_id":158938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:20:48.000Z","modified_at":"2026-01-18T03:20:48.000Z","name":"George Hammes","mobile_number":"907-586-1027","email_id":"Cesar30@hotmail.com","dop":"2025-04-06","serial_number":"11361496884842766","imei1":"11361496884842766","imei2":"11361496884842766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158934,"job_number":"JOB_158934","tr_customer_id":158951,"tr_customer_product_id":158941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:51.000Z","modified_at":"2026-01-18T03:30:02.000Z","name":"Mavis O'Connell","mobile_number":"442-453-2063","email_id":"Nelle.Pfeffer@hotmail.com","dop":"2025-04-06","serial_number":"15410425451321","imei1":"15410425451321","imei2":"15410425451321","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-18T03:30:02.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":158936,"job_number":"JOB_158936","tr_customer_id":158953,"tr_customer_product_id":158943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:52.000Z","modified_at":"2026-01-18T03:29:52.000Z","name":"Joe Hessel","mobile_number":"458-269-8906","email_id":"Adella.Lemke41@gmail.com","dop":"2025-04-06","serial_number":"12635739580037282","imei1":"12635739580037282","imei2":"12635739580037282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:29:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158937,"job_number":"JOB_158937","tr_customer_id":158954,"tr_customer_product_id":158944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:31:51.000Z","modified_at":"2026-01-18T03:32:25.000Z","name":"Kaelyn Ernser","mobile_number":"276-837-8785","email_id":"Kenyatta64@gmail.com","dop":"2025-04-06","serial_number":"13302347146939","imei1":"13302347146939","imei2":"13302347146939","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:32:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158938,"job_number":"JOB_158938","tr_customer_id":158955,"tr_customer_product_id":158945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:31:52.000Z","modified_at":"2026-01-18T03:31:52.000Z","name":"Abdul McGlynn","mobile_number":"656-767-9004","email_id":"Haylie.Gutmann@gmail.com","dop":"2025-04-06","serial_number":"17165963744461898","imei1":"17165963744461898","imei2":"17165963744461898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158939,"job_number":"JOB_158939","tr_customer_id":158956,"tr_customer_product_id":158946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:32:31.000Z","modified_at":"2026-01-18T03:33:05.000Z","name":"Alexandre Konopelski","mobile_number":"676-672-9577","email_id":"Justice_Reinger@yahoo.com","dop":"2025-04-06","serial_number":"16076634674188","imei1":"16076634674188","imei2":"16076634674188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:33:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158940,"job_number":"JOB_158940","tr_customer_id":158957,"tr_customer_product_id":158947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:32:33.000Z","modified_at":"2026-01-18T03:32:33.000Z","name":"Anthony Raynor","mobile_number":"310-969-3183","email_id":"Adolphus63@yahoo.com","dop":"2025-04-06","serial_number":"11063265594084526","imei1":"11063265594084526","imei2":"11063265594084526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:32:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158941,"job_number":"JOB_158941","tr_customer_id":158958,"tr_customer_product_id":158948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:33:12.000Z","modified_at":"2026-01-18T03:33:45.000Z","name":"Hillary Rau","mobile_number":"390-865-7429","email_id":"Aiden.Greenfelder@gmail.com","dop":"2025-04-06","serial_number":"17243360628534","imei1":"17243360628534","imei2":"17243360628534","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:33:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158942,"job_number":"JOB_158942","tr_customer_id":158959,"tr_customer_product_id":158949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:33:13.000Z","modified_at":"2026-01-18T03:33:13.000Z","name":"Trisha Jenkins","mobile_number":"338-952-8303","email_id":"Kenny7@hotmail.com","dop":"2025-04-06","serial_number":"14815744507965088","imei1":"14815744507965088","imei2":"14815744507965088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158943,"job_number":"JOB_158943","tr_customer_id":158960,"tr_customer_product_id":158950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:36.000Z","modified_at":"2026-01-18T03:55:12.000Z","name":"Benton Ryan","mobile_number":"955-935-3229","email_id":"Jake6@gmail.com","dop":"2025-04-06","serial_number":"17064670616331","imei1":"17064670616331","imei2":"17064670616331","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158944,"job_number":"JOB_158944","tr_customer_id":158961,"tr_customer_product_id":158951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:37.000Z","modified_at":"2026-01-18T03:54:46.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"14592451049480","imei1":"14592451049480","imei2":"14592451049480","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:54:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158945,"job_number":"JOB_158945","tr_customer_id":158962,"tr_customer_product_id":158952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:38.000Z","modified_at":"2026-01-18T03:54:38.000Z","name":"Leo Roberts","mobile_number":"427-909-4416","email_id":"Hollie_Lesch59@hotmail.com","dop":"2025-04-06","serial_number":"14843669307024184","imei1":"14843669307024184","imei2":"14843669307024184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158946,"job_number":"JOB_158946","tr_customer_id":158963,"tr_customer_product_id":158953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:43.000Z","modified_at":"2026-01-18T03:54:43.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19467896628386","imei1":"19467896628386","imei2":"19467896628386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158947,"job_number":"JOB_158947","tr_customer_id":158964,"tr_customer_product_id":158954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:43.000Z","modified_at":"2026-01-18T03:55:19.000Z","name":"Toni Hessel","mobile_number":"822-867-3534","email_id":"Baron_Hansen70@gmail.com","dop":"2025-04-06","serial_number":"12146443770103","imei1":"12146443770103","imei2":"12146443770103","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158948,"job_number":"JOB_158948","tr_customer_id":158965,"tr_customer_product_id":158955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:45.000Z","modified_at":"2026-01-18T03:54:45.000Z","name":"Raphaelle Jakubowski","mobile_number":"369-281-4565","email_id":"Norval_OConnell@yahoo.com","dop":"2025-04-06","serial_number":"19521574363139290","imei1":"19521574363139290","imei2":"19521574363139290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158949,"job_number":"JOB_158949","tr_customer_id":158966,"tr_customer_product_id":158956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:48.000Z","modified_at":"2026-01-18T03:54:48.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10214544928347","imei1":"10214544928347","imei2":"10214544928347","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158950,"job_number":"JOB_158950","tr_customer_id":158967,"tr_customer_product_id":158957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:48.000Z","modified_at":"2026-01-18T03:55:24.000Z","name":"Greyson Hudson","mobile_number":"447-911-9854","email_id":"Charlie20@yahoo.com","dop":"2025-06-18","serial_number":"10814948618389","imei1":"10814948618389","imei2":"10814948618389","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158951,"job_number":"JOB_158951","tr_customer_id":158968,"tr_customer_product_id":158958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:48.000Z","modified_at":"2026-01-18T03:55:24.000Z","name":"Leann Kohler","mobile_number":"616-903-0282","email_id":"Zaria24@hotmail.com","dop":"2025-04-06","serial_number":"12643092197072","imei1":"12643092197072","imei2":"12643092197072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158952,"job_number":"JOB_158952","tr_customer_id":158969,"tr_customer_product_id":158959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:49.000Z","modified_at":"2026-01-18T03:54:49.000Z","name":"Jamar Sawayn","mobile_number":"336-812-0351","email_id":"Letha30@yahoo.com","dop":"2025-06-18","serial_number":"1065809770831836","imei1":"1065809770831836","imei2":"1065809770831836","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158953,"job_number":"JOB_158953","tr_customer_id":158970,"tr_customer_product_id":158960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:49.000Z","modified_at":"2026-01-18T03:54:58.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"89701185008134","imei1":"89701185008134","imei2":"89701185008134","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158954,"job_number":"JOB_158954","tr_customer_id":158971,"tr_customer_product_id":158961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:50.000Z","modified_at":"2026-01-18T03:54:50.000Z","name":"Lelia Heathcote","mobile_number":"684-439-7088","email_id":"Rodger_Mann2@yahoo.com","dop":"2025-04-06","serial_number":"12902963426862238","imei1":"12902963426862238","imei2":"12902963426862238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158956,"job_number":"JOB_158956","tr_customer_id":158973,"tr_customer_product_id":158963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:55.000Z","modified_at":"2026-01-18T03:54:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12941198745591","imei1":"12941198745591","imei2":"12941198745591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158957,"job_number":"JOB_158957","tr_customer_id":158974,"tr_customer_product_id":158964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:55.000Z","modified_at":"2026-01-18T03:55:31.000Z","name":"Philip Spinka","mobile_number":"994-378-0101","email_id":"Taurean_Funk@gmail.com","dop":"2025-04-06","serial_number":"19239000819803","imei1":"19239000819803","imei2":"19239000819803","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158958,"job_number":"JOB_158958","tr_customer_id":158975,"tr_customer_product_id":158965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:56.000Z","modified_at":"2026-01-18T03:54:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15813258484257","imei1":"15813258484257","imei2":"15813258484257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158959,"job_number":"JOB_158959","tr_customer_id":158976,"tr_customer_product_id":158966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:56.000Z","modified_at":"2026-01-18T03:54:56.000Z","name":"Tre Herman","mobile_number":"750-543-4835","email_id":"Jaylin.Altenwerth@gmail.com","dop":"2025-04-06","serial_number":"15870756819729366","imei1":"15870756819729366","imei2":"15870756819729366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158960,"job_number":"JOB_158960","tr_customer_id":158977,"tr_customer_product_id":158967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:56.000Z","modified_at":"2026-01-18T03:55:32.000Z","name":"Tate Greenholt","mobile_number":"729-959-9597","email_id":"Betsy44@yahoo.com","dop":"2025-04-06","serial_number":"13483793813665","imei1":"13483793813665","imei2":"13483793813665","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158961,"job_number":"JOB_158961","tr_customer_id":158978,"tr_customer_product_id":158968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:57.000Z","modified_at":"2026-01-18T03:55:31.000Z","name":"Duncan Collier","mobile_number":"269-443-8960","email_id":"Mina_Russel@yahoo.com","dop":"2025-04-06","serial_number":"11758303035972","imei1":"11758303035972","imei2":"11758303035972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158962,"job_number":"JOB_158962","tr_customer_id":158979,"tr_customer_product_id":158969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:58.000Z","modified_at":"2026-01-18T03:54:58.000Z","name":"Julianne Rice","mobile_number":"365-250-5337","email_id":"Fiona29@gmail.com","dop":"2025-04-06","serial_number":"10262880116894436","imei1":"10262880116894436","imei2":"10262880116894436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158963,"job_number":"JOB_158963","tr_customer_id":158980,"tr_customer_product_id":158970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:58.000Z","modified_at":"2026-01-18T03:54:58.000Z","name":"Madison Littel","mobile_number":"856-908-8463","email_id":"Roxane_Johns@gmail.com","dop":"2025-04-06","serial_number":"16505961427935728","imei1":"16505961427935728","imei2":"16505961427935728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158964,"job_number":"JOB_158964","tr_customer_id":158981,"tr_customer_product_id":158971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:04.000Z","modified_at":"2026-01-18T03:55:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12982843008180","imei1":"12982843008180","imei2":"12982843008180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158965,"job_number":"JOB_158965","tr_customer_id":158982,"tr_customer_product_id":158972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:04.000Z","modified_at":"2026-01-18T03:55:40.000Z","name":"Vaughn Haley","mobile_number":"751-435-2341","email_id":"Ian_Heaney@hotmail.com","dop":"2025-04-06","serial_number":"16373163828544","imei1":"16373163828544","imei2":"16373163828544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158966,"job_number":"JOB_158966","tr_customer_id":158983,"tr_customer_product_id":158973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:06.000Z","modified_at":"2026-01-18T03:55:06.000Z","name":"Karley Waters","mobile_number":"824-557-6543","email_id":"Ansley.McCullough81@hotmail.com","dop":"2025-04-06","serial_number":"17452596135726440","imei1":"17452596135726440","imei2":"17452596135726440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158967,"job_number":"JOB_158967","tr_customer_id":158984,"tr_customer_product_id":158974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:08.000Z","modified_at":"2026-01-18T03:55:45.000Z","name":"Christa Kemmer","mobile_number":"297-386-4109","email_id":"Leann.Ernser@gmail.com","dop":"2025-04-06","serial_number":"18005361775125","imei1":"18005361775125","imei2":"18005361775125","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158968,"job_number":"JOB_158968","tr_customer_id":158985,"tr_customer_product_id":158975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:09.000Z","modified_at":"2026-01-18T03:55:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15647707394584","imei1":"15647707394584","imei2":"15647707394584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158969,"job_number":"JOB_158969","tr_customer_id":158986,"tr_customer_product_id":158976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:09.000Z","modified_at":"2026-01-18T03:55:09.000Z","name":"Lora Windler","mobile_number":"553-513-0940","email_id":"Newton80@yahoo.com","dop":"2025-04-06","serial_number":"19480817933707828","imei1":"19480817933707828","imei2":"19480817933707828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158970,"job_number":"JOB_158970","tr_customer_id":158987,"tr_customer_product_id":158977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:09.000Z","modified_at":"2026-01-18T03:55:44.000Z","name":"Genesis Flatley","mobile_number":"804-393-9060","email_id":"Nathanial_Jacobson@yahoo.com","dop":"2025-04-06","serial_number":"11167568827578","imei1":"11167568827578","imei2":"11167568827578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158971,"job_number":"JOB_158971","tr_customer_id":158988,"tr_customer_product_id":158978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:11.000Z","modified_at":"2026-01-18T03:55:11.000Z","name":"Chasity Boyle","mobile_number":"756-574-8585","email_id":"Devonte.Nicolas81@yahoo.com","dop":"2025-04-06","serial_number":"16484302338758824","imei1":"16484302338758824","imei2":"16484302338758824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158973,"job_number":"JOB_158973","tr_customer_id":158990,"tr_customer_product_id":158980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:18.000Z","modified_at":"2026-01-18T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19562063164321","imei1":"19562063164321","imei2":"19562063164321","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158974,"job_number":"JOB_158974","tr_customer_id":158991,"tr_customer_product_id":158981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:18.000Z","modified_at":"2026-01-18T03:55:53.000Z","name":"Maybell Hills","mobile_number":"989-446-8889","email_id":"Pascale92@yahoo.com","dop":"2025-04-06","serial_number":"18848068655341","imei1":"18848068655341","imei2":"18848068655341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158975,"job_number":"JOB_158975","tr_customer_id":158992,"tr_customer_product_id":158982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:19.000Z","modified_at":"2026-01-18T03:55:19.000Z","name":"Brenden Bode","mobile_number":"452-649-9554","email_id":"Vito.Nader@gmail.com","dop":"2025-04-06","serial_number":"15023106193194922","imei1":"15023106193194922","imei2":"15023106193194922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158976,"job_number":"JOB_158976","tr_customer_id":158993,"tr_customer_product_id":158983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:26.000Z","modified_at":"2026-01-18T03:55:26.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15933689174517","imei1":"15933689174517","imei2":"15933689174517","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158977,"job_number":"JOB_158977","tr_customer_id":158994,"tr_customer_product_id":158984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:26.000Z","modified_at":"2026-01-18T03:55:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10202317918806","imei1":"10202317918806","imei2":"10202317918806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158978,"job_number":"JOB_158978","tr_customer_id":158995,"tr_customer_product_id":158985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:26.000Z","modified_at":"2026-01-18T03:55:26.000Z","name":"Gretchen Predovic","mobile_number":"802-810-1082","email_id":"Isabella3@gmail.com","dop":"2025-09-16","serial_number":"11492863918657","imei1":"11492863918657","imei2":"11492863918657","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158979,"job_number":"JOB_158979","tr_customer_id":158996,"tr_customer_product_id":158986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:26.000Z","modified_at":"2026-01-18T03:56:01.000Z","name":"Dimitri Goyette","mobile_number":"319-502-8315","email_id":"Kitty_Lockman@hotmail.com","dop":"2025-04-06","serial_number":"19031017337786","imei1":"19031017337786","imei2":"19031017337786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158980,"job_number":"JOB_158980","tr_customer_id":158997,"tr_customer_product_id":158987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:27.000Z","modified_at":"2026-01-18T03:55:27.000Z","name":"Crystel Torphy","mobile_number":"691-560-0227","email_id":"Eleazar84@yahoo.com","dop":"2025-04-06","serial_number":"11303065096421912","imei1":"11303065096421912","imei2":"11303065096421912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158982,"job_number":"JOB_158982","tr_customer_id":158999,"tr_customer_product_id":158989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:31.000Z","modified_at":"2026-01-18T03:55:31.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10819982152359","imei1":"10819982152359","imei2":"10819982152359","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158983,"job_number":"JOB_158983","tr_customer_id":159000,"tr_customer_product_id":158990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:31.000Z","modified_at":"2026-01-18T03:55:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18896905771448","imei1":"18896905771448","imei2":"18896905771448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158984,"job_number":"JOB_158984","tr_customer_id":159001,"tr_customer_product_id":158991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:31.000Z","modified_at":"2026-01-18T03:56:07.000Z","name":"Dustin Hayes","mobile_number":"752-267-0808","email_id":"Clark_Keebler29@hotmail.com","dop":"2025-06-18","serial_number":"10971319133964","imei1":"10971319133964","imei2":"10971319133964","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158985,"job_number":"JOB_158985","tr_customer_id":159002,"tr_customer_product_id":158992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:31.000Z","modified_at":"2026-01-18T03:56:07.000Z","name":"Antwon Reichert","mobile_number":"997-216-1387","email_id":"Aric70@gmail.com","dop":"2025-04-06","serial_number":"17099555143393","imei1":"17099555143393","imei2":"17099555143393","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158986,"job_number":"JOB_158986","tr_customer_id":159003,"tr_customer_product_id":158993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:32.000Z","modified_at":"2026-01-18T03:55:32.000Z","name":"Jalon West","mobile_number":"723-382-9398","email_id":"Jadon35@gmail.com","dop":"2025-06-18","serial_number":"1028285053662513","imei1":"1028285053662513","imei2":"1028285053662513","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158987,"job_number":"JOB_158987","tr_customer_id":159004,"tr_customer_product_id":158994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:33.000Z","modified_at":"2026-01-18T03:55:33.000Z","name":"Izaiah Connelly","mobile_number":"768-354-9653","email_id":"Patsy_Kuphal@gmail.com","dop":"2025-04-06","serial_number":"11630098966251164","imei1":"11630098966251164","imei2":"11630098966251164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158988,"job_number":"JOB_158988","tr_customer_id":159005,"tr_customer_product_id":158995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:37.000Z","modified_at":"2026-01-18T03:55:37.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10681521250943","imei1":"10681521250943","imei2":"10681521250943","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158989,"job_number":"JOB_158989","tr_customer_id":159006,"tr_customer_product_id":158996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:37.000Z","modified_at":"2026-01-18T03:55:37.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16893023065587","imei1":"16893023065587","imei2":"16893023065587","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158990,"job_number":"JOB_158990","tr_customer_id":159007,"tr_customer_product_id":158997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:37.000Z","modified_at":"2026-01-18T03:56:16.000Z","name":"Tyrese Schumm","mobile_number":"231-628-4546","email_id":"Joan_Hessel@yahoo.com","dop":"2000-01-31","serial_number":"10614842317378","imei1":"10614842317378","imei2":"10614842317378","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158991,"job_number":"JOB_158991","tr_customer_id":159008,"tr_customer_product_id":158998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:38.000Z","modified_at":"2026-01-18T03:56:12.000Z","name":"Jeramy Romaguera","mobile_number":"787-267-1367","email_id":"Audreanne8@hotmail.com","dop":"2025-04-06","serial_number":"12785879705304","imei1":"12785879705304","imei2":"12785879705304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158992,"job_number":"JOB_158992","tr_customer_id":159009,"tr_customer_product_id":158999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:38.000Z","modified_at":"2026-01-18T03:55:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12017734977634","imei1":"12017734977634","imei2":"12017734977634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158993,"job_number":"JOB_158993","tr_customer_id":159010,"tr_customer_product_id":159000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:38.000Z","modified_at":"2026-01-18T03:56:14.000Z","name":"Kassandra Berge","mobile_number":"504-319-2564","email_id":"Hunter_Fritsch@yahoo.com","dop":"2025-04-06","serial_number":"17958380500147","imei1":"17958380500147","imei2":"17958380500147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158994,"job_number":"JOB_158994","tr_customer_id":159011,"tr_customer_product_id":159001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"Jennyfer Gorczany","mobile_number":"535-543-7055","email_id":"Prudence.Kunde91@hotmail.com","dop":"2000-01-31","serial_number":"1057844716225154","imei1":"1057844716225154","imei2":"1057844716225154","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158995,"job_number":"JOB_158995","tr_customer_id":159012,"tr_customer_product_id":159002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"Eleazar Bahringer","mobile_number":"366-679-0783","email_id":"Rossie_Marquardt75@hotmail.com","dop":"2025-04-06","serial_number":"18869410839404170","imei1":"18869410839404170","imei2":"18869410839404170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158997,"job_number":"JOB_158997","tr_customer_id":159014,"tr_customer_product_id":159004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14783569223357","imei1":"14783569223357","imei2":"14783569223357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158998,"job_number":"JOB_158998","tr_customer_id":159015,"tr_customer_product_id":159005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14713386190208","imei1":"14713386190208","imei2":"14713386190208","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158999,"job_number":"JOB_158999","tr_customer_id":159016,"tr_customer_product_id":159006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:40.000Z","modified_at":"2026-01-18T03:56:15.000Z","name":"Kaden Gislason","mobile_number":"767-914-8852","email_id":"Thalia88@gmail.com","dop":"2025-04-06","serial_number":"15412717647720","imei1":"15412717647720","imei2":"15412717647720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159000,"job_number":"JOB_159000","tr_customer_id":159017,"tr_customer_product_id":159007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:40.000Z","modified_at":"2026-01-18T03:55:40.000Z","name":"Holly McCullough","mobile_number":"287-399-4716","email_id":"Philip.Predovic@hotmail.com","dop":"2025-04-06","serial_number":"14214903449128246","imei1":"14214903449128246","imei2":"14214903449128246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159001,"job_number":"JOB_159001","tr_customer_id":159018,"tr_customer_product_id":159008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:40.000Z","modified_at":"2026-01-18T03:56:16.000Z","name":"Doris Skiles","mobile_number":"635-255-6745","email_id":"Colt35@yahoo.com","dop":"2025-04-06","serial_number":"11658379196792","imei1":"11658379196792","imei2":"11658379196792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159002,"job_number":"JOB_159002","tr_customer_id":159019,"tr_customer_product_id":159009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:40.000Z","modified_at":"2026-01-18T03:56:16.000Z","name":"Julian Bergstrom","mobile_number":"459-533-2896","email_id":"Linnie.Reinger@hotmail.com","dop":"2025-04-06","serial_number":"14858585471977","imei1":"14858585471977","imei2":"14858585471977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159003,"job_number":"JOB_159003","tr_customer_id":159020,"tr_customer_product_id":159010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:41.000Z","modified_at":"2026-01-18T03:55:41.000Z","name":"Fannie Gerlach","mobile_number":"622-417-3175","email_id":"Assunta.Gibson@gmail.com","dop":"2025-04-06","serial_number":"11678772436690096","imei1":"11678772436690096","imei2":"11678772436690096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159004,"job_number":"JOB_159004","tr_customer_id":159021,"tr_customer_product_id":159011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:41.000Z","modified_at":"2026-01-18T03:55:41.000Z","name":"Darian Bernhard","mobile_number":"315-893-0028","email_id":"Shakira.Gottlieb@yahoo.com","dop":"2025-04-06","serial_number":"11900177431020654","imei1":"11900177431020654","imei2":"11900177431020654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159005,"job_number":"JOB_159005","tr_customer_id":159022,"tr_customer_product_id":159012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:42.000Z","modified_at":"2026-01-18T03:55:42.000Z","name":"Mylene Huel","mobile_number":"893-426-0425","email_id":"Kyla_Dicki2@yahoo.com","dop":"2025-04-06","serial_number":"15161267425462172","imei1":"15161267425462172","imei2":"15161267425462172","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159006,"job_number":"JOB_159006","tr_customer_id":159023,"tr_customer_product_id":159013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:44.000Z","modified_at":"2026-01-18T03:55:44.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"16508946544604","imei1":"16508946544604","imei2":"16508946544604","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159007,"job_number":"JOB_159007","tr_customer_id":159024,"tr_customer_product_id":159014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:45.000Z","modified_at":"2026-01-18T03:55:45.000Z","name":"Aubree Buckridge","mobile_number":"380-656-6822","email_id":"Desiree60@yahoo.com","dop":"2025-09-16","serial_number":"19132359283120","imei1":"19132359283120","imei2":"19132359283120","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159008,"job_number":"JOB_159008","tr_customer_id":159025,"tr_customer_product_id":159015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:47.000Z","modified_at":"2026-01-18T03:55:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16056272428869","imei1":"16056272428869","imei2":"16056272428869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159009,"job_number":"JOB_159009","tr_customer_id":159026,"tr_customer_product_id":159016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:47.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"Madeline Jacobs","mobile_number":"514-968-7081","email_id":"Delores.Orn@yahoo.com","dop":"2025-04-06","serial_number":"19578618797378","imei1":"19578618797378","imei2":"19578618797378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159010,"job_number":"JOB_159010","tr_customer_id":159027,"tr_customer_product_id":159017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:48.000Z","modified_at":"2026-01-18T03:55:48.000Z","name":"Mabelle Homenick","mobile_number":"583-467-8699","email_id":"Makayla66@gmail.com","dop":"2025-04-06","serial_number":"10276156837697780","imei1":"10276156837697780","imei2":"10276156837697780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159012,"job_number":"JOB_159012","tr_customer_id":159029,"tr_customer_product_id":159019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:51.000Z","modified_at":"2026-01-18T03:55:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14819228525478","imei1":"14819228525478","imei2":"14819228525478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159013,"job_number":"JOB_159013","tr_customer_id":159030,"tr_customer_product_id":159020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:51.000Z","modified_at":"2026-01-18T03:56:26.000Z","name":"Ursula Bradtke","mobile_number":"302-310-0015","email_id":"Dale65@gmail.com","dop":"2025-04-06","serial_number":"16113939395735","imei1":"16113939395735","imei2":"16113939395735","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159017,"job_number":"JOB_159017","tr_customer_id":159034,"tr_customer_product_id":159024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:53.000Z","modified_at":"2026-01-18T03:55:53.000Z","name":"Ayla Hartmann","mobile_number":"325-323-1251","email_id":"Judd71@hotmail.com","dop":"2025-04-06","serial_number":"12725804605654084","imei1":"12725804605654084","imei2":"12725804605654084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159019,"job_number":"JOB_159019","tr_customer_id":159036,"tr_customer_product_id":159026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:56.000Z","modified_at":"2026-01-18T03:55:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16204717254730","imei1":"16204717254730","imei2":"16204717254730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159020,"job_number":"JOB_159020","tr_customer_id":159037,"tr_customer_product_id":159027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:56.000Z","modified_at":"2026-01-18T03:56:31.000Z","name":"Alba Rohan","mobile_number":"802-857-2938","email_id":"Moses66@yahoo.com","dop":"2025-04-06","serial_number":"12398716691813","imei1":"12398716691813","imei2":"12398716691813","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159021,"job_number":"JOB_159021","tr_customer_id":159038,"tr_customer_product_id":159028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:57.000Z","modified_at":"2026-01-18T03:55:57.000Z","name":"Gage O'Reilly","mobile_number":"486-722-9533","email_id":"Estelle_Gulgowski@hotmail.com","dop":"2025-04-06","serial_number":"19022593321130664","imei1":"19022593321130664","imei2":"19022593321130664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159022,"job_number":"JOB_159022","tr_customer_id":159039,"tr_customer_product_id":159029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:00.000Z","modified_at":"2026-01-18T03:56:00.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16181220054794","imei1":"16181220054794","imei2":"16181220054794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159023,"job_number":"JOB_159023","tr_customer_id":159040,"tr_customer_product_id":159030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:01.000Z","modified_at":"2026-01-18T03:56:36.000Z","name":"Ben Kuhn","mobile_number":"691-824-3322","email_id":"Daisy_Rutherford9@hotmail.com","dop":"2025-04-06","serial_number":"12037303054493","imei1":"12037303054493","imei2":"12037303054493","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159025,"job_number":"JOB_159025","tr_customer_id":159042,"tr_customer_product_id":159032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:02.000Z","modified_at":"2026-01-18T03:56:02.000Z","name":"Gregorio Powlowski","mobile_number":"773-203-0079","email_id":"Dee_Robel@yahoo.com","dop":"2025-04-06","serial_number":"13917303328041124","imei1":"13917303328041124","imei2":"13917303328041124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159026,"job_number":"JOB_159026","tr_customer_id":159043,"tr_customer_product_id":159033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:02.000Z","modified_at":"2026-01-18T03:56:36.000Z","name":"Savanna Monahan","mobile_number":"462-706-2832","email_id":"Toby.Kuphal84@gmail.com","dop":"2025-06-26","serial_number":"10475853912111","imei1":"10475853912111","imei2":"10475853912111","popurl":"2025-06-27T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159028,"job_number":"JOB_159028","tr_customer_id":159045,"tr_customer_product_id":159035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:03.000Z","modified_at":"2026-01-18T03:56:03.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13079418795528","imei1":"13079418795528","imei2":"13079418795528","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159029,"job_number":"JOB_159029","tr_customer_id":159046,"tr_customer_product_id":159036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:04.000Z","modified_at":"2026-01-18T03:56:04.000Z","name":"Darrion Larkin","mobile_number":"327-462-5230","email_id":"Cedrick80@yahoo.com","dop":"2025-09-16","serial_number":"16714415971446","imei1":"16714415971446","imei2":"16714415971446","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159034,"job_number":"JOB_159034","tr_customer_id":159051,"tr_customer_product_id":159041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:06.000Z","modified_at":"2026-01-18T03:56:06.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17940480609878","imei1":"17940480609878","imei2":"17940480609878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159035,"job_number":"JOB_159035","tr_customer_id":159052,"tr_customer_product_id":159042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:06.000Z","modified_at":"2026-01-18T03:56:42.000Z","name":"Randy Schmeler","mobile_number":"323-416-5949","email_id":"Alisha20@gmail.com","dop":"2025-04-06","serial_number":"17865956958461","imei1":"17865956958461","imei2":"17865956958461","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159036,"job_number":"JOB_159036","tr_customer_id":159053,"tr_customer_product_id":159043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:08.000Z","modified_at":"2026-01-18T03:56:08.000Z","name":"Robin Will","mobile_number":"368-861-3238","email_id":"Lysanne.Trantow@hotmail.com","dop":"2025-04-06","serial_number":"10701379597396918","imei1":"10701379597396918","imei2":"10701379597396918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159037,"job_number":"JOB_159037","tr_customer_id":159054,"tr_customer_product_id":159044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:08.000Z","modified_at":"2026-01-18T03:56:08.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"14292195329234","imei1":"14292195329234","imei2":"14292195329234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159038,"job_number":"JOB_159038","tr_customer_id":159055,"tr_customer_product_id":159045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:08.000Z","modified_at":"2026-01-18T03:56:44.000Z","name":"Kris Bergstrom","mobile_number":"508-383-2600","email_id":"Hazle.Krajcik@gmail.com","dop":"2025-04-06","serial_number":"13797358340007","imei1":"13797358340007","imei2":"13797358340007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159042,"job_number":"JOB_159042","tr_customer_id":159059,"tr_customer_product_id":159049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:10.000Z","modified_at":"2026-01-18T03:56:10.000Z","name":"Dimitri Rodriguez","mobile_number":"821-542-3569","email_id":"Candelario.Prosacco46@gmail.com","dop":"2025-04-06","serial_number":"14221331446654184","imei1":"14221331446654184","imei2":"14221331446654184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159043,"job_number":"JOB_159043","tr_customer_id":159060,"tr_customer_product_id":159050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:11.000Z","modified_at":"2026-01-18T03:56:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16121955432354","imei1":"16121955432354","imei2":"16121955432354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159044,"job_number":"JOB_159044","tr_customer_id":159061,"tr_customer_product_id":159051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:11.000Z","modified_at":"2026-01-18T03:56:48.000Z","name":"Ernesto Moore","mobile_number":"677-862-9926","email_id":"Irma.Stanton44@yahoo.com","dop":"2025-04-06","serial_number":"17502561829918","imei1":"17502561829918","imei2":"17502561829918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159045,"job_number":"JOB_159045","tr_customer_id":159062,"tr_customer_product_id":159052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:13.000Z","modified_at":"2026-01-18T03:56:13.000Z","name":"Elnora Yost","mobile_number":"706-461-3350","email_id":"Willie.Schinner@hotmail.com","dop":"2025-04-06","serial_number":"15498950935864736","imei1":"15498950935864736","imei2":"15498950935864736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159046,"job_number":"JOB_159046","tr_customer_id":159063,"tr_customer_product_id":159053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:14.000Z","modified_at":"2026-01-18T03:56:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11530019276181","imei1":"11530019276181","imei2":"11530019276181","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159047,"job_number":"JOB_159047","tr_customer_id":159064,"tr_customer_product_id":159054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:14.000Z","modified_at":"2026-01-18T03:56:49.000Z","name":"Rahul Collins","mobile_number":"535-323-8143","email_id":"Joyce.Connelly@yahoo.com","dop":"2025-04-06","serial_number":"17396895026096","imei1":"17396895026096","imei2":"17396895026096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159048,"job_number":"JOB_159048","tr_customer_id":159065,"tr_customer_product_id":159055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:16.000Z","modified_at":"2026-01-18T03:56:16.000Z","name":"Hassan Steuber","mobile_number":"941-982-9170","email_id":"Angeline.Gutkowski@hotmail.com","dop":"2025-04-06","serial_number":"19191664390299800","imei1":"19191664390299800","imei2":"19191664390299800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159049,"job_number":"JOB_159049","tr_customer_id":159066,"tr_customer_product_id":159056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:18.000Z","modified_at":"2026-01-18T03:56:18.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10262282963008","imei1":"10262282963008","imei2":"10262282963008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159050,"job_number":"JOB_159050","tr_customer_id":159067,"tr_customer_product_id":159057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:19.000Z","modified_at":"2026-01-18T03:56:52.000Z","name":"Jillian Hammes","mobile_number":"399-301-6953","email_id":"Fausto_Zboncak@hotmail.com","dop":"2025-04-06","serial_number":"15069239875856","imei1":"15069239875856","imei2":"15069239875856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159051,"job_number":"JOB_159051","tr_customer_id":159068,"tr_customer_product_id":159058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:20.000Z","modified_at":"2026-01-18T03:56:20.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16121345308966","imei1":"16121345308966","imei2":"16121345308966","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159052,"job_number":"JOB_159052","tr_customer_id":159069,"tr_customer_product_id":159059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:20.000Z","modified_at":"2026-01-18T03:56:20.000Z","name":"Davonte Abernathy","mobile_number":"925-225-6146","email_id":"Myah_Kris20@gmail.com","dop":"2025-04-06","serial_number":"11671565606080252","imei1":"11671565606080252","imei2":"11671565606080252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159053,"job_number":"JOB_159053","tr_customer_id":159070,"tr_customer_product_id":159060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:20.000Z","modified_at":"2026-01-18T03:56:59.000Z","name":"Mandy Satterfield","mobile_number":"295-776-2741","email_id":"Hortense.Herman83@gmail.com","dop":"2025-04-06","serial_number":"13255645546171","imei1":"13255645546171","imei2":"13255645546171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159054,"job_number":"JOB_159054","tr_customer_id":159071,"tr_customer_product_id":159061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:21.000Z","modified_at":"2026-01-18T03:56:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12042865289002","imei1":"12042865289002","imei2":"12042865289002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159055,"job_number":"JOB_159055","tr_customer_id":159072,"tr_customer_product_id":159062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:21.000Z","modified_at":"2026-01-18T03:56:57.000Z","name":"Hermina Mertz","mobile_number":"650-957-4349","email_id":"Lesly_Botsford@yahoo.com","dop":"2025-04-06","serial_number":"14525818112271","imei1":"14525818112271","imei2":"14525818112271","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159056,"job_number":"JOB_159056","tr_customer_id":159073,"tr_customer_product_id":159063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"Keenan Wilderman","mobile_number":"557-790-7062","email_id":"Ida.Ortiz@yahoo.com","dop":"2025-04-06","serial_number":"16323977604819896","imei1":"16323977604819896","imei2":"16323977604819896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159057,"job_number":"JOB_159057","tr_customer_id":159074,"tr_customer_product_id":159064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17173567493433","imei1":"17173567493433","imei2":"17173567493433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159058,"job_number":"JOB_159058","tr_customer_id":159075,"tr_customer_product_id":159065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:58.000Z","name":"Jadon Romaguera","mobile_number":"830-852-3877","email_id":"Rene95@hotmail.com","dop":"2025-04-06","serial_number":"12062052753301","imei1":"12062052753301","imei2":"12062052753301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159059,"job_number":"JOB_159059","tr_customer_id":159076,"tr_customer_product_id":159066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15507358987601","imei1":"15507358987601","imei2":"15507358987601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159060,"job_number":"JOB_159060","tr_customer_id":159077,"tr_customer_product_id":159067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"Rupert Hagenes","mobile_number":"441-932-3091","email_id":"Kip_Hilll@gmail.com","dop":"2025-04-06","serial_number":"16725310582101640","imei1":"16725310582101640","imei2":"16725310582101640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159061,"job_number":"JOB_159061","tr_customer_id":159078,"tr_customer_product_id":159068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:23.000Z","modified_at":"2026-01-18T03:56:58.000Z","name":"Shannon Willms","mobile_number":"694-886-8947","email_id":"Gregory_Von9@yahoo.com","dop":"2025-04-06","serial_number":"13668261197857","imei1":"13668261197857","imei2":"13668261197857","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159062,"job_number":"JOB_159062","tr_customer_id":159079,"tr_customer_product_id":159069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:23.000Z","modified_at":"2026-01-18T03:56:23.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10554998517770","imei1":"10554998517770","imei2":"10554998517770","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159063,"job_number":"JOB_159063","tr_customer_id":159080,"tr_customer_product_id":159070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:23.000Z","modified_at":"2026-01-18T03:57:01.000Z","name":"Sadye Zemlak","mobile_number":"574-577-9262","email_id":"Emery64@hotmail.com","dop":"2000-01-31","serial_number":"10361035499517","imei1":"10361035499517","imei2":"10361035499517","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159064,"job_number":"JOB_159064","tr_customer_id":159081,"tr_customer_product_id":159071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Lonzo Metz","mobile_number":"813-312-7136","email_id":"Rylee_Ankunding80@hotmail.com","dop":"2025-04-06","serial_number":"13196617994465292","imei1":"13196617994465292","imei2":"13196617994465292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159066,"job_number":"JOB_159066","tr_customer_id":159083,"tr_customer_product_id":159073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Jocelyn Wisozk","mobile_number":"966-291-2540","email_id":"Linnie.Kozey@hotmail.com","dop":"2025-04-06","serial_number":"11607811611260184","imei1":"11607811611260184","imei2":"11607811611260184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159069,"job_number":"JOB_159069","tr_customer_id":159086,"tr_customer_product_id":159076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:25.000Z","modified_at":"2026-01-18T03:56:25.000Z","name":"Abelardo Daugherty","mobile_number":"671-273-5807","email_id":"Samir.Kassulke@hotmail.com","dop":"2000-01-31","serial_number":"1023505550914247","imei1":"1023505550914247","imei2":"1023505550914247","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159070,"job_number":"JOB_159070","tr_customer_id":159087,"tr_customer_product_id":159077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:29.000Z","modified_at":"2026-01-18T03:56:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16426582337052","imei1":"16426582337052","imei2":"16426582337052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159071,"job_number":"JOB_159071","tr_customer_id":159088,"tr_customer_product_id":159078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:30.000Z","modified_at":"2026-01-18T03:57:05.000Z","name":"Nellie McKenzie","mobile_number":"404-256-8684","email_id":"Tommie98@yahoo.com","dop":"2025-04-06","serial_number":"18804189159794","imei1":"18804189159794","imei2":"18804189159794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159072,"job_number":"JOB_159072","tr_customer_id":159089,"tr_customer_product_id":159079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:31.000Z","modified_at":"2026-01-18T03:56:31.000Z","name":"Kenny Hickle","mobile_number":"735-376-7511","email_id":"Catalina33@gmail.com","dop":"2025-04-06","serial_number":"17347309749523584","imei1":"17347309749523584","imei2":"17347309749523584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159073,"job_number":"JOB_159073","tr_customer_id":159090,"tr_customer_product_id":159080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:33.000Z","modified_at":"2026-01-18T03:56:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13408667443250","imei1":"13408667443250","imei2":"13408667443250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159074,"job_number":"JOB_159074","tr_customer_id":159091,"tr_customer_product_id":159081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:33.000Z","modified_at":"2026-01-18T03:57:07.000Z","name":"Agnes Kilback","mobile_number":"239-766-5758","email_id":"Nina77@gmail.com","dop":"2025-04-06","serial_number":"19195918394177","imei1":"19195918394177","imei2":"19195918394177","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159075,"job_number":"JOB_159075","tr_customer_id":159092,"tr_customer_product_id":159082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:34.000Z","modified_at":"2026-01-18T03:56:34.000Z","name":"Rico Prosacco","mobile_number":"242-341-7855","email_id":"Karina_Lakin@yahoo.com","dop":"2025-04-06","serial_number":"17886541680478432","imei1":"17886541680478432","imei2":"17886541680478432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159076,"job_number":"JOB_159076","tr_customer_id":159093,"tr_customer_product_id":159083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:38.000Z","modified_at":"2026-01-18T03:56:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14073296534481","imei1":"14073296534481","imei2":"14073296534481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159077,"job_number":"JOB_159077","tr_customer_id":159094,"tr_customer_product_id":159084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:38.000Z","modified_at":"2026-01-18T03:57:12.000Z","name":"Guiseppe Johnston","mobile_number":"429-834-8255","email_id":"Maverick.Konopelski1@gmail.com","dop":"2025-04-06","serial_number":"18486497465696","imei1":"18486497465696","imei2":"18486497465696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159081,"job_number":"JOB_159081","tr_customer_id":159098,"tr_customer_product_id":159088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:39.000Z","modified_at":"2026-01-18T03:56:39.000Z","name":"Nicklaus Adams","mobile_number":"571-791-8155","email_id":"Davion66@gmail.com","dop":"2025-04-06","serial_number":"16336268124921848","imei1":"16336268124921848","imei2":"16336268124921848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159082,"job_number":"JOB_159082","tr_customer_id":159099,"tr_customer_product_id":159089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:43.000Z","modified_at":"2026-01-18T03:56:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16992050938441","imei1":"16992050938441","imei2":"16992050938441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159083,"job_number":"JOB_159083","tr_customer_id":159100,"tr_customer_product_id":159090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:43.000Z","modified_at":"2026-01-18T03:57:18.000Z","name":"Chadd Steuber","mobile_number":"451-894-2969","email_id":"Lottie_Glover@yahoo.com","dop":"2025-04-06","serial_number":"17629287627526","imei1":"17629287627526","imei2":"17629287627526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159084,"job_number":"JOB_159084","tr_customer_id":159101,"tr_customer_product_id":159091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:45.000Z","modified_at":"2026-01-18T03:56:45.000Z","name":"Alford Baumbach","mobile_number":"568-991-1586","email_id":"Jerod.Weber98@gmail.com","dop":"2025-04-06","serial_number":"17559774313272528","imei1":"17559774313272528","imei2":"17559774313272528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159085,"job_number":"JOB_159085","tr_customer_id":159102,"tr_customer_product_id":159092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:49.000Z","modified_at":"2026-01-18T03:56:49.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"17618015852470","imei1":"17618015852470","imei2":"17618015852470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159086,"job_number":"JOB_159086","tr_customer_id":159103,"tr_customer_product_id":159093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:50.000Z","modified_at":"2026-01-18T03:57:25.000Z","name":"Roslyn Klocko","mobile_number":"532-235-3381","email_id":"Mac_Steuber@yahoo.com","dop":"2025-04-06","serial_number":"12786615718002","imei1":"12786615718002","imei2":"12786615718002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159087,"job_number":"JOB_159087","tr_customer_id":159104,"tr_customer_product_id":159094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:51.000Z","modified_at":"2026-01-18T03:56:51.000Z","name":"Jewell Hane","mobile_number":"668-801-5609","email_id":"Cordell.Moen20@hotmail.com","dop":"2025-04-06","serial_number":"17059653394502704","imei1":"17059653394502704","imei2":"17059653394502704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159088,"job_number":"JOB_159088","tr_customer_id":159105,"tr_customer_product_id":159095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:55.000Z","modified_at":"2026-01-18T03:56:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18562529637721","imei1":"18562529637721","imei2":"18562529637721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159089,"job_number":"JOB_159089","tr_customer_id":159106,"tr_customer_product_id":159096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:55.000Z","modified_at":"2026-01-18T03:57:31.000Z","name":"Noble Hermann","mobile_number":"724-877-8268","email_id":"Mazie18@hotmail.com","dop":"2025-04-06","serial_number":"15240783714408","imei1":"15240783714408","imei2":"15240783714408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159090,"job_number":"JOB_159090","tr_customer_id":159107,"tr_customer_product_id":159097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:56.000Z","modified_at":"2026-01-18T03:56:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18565090525399","imei1":"18565090525399","imei2":"18565090525399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159091,"job_number":"JOB_159091","tr_customer_id":159108,"tr_customer_product_id":159098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:56.000Z","modified_at":"2026-01-18T03:57:31.000Z","name":"Jessyca Ziemann","mobile_number":"260-864-3713","email_id":"Shaniya_Little@yahoo.com","dop":"2025-04-06","serial_number":"13874517797187","imei1":"13874517797187","imei2":"13874517797187","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159092,"job_number":"JOB_159092","tr_customer_id":159109,"tr_customer_product_id":159099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:57.000Z","modified_at":"2026-01-18T03:56:57.000Z","name":"Reynold Wilkinson","mobile_number":"881-440-9157","email_id":"Lourdes86@yahoo.com","dop":"2025-04-06","serial_number":"12156566780378344","imei1":"12156566780378344","imei2":"12156566780378344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159093,"job_number":"JOB_159093","tr_customer_id":159110,"tr_customer_product_id":159100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:58.000Z","modified_at":"2026-01-18T03:56:58.000Z","name":"Kenton Volkman","mobile_number":"842-551-3953","email_id":"Demarco_Luettgen45@hotmail.com","dop":"2025-04-06","serial_number":"18393030416523070","imei1":"18393030416523070","imei2":"18393030416523070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159094,"job_number":"JOB_159094","tr_customer_id":159111,"tr_customer_product_id":159101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:59.000Z","modified_at":"2026-01-18T03:56:59.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12194536353382","imei1":"12194536353382","imei2":"12194536353382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159095,"job_number":"JOB_159095","tr_customer_id":159112,"tr_customer_product_id":159102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:59.000Z","modified_at":"2026-01-18T03:57:32.000Z","name":"Percival Purdy","mobile_number":"706-346-4165","email_id":"Zane_Daugherty70@gmail.com","dop":"2025-04-06","serial_number":"12534935834116","imei1":"12534935834116","imei2":"12534935834116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159096,"job_number":"JOB_159096","tr_customer_id":159113,"tr_customer_product_id":159103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:00.000Z","modified_at":"2026-01-18T03:57:00.000Z","name":"Rusty Buckridge","mobile_number":"532-371-9371","email_id":"Duncan.Lakin90@hotmail.com","dop":"2025-04-06","serial_number":"19535132894412390","imei1":"19535132894412390","imei2":"19535132894412390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159097,"job_number":"JOB_159097","tr_customer_id":159114,"tr_customer_product_id":159104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:05.000Z","modified_at":"2026-01-18T03:57:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17125544314672","imei1":"17125544314672","imei2":"17125544314672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159098,"job_number":"JOB_159098","tr_customer_id":159115,"tr_customer_product_id":159105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:05.000Z","modified_at":"2026-01-18T03:57:40.000Z","name":"Athena Boehm","mobile_number":"602-616-5508","email_id":"Dovie.Cartwright9@yahoo.com","dop":"2025-04-06","serial_number":"12620694671011","imei1":"12620694671011","imei2":"12620694671011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159099,"job_number":"JOB_159099","tr_customer_id":159116,"tr_customer_product_id":159106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:06.000Z","modified_at":"2026-01-18T03:57:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19493853384651","imei1":"19493853384651","imei2":"19493853384651","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159100,"job_number":"JOB_159100","tr_customer_id":159117,"tr_customer_product_id":159107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:06.000Z","modified_at":"2026-01-18T03:57:44.000Z","name":"Nichole Rosenbaum","mobile_number":"751-523-9506","email_id":"Vickie_Grimes@yahoo.com","dop":"2025-04-06","serial_number":"18111139794010","imei1":"18111139794010","imei2":"18111139794010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159101,"job_number":"JOB_159101","tr_customer_id":159118,"tr_customer_product_id":159108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:07.000Z","modified_at":"2026-01-18T03:57:07.000Z","name":"Damion Schimmel","mobile_number":"323-927-5489","email_id":"Amparo.Ortiz@yahoo.com","dop":"2025-04-06","serial_number":"15096935786322860","imei1":"15096935786322860","imei2":"15096935786322860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159102,"job_number":"JOB_159102","tr_customer_id":159119,"tr_customer_product_id":159109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:08.000Z","modified_at":"2026-01-18T03:57:08.000Z","name":"Elissa Von","mobile_number":"633-983-3381","email_id":"Hadley.Bahringer48@gmail.com","dop":"2025-04-06","serial_number":"12750777508163872","imei1":"12750777508163872","imei2":"12750777508163872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159103,"job_number":"JOB_159103","tr_customer_id":159120,"tr_customer_product_id":159110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:08.000Z","modified_at":"2026-01-18T03:57:08.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10881737155439","imei1":"10881737155439","imei2":"10881737155439","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159104,"job_number":"JOB_159104","tr_customer_id":159121,"tr_customer_product_id":159111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:09.000Z","modified_at":"2026-01-18T03:57:46.000Z","name":"Jay Davis","mobile_number":"612-378-8907","email_id":"Nya83@gmail.com","dop":"2000-01-31","serial_number":"10453109750065","imei1":"10453109750065","imei2":"10453109750065","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159105,"job_number":"JOB_159105","tr_customer_id":159122,"tr_customer_product_id":159112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:10.000Z","modified_at":"2026-01-18T03:57:10.000Z","name":"Kay Kshlerin","mobile_number":"549-791-2841","email_id":"Korey.Pouros@hotmail.com","dop":"2000-01-31","serial_number":"1006836938561974","imei1":"1006836938561974","imei2":"1006836938561974","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159106,"job_number":"JOB_159106","tr_customer_id":159123,"tr_customer_product_id":159113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:19.000Z","modified_at":"2026-01-18T03:57:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10990930337870","imei1":"10990930337870","imei2":"10990930337870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159107,"job_number":"JOB_159107","tr_customer_id":159124,"tr_customer_product_id":159114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:19.000Z","modified_at":"2026-01-18T03:57:53.000Z","name":"Vena Kling","mobile_number":"538-954-8062","email_id":"Marilyne23@gmail.com","dop":"2025-04-06","serial_number":"16525630311264","imei1":"16525630311264","imei2":"16525630311264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159108,"job_number":"JOB_159108","tr_customer_id":159125,"tr_customer_product_id":159115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:20.000Z","modified_at":"2026-01-18T03:57:21.000Z","name":"Halle Jacobs","mobile_number":"702-829-9564","email_id":"Shemar_Weber@yahoo.com","dop":"2025-04-06","serial_number":"19481406525399376","imei1":"19481406525399376","imei2":"19481406525399376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159109,"job_number":"JOB_159109","tr_customer_id":159126,"tr_customer_product_id":159116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:38.000Z","modified_at":"2026-01-18T03:57:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13618202639912","imei1":"13618202639912","imei2":"13618202639912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159110,"job_number":"JOB_159110","tr_customer_id":159127,"tr_customer_product_id":159117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:39.000Z","modified_at":"2026-01-18T03:58:14.000Z","name":"Belle Ullrich","mobile_number":"937-841-8368","email_id":"Chanelle73@yahoo.com","dop":"2025-04-06","serial_number":"19820439666902","imei1":"19820439666902","imei2":"19820439666902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159111,"job_number":"JOB_159111","tr_customer_id":159128,"tr_customer_product_id":159118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:40.000Z","modified_at":"2026-01-18T03:57:40.000Z","name":"Easter Nolan","mobile_number":"989-469-5107","email_id":"Manuela53@yahoo.com","dop":"2025-04-06","serial_number":"16931703119740418","imei1":"16931703119740418","imei2":"16931703119740418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159112,"job_number":"JOB_159112","tr_customer_id":159129,"tr_customer_product_id":159119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:51.000Z","modified_at":"2026-01-18T03:57:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16495393975364","imei1":"16495393975364","imei2":"16495393975364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159113,"job_number":"JOB_159113","tr_customer_id":159130,"tr_customer_product_id":159120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:52.000Z","modified_at":"2026-01-18T03:58:30.000Z","name":"Terrell Hettinger","mobile_number":"323-467-7652","email_id":"Jo.Deckow@hotmail.com","dop":"2025-04-06","serial_number":"18501209557801","imei1":"18501209557801","imei2":"18501209557801","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159114,"job_number":"JOB_159114","tr_customer_id":159131,"tr_customer_product_id":159121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:53.000Z","modified_at":"2026-01-18T03:57:53.000Z","name":"Sigrid Hoppe","mobile_number":"744-704-0538","email_id":"Elvie73@yahoo.com","dop":"2025-04-06","serial_number":"12844900235535616","imei1":"12844900235535616","imei2":"12844900235535616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159115,"job_number":"JOB_159115","tr_customer_id":159132,"tr_customer_product_id":159122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:53.000Z","modified_at":"2026-01-18T03:57:53.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10593668361759","imei1":"10593668361759","imei2":"10593668361759","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159116,"job_number":"JOB_159116","tr_customer_id":159133,"tr_customer_product_id":159123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:54.000Z","modified_at":"2026-01-18T03:58:31.000Z","name":"Barbara Powlowski","mobile_number":"978-990-2526","email_id":"Kamron47@gmail.com","dop":"2000-01-31","serial_number":"10824899581379","imei1":"10824899581379","imei2":"10824899581379","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159117,"job_number":"JOB_159117","tr_customer_id":159134,"tr_customer_product_id":159124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:55.000Z","modified_at":"2026-01-18T03:57:55.000Z","name":"Vivien Effertz","mobile_number":"264-411-5441","email_id":"Justine50@hotmail.com","dop":"2000-01-31","serial_number":"1041260274965509","imei1":"1041260274965509","imei2":"1041260274965509","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159118,"job_number":"JOB_159118","tr_customer_id":159135,"tr_customer_product_id":159125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:04.000Z","modified_at":"2026-01-18T04:02:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42595467128054","imei1":"42595467128054","imei2":"42595467128054","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159119,"job_number":"JOB_159119","tr_customer_id":159136,"tr_customer_product_id":159126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:05.000Z","modified_at":"2026-01-18T04:02:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87314681924832","imei1":"87314681924832","imei2":"87314681924832","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159120,"job_number":"JOB_159120","tr_customer_id":159137,"tr_customer_product_id":159127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:05.000Z","modified_at":"2026-01-18T04:02:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83676561649942","imei1":"83676561649942","imei2":"83676561649942","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159121,"job_number":"JOB_159121","tr_customer_id":159138,"tr_customer_product_id":159128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:05.000Z","modified_at":"2026-01-18T04:02:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90919033009824","imei1":"90919033009824","imei2":"90919033009824","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159122,"job_number":"JOB_159122","tr_customer_id":159139,"tr_customer_product_id":159129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:06.000Z","modified_at":"2026-01-18T04:02:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97667063730193","imei1":"97667063730193","imei2":"97667063730193","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159123,"job_number":"JOB_159123","tr_customer_id":159140,"tr_customer_product_id":159130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:06.000Z","modified_at":"2026-01-18T04:02:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"52313581280592","imei1":"52313581280592","imei2":"52313581280592","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159124,"job_number":"JOB_159124","tr_customer_id":159141,"tr_customer_product_id":159131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:06.000Z","modified_at":"2026-01-18T04:02:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35111757339726","imei1":"35111757339726","imei2":"35111757339726","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:02:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159125,"job_number":"JOB_159125","tr_customer_id":159142,"tr_customer_product_id":159132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:35.000Z","modified_at":"2026-01-18T04:02:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14404177699227","imei1":"14404177699227","imei2":"14404177699227","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159126,"job_number":"JOB_159126","tr_customer_id":159143,"tr_customer_product_id":159133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:35.000Z","modified_at":"2026-01-18T04:02:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"75974630502915","imei1":"75974630502915","imei2":"75974630502915","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159127,"job_number":"JOB_159127","tr_customer_id":159144,"tr_customer_product_id":159134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:35.000Z","modified_at":"2026-01-18T04:02:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"49649277405742","imei1":"49649277405742","imei2":"49649277405742","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159128,"job_number":"JOB_159128","tr_customer_id":159145,"tr_customer_product_id":159135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:36.000Z","modified_at":"2026-01-18T04:02:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"98739550267129","imei1":"98739550267129","imei2":"98739550267129","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159129,"job_number":"JOB_159129","tr_customer_id":159146,"tr_customer_product_id":159136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:36.000Z","modified_at":"2026-01-18T04:02:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14537486509078","imei1":"14537486509078","imei2":"14537486509078","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159130,"job_number":"JOB_159130","tr_customer_id":159147,"tr_customer_product_id":159137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:36.000Z","modified_at":"2026-01-18T04:02:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47803734311039","imei1":"47803734311039","imei2":"47803734311039","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159131,"job_number":"JOB_159131","tr_customer_id":159148,"tr_customer_product_id":159138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:37.000Z","modified_at":"2026-01-18T04:02:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95837614501872","imei1":"95837614501872","imei2":"95837614501872","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:02:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159132,"job_number":"JOB_159132","tr_customer_id":159149,"tr_customer_product_id":159139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:05.000Z","modified_at":"2026-01-18T04:03:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25953638566088","imei1":"25953638566088","imei2":"25953638566088","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159133,"job_number":"JOB_159133","tr_customer_id":159150,"tr_customer_product_id":159140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:05.000Z","modified_at":"2026-01-18T04:03:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68817167817827","imei1":"68817167817827","imei2":"68817167817827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159134,"job_number":"JOB_159134","tr_customer_id":159151,"tr_customer_product_id":159141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11405749785771","imei1":"11405749785771","imei2":"11405749785771","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159135,"job_number":"JOB_159135","tr_customer_id":159152,"tr_customer_product_id":159142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65198456677470","imei1":"65198456677470","imei2":"65198456677470","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159136,"job_number":"JOB_159136","tr_customer_id":159153,"tr_customer_product_id":159143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45333620539242","imei1":"45333620539242","imei2":"45333620539242","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159137,"job_number":"JOB_159137","tr_customer_id":159154,"tr_customer_product_id":159144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55816952128862","imei1":"55816952128862","imei2":"55816952128862","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159138,"job_number":"JOB_159138","tr_customer_id":159155,"tr_customer_product_id":159145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:07.000Z","modified_at":"2026-01-18T04:03:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38245745566724","imei1":"38245745566724","imei2":"38245745566724","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:03:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159139,"job_number":"JOB_159139","tr_customer_id":159156,"tr_customer_product_id":159146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:35:38.000Z","modified_at":"2026-01-18T04:36:16.000Z","name":"Jaydon Rau","mobile_number":"954-764-1801","email_id":"Kristoffer41@gmail.com","dop":"2025-04-06","serial_number":"14920275058033","imei1":"14920275058033","imei2":"14920275058033","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159140,"job_number":"JOB_159140","tr_customer_id":159157,"tr_customer_product_id":159147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:35:39.000Z","modified_at":"2026-01-18T04:35:39.000Z","name":"Sigmund Heller","mobile_number":"553-816-8494","email_id":"Kellie_Moore@yahoo.com","dop":"2025-04-06","serial_number":"14915951040604334","imei1":"14915951040604334","imei2":"14915951040604334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159141,"job_number":"JOB_159141","tr_customer_id":159158,"tr_customer_product_id":159148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:36:24.000Z","modified_at":"2026-01-18T04:37:01.000Z","name":"Carlee Heaney","mobile_number":"231-304-7276","email_id":"Verdie_Morissette4@hotmail.com","dop":"2025-04-06","serial_number":"18551688384460","imei1":"18551688384460","imei2":"18551688384460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:37:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159142,"job_number":"JOB_159142","tr_customer_id":159159,"tr_customer_product_id":159149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:36:25.000Z","modified_at":"2026-01-18T04:36:25.000Z","name":"Evangeline Mertz","mobile_number":"770-977-1504","email_id":"Baylee.Von@yahoo.com","dop":"2025-04-06","serial_number":"15546895950353300","imei1":"15546895950353300","imei2":"15546895950353300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159143,"job_number":"JOB_159143","tr_customer_id":159160,"tr_customer_product_id":159150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:37:09.000Z","modified_at":"2026-01-18T04:37:46.000Z","name":"Cristobal O'Hara","mobile_number":"823-651-5583","email_id":"Kennith_DAmore29@hotmail.com","dop":"2025-04-06","serial_number":"19490553851209","imei1":"19490553851209","imei2":"19490553851209","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159144,"job_number":"JOB_159144","tr_customer_id":159161,"tr_customer_product_id":159151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:37:10.000Z","modified_at":"2026-01-18T04:37:10.000Z","name":"Agustina Effertz","mobile_number":"534-575-8446","email_id":"Elena16@hotmail.com","dop":"2025-04-06","serial_number":"16513923573111656","imei1":"16513923573111656","imei2":"16513923573111656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:37:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159145,"job_number":"JOB_159145","tr_customer_id":159162,"tr_customer_product_id":159152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:38:25.000Z","modified_at":"2026-01-18T04:38:25.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-08","serial_number":"37906098012507","imei1":"37906098012507","imei2":"37906098012507","popurl":"2026-01-08T04:38:25.059966147Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:38:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159146,"job_number":"JOB_159146","tr_customer_id":159163,"tr_customer_product_id":159153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:39:13.000Z","modified_at":"2026-01-18T04:39:13.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-08","serial_number":"13152065634352","imei1":"13152065634352","imei2":"13152065634352","popurl":"2026-01-08T04:39:13.543870831Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159147,"job_number":"JOB_159147","tr_customer_id":159164,"tr_customer_product_id":159154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:46:20.000Z","modified_at":"2026-01-18T04:46:20.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"102426181348629","imei1":"102426181348629","imei2":"102426181348629","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159148,"job_number":"JOB_159148","tr_customer_id":159165,"tr_customer_product_id":159155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:46:20.000Z","modified_at":"2026-01-18T04:46:30.000Z","name":"Dedrick Zieme","mobile_number":"402-616-8008","email_id":"Giles_Harris@gmail.com","dop":"2025-07-01","serial_number":"101389294631118","imei1":"101389294631118","imei2":"101389294631118","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159149,"job_number":"JOB_159149","tr_customer_id":159166,"tr_customer_product_id":159156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:46:32.000Z","modified_at":"2026-01-18T04:46:32.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"101296498934228","imei1":"101296498934228","imei2":"101296498934228","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:46:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159150,"job_number":"JOB_159150","tr_customer_id":159167,"tr_customer_product_id":159157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:46:32.000Z","modified_at":"2026-01-18T04:46:41.000Z","name":"Leonie Gislason","mobile_number":"384-614-4881","email_id":"Candace_Mitchell28@hotmail.com","dop":"2025-07-01","serial_number":"100464639279967","imei1":"100464639279967","imei2":"100464639279967","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:46:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159151,"job_number":"JOB_159151","tr_customer_id":159168,"tr_customer_product_id":159158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:48:42.000Z","modified_at":"2026-01-18T04:49:19.000Z","name":"Nathanial Koepp","mobile_number":"434-971-7428","email_id":"Mara.Williamson33@gmail.com","dop":"2025-04-06","serial_number":"10463330961064","imei1":"10463330961064","imei2":"10463330961064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159152,"job_number":"JOB_159152","tr_customer_id":159169,"tr_customer_product_id":159159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:48:44.000Z","modified_at":"2026-01-18T04:48:44.000Z","name":"Waino Watsica","mobile_number":"349-225-5664","email_id":"Tyrese.Rodriguez@hotmail.com","dop":"2025-04-06","serial_number":"17754341125637384","imei1":"17754341125637384","imei2":"17754341125637384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159153,"job_number":"JOB_159153","tr_customer_id":159170,"tr_customer_product_id":159160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:49:26.000Z","modified_at":"2026-01-18T04:50:02.000Z","name":"Cleta Beahan","mobile_number":"370-386-7032","email_id":"Ethel.Abshire48@hotmail.com","dop":"2025-04-06","serial_number":"14136533686410","imei1":"14136533686410","imei2":"14136533686410","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159154,"job_number":"JOB_159154","tr_customer_id":159171,"tr_customer_product_id":159161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:49:27.000Z","modified_at":"2026-01-18T04:49:27.000Z","name":"Mathias Heaney","mobile_number":"969-224-2353","email_id":"Colleen.Hegmann@hotmail.com","dop":"2025-04-06","serial_number":"17387945400318194","imei1":"17387945400318194","imei2":"17387945400318194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159155,"job_number":"JOB_159155","tr_customer_id":159172,"tr_customer_product_id":159162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:50:08.000Z","modified_at":"2026-01-18T04:50:44.000Z","name":"Marcel Vandervort","mobile_number":"323-306-0493","email_id":"Elvis_Cole@yahoo.com","dop":"2025-04-06","serial_number":"11451756959112","imei1":"11451756959112","imei2":"11451756959112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159156,"job_number":"JOB_159156","tr_customer_id":159173,"tr_customer_product_id":159163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:50:10.000Z","modified_at":"2026-01-18T04:50:10.000Z","name":"Carolyn Considine","mobile_number":"384-998-3374","email_id":"Daphney.Abernathy8@hotmail.com","dop":"2025-04-06","serial_number":"14526013914400280","imei1":"14526013914400280","imei2":"14526013914400280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:50:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159157,"job_number":"JOB_159157","tr_customer_id":159174,"tr_customer_product_id":159164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:50:27.000Z","modified_at":"2026-01-18T04:51:03.000Z","name":"Willard Sanford","mobile_number":"683-807-4268","email_id":"Dallas.Gleichner@hotmail.com","dop":"2025-04-06","serial_number":"12748072921401","imei1":"12748072921401","imei2":"12748072921401","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159158,"job_number":"JOB_159158","tr_customer_id":159175,"tr_customer_product_id":159165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:50:29.000Z","modified_at":"2026-01-18T04:50:29.000Z","name":"Chad Blick","mobile_number":"807-777-0039","email_id":"Garland8@gmail.com","dop":"2025-04-06","serial_number":"17782362417732888","imei1":"17782362417732888","imei2":"17782362417732888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159159,"job_number":"JOB_159159","tr_customer_id":159176,"tr_customer_product_id":159166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:54:53.000Z","modified_at":"2026-01-18T04:55:30.000Z","name":"Eddie Tromp","mobile_number":"675-780-2070","email_id":"Jarred.Volkman82@yahoo.com","dop":"2025-04-06","serial_number":"14676057427219","imei1":"14676057427219","imei2":"14676057427219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159160,"job_number":"JOB_159160","tr_customer_id":159177,"tr_customer_product_id":159167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:54:55.000Z","modified_at":"2026-01-18T04:54:55.000Z","name":"Devan Powlowski","mobile_number":"519-651-9589","email_id":"Alfreda_Douglas32@yahoo.com","dop":"2025-04-06","serial_number":"15810515364692680","imei1":"15810515364692680","imei2":"15810515364692680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:54:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159161,"job_number":"JOB_159161","tr_customer_id":159178,"tr_customer_product_id":159168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:55:37.000Z","modified_at":"2026-01-18T04:56:13.000Z","name":"Alayna Grimes","mobile_number":"431-710-4433","email_id":"Betty.Hodkiewicz1@hotmail.com","dop":"2025-04-06","serial_number":"14119917058239","imei1":"14119917058239","imei2":"14119917058239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159162,"job_number":"JOB_159162","tr_customer_id":159179,"tr_customer_product_id":159169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:55:38.000Z","modified_at":"2026-01-18T04:55:38.000Z","name":"Raphael Ullrich","mobile_number":"412-771-1127","email_id":"Joana17@yahoo.com","dop":"2025-04-06","serial_number":"13083912295804420","imei1":"13083912295804420","imei2":"13083912295804420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159163,"job_number":"JOB_159163","tr_customer_id":159180,"tr_customer_product_id":159170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:19.000Z","modified_at":"2026-01-18T04:56:55.000Z","name":"Vincent Skiles","mobile_number":"758-349-2322","email_id":"Karen79@gmail.com","dop":"2025-04-06","serial_number":"16636337622619","imei1":"16636337622619","imei2":"16636337622619","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159164,"job_number":"JOB_159164","tr_customer_id":159181,"tr_customer_product_id":159171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:21.000Z","modified_at":"2026-01-18T04:56:21.000Z","name":"Sanford Padberg","mobile_number":"280-853-9256","email_id":"Mandy_Hettinger47@hotmail.com","dop":"2025-04-06","serial_number":"13793539832285556","imei1":"13793539832285556","imei2":"13793539832285556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:56:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159165,"job_number":"JOB_159165","tr_customer_id":159182,"tr_customer_product_id":159172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:32.000Z","modified_at":"2026-01-18T04:57:08.000Z","name":"Melyna Stehr","mobile_number":"830-896-2908","email_id":"Kyleigh.Daniel@yahoo.com","dop":"2025-04-06","serial_number":"11084868153066","imei1":"11084868153066","imei2":"11084868153066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159166,"job_number":"JOB_159166","tr_customer_id":159183,"tr_customer_product_id":159173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:33.000Z","modified_at":"2026-01-18T04:56:33.000Z","name":"Berneice Hintz","mobile_number":"949-440-5626","email_id":"Nicklaus_DuBuque@hotmail.com","dop":"2025-04-06","serial_number":"18205991908541724","imei1":"18205991908541724","imei2":"18205991908541724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159167,"job_number":"JOB_159167","tr_customer_id":159184,"tr_customer_product_id":159174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:47.000Z","modified_at":"2026-01-18T04:57:24.000Z","name":"Lola Abbott","mobile_number":"323-801-8147","email_id":"Riley_Wilkinson@gmail.com","dop":"2025-04-06","serial_number":"15025310009345","imei1":"15025310009345","imei2":"15025310009345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159168,"job_number":"JOB_159168","tr_customer_id":159185,"tr_customer_product_id":159175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:48.000Z","modified_at":"2026-01-18T04:56:49.000Z","name":"Cassandra Grant","mobile_number":"495-254-8948","email_id":"Ariane57@hotmail.com","dop":"2025-04-06","serial_number":"13564346949934916","imei1":"13564346949934916","imei2":"13564346949934916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159172,"job_number":"JOB_159172","tr_customer_id":159189,"tr_customer_product_id":159179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:10.000Z","modified_at":"2026-01-18T05:26:10.000Z","name":"Anika Naik","mobile_number":"896-551-3586","email_id":"Charlie_Schiller@yahoo.com","dop":"2025-06-18","serial_number":"40529506789497","imei1":"40529506789497","imei2":"40529506789497","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159173,"job_number":"JOB_159173","tr_customer_id":159191,"tr_customer_product_id":159180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:10.000Z","modified_at":"2026-01-18T05:26:10.000Z","name":"Abhijit Naik","mobile_number":"896-551-3586","email_id":"Charlie_Schiller@yahoo.com","dop":"2025-06-18","serial_number":"30529506789497","imei1":"30529506789497","imei2":"30529506789497","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159174,"job_number":"JOB_159174","tr_customer_id":159190,"tr_customer_product_id":159181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:10.000Z","modified_at":"2026-01-18T05:26:10.000Z","name":"Shweta Naik","mobile_number":"896-551-3586","email_id":"Charlie_Schiller@yahoo.com","dop":"2025-06-18","serial_number":"50529506789497","imei1":"50529506789497","imei2":"50529506789497","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159175,"job_number":"JOB_159175","tr_customer_id":159192,"tr_customer_product_id":159182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Tarun Pothuvaal","mobile_number":"9759552311","email_id":"shwet.guneta@yahoo.co.in","dop":"2026-01-08","serial_number":"781387361097568","imei1":"781387361097568","imei2":"781387361097568","popurl":"www.chandrabhan-mehra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159176,"job_number":"JOB_159176","tr_customer_id":159193,"tr_customer_product_id":159183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Narinder Gill","mobile_number":"9770838996","email_id":"tara.trivedi@gmail.com","dop":"2026-01-08","serial_number":"586671701396091","imei1":"586671701396091","imei2":"586671701396091","popurl":"www.brijesh-mehrotra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159177,"job_number":"JOB_159177","tr_customer_id":159194,"tr_customer_product_id":159184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Keerti Dhawan","mobile_number":"9717192766","email_id":"prem.marar@hotmail.com","dop":"2026-01-08","serial_number":"979679078404403","imei1":"979679078404403","imei2":"979679078404403","popurl":"www.indra-mishra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159178,"job_number":"JOB_159178","tr_customer_id":159195,"tr_customer_product_id":159185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Mani Sethi","mobile_number":"9732448209","email_id":"anunay.rana@yahoo.co.in","dop":"2026-01-08","serial_number":"879345541184340","imei1":"879345541184340","imei2":"879345541184340","popurl":"www.hari-achari.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159179,"job_number":"JOB_159179","tr_customer_id":159196,"tr_customer_product_id":159186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Chapal Chattopadhyay","mobile_number":"9734701880","email_id":"lakshman.patil@hotmail.com","dop":"2026-01-08","serial_number":"643310145025074","imei1":"643310145025074","imei2":"643310145025074","popurl":"www.rahul-guha.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159180,"job_number":"JOB_159180","tr_customer_id":159197,"tr_customer_product_id":159187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:12.000Z","modified_at":"2026-01-18T05:26:12.000Z","name":"Janis Goyette","mobile_number":"999-774-7701","email_id":"Jazmyn_Zboncak@hotmail.com","dop":"2025-06-18","serial_number":"10442063229355","imei1":"10442063229355","imei2":"10442063229355","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159181,"job_number":"JOB_159181","tr_customer_id":159198,"tr_customer_product_id":159188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:12.000Z","modified_at":"2026-01-18T05:26:12.000Z","name":"Janis Goyette","mobile_number":"999-774-7701","email_id":"Jazmyn_Zboncak@hotmail.com","dop":"2025-06-18","serial_number":"10442063229375","imei1":"10442063229375","imei2":"10442063229375","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159182,"job_number":"JOB_159182","tr_customer_id":159199,"tr_customer_product_id":159189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:12.000Z","modified_at":"2026-01-18T05:26:12.000Z","name":"Janis Goyette","mobile_number":"999-774-7701","email_id":"Jazmyn_Zboncak@hotmail.com","dop":"2025-06-18","serial_number":"10442063229344","imei1":"10442063229344","imei2":"10442063229344","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159183,"job_number":"JOB_159183","tr_customer_id":159200,"tr_customer_product_id":159190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:37.000Z","modified_at":"2026-01-18T05:26:37.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-08","serial_number":"82585355524444","imei1":"82585355524444","imei2":"82585355524444","popurl":"2026-01-08T05:26:38.556797900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159184,"job_number":"JOB_159184","tr_customer_id":159201,"tr_customer_product_id":159191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:40.000Z","modified_at":"2026-01-18T05:26:40.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-08","serial_number":"44555355528010","imei1":"44555355528010","imei2":"44555355528010","popurl":"2026-01-08T05:26:41.003508100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159185,"job_number":"JOB_159185","tr_customer_id":159202,"tr_customer_product_id":159192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:30:29.000Z","modified_at":"2026-01-18T05:31:08.000Z","name":"Lenore Wolf","mobile_number":"964-402-7213","email_id":"Angelita.Miller@yahoo.com","dop":"2025-04-06","serial_number":"10371733018015","imei1":"10371733018015","imei2":"10371733018015","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159186,"job_number":"JOB_159186","tr_customer_id":159203,"tr_customer_product_id":159193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:30:31.000Z","modified_at":"2026-01-18T05:30:31.000Z","name":"Enoch Reynolds","mobile_number":"493-755-5988","email_id":"Moshe57@yahoo.com","dop":"2025-04-06","serial_number":"12379627810619552","imei1":"12379627810619552","imei2":"12379627810619552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159187,"job_number":"JOB_159187","tr_customer_id":159204,"tr_customer_product_id":159194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:31:16.000Z","modified_at":"2026-01-18T05:31:53.000Z","name":"Kale Schmitt","mobile_number":"459-785-0056","email_id":"Lorenzo85@hotmail.com","dop":"2025-04-06","serial_number":"18610333896538","imei1":"18610333896538","imei2":"18610333896538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:31:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159188,"job_number":"JOB_159188","tr_customer_id":159205,"tr_customer_product_id":159195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:31:17.000Z","modified_at":"2026-01-18T05:31:17.000Z","name":"Haleigh Schmeler","mobile_number":"491-543-5436","email_id":"Luz80@gmail.com","dop":"2025-04-06","serial_number":"12481029967063888","imei1":"12481029967063888","imei2":"12481029967063888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159189,"job_number":"JOB_159189","tr_customer_id":159206,"tr_customer_product_id":159196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:32:01.000Z","modified_at":"2026-01-18T05:32:38.000Z","name":"Braden Murphy","mobile_number":"606-960-1840","email_id":"Fidel_Becker@yahoo.com","dop":"2025-04-06","serial_number":"12207085069731","imei1":"12207085069731","imei2":"12207085069731","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:32:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159190,"job_number":"JOB_159190","tr_customer_id":159207,"tr_customer_product_id":159197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:32:02.000Z","modified_at":"2026-01-18T05:32:02.000Z","name":"Judson Bergstrom","mobile_number":"811-251-1536","email_id":"Florida.Mitchell90@hotmail.com","dop":"2025-04-06","serial_number":"19066169072961424","imei1":"19066169072961424","imei2":"19066169072961424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159191,"job_number":"JOB_159191","tr_customer_id":159208,"tr_customer_product_id":159198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:34:33.000Z","modified_at":"2026-01-18T05:35:10.000Z","name":"Flossie Turner","mobile_number":"771-892-2338","email_id":"Lela89@gmail.com","dop":"2025-04-06","serial_number":"11381430159661","imei1":"11381430159661","imei2":"11381430159661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:35:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159192,"job_number":"JOB_159192","tr_customer_id":159209,"tr_customer_product_id":159199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:34:34.000Z","modified_at":"2026-01-18T05:34:34.000Z","name":"Elmore Nicolas","mobile_number":"870-721-8135","email_id":"Gage69@yahoo.com","dop":"2025-04-06","serial_number":"14563330117773424","imei1":"14563330117773424","imei2":"14563330117773424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:34:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159193,"job_number":"JOB_159193","tr_customer_id":159210,"tr_customer_product_id":159200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:35:17.000Z","modified_at":"2026-01-18T05:35:54.000Z","name":"Alvena King","mobile_number":"570-598-9374","email_id":"Bertram60@gmail.com","dop":"2025-04-06","serial_number":"15419007783019","imei1":"15419007783019","imei2":"15419007783019","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159194,"job_number":"JOB_159194","tr_customer_id":159211,"tr_customer_product_id":159201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:35:19.000Z","modified_at":"2026-01-18T05:35:19.000Z","name":"Kailyn Strosin","mobile_number":"702-605-0724","email_id":"Ewald32@hotmail.com","dop":"2025-04-06","serial_number":"13005289405076192","imei1":"13005289405076192","imei2":"13005289405076192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159195,"job_number":"JOB_159195","tr_customer_id":159212,"tr_customer_product_id":159202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:36:00.000Z","modified_at":"2026-01-18T05:36:37.000Z","name":"Geovanni Strosin","mobile_number":"300-228-1477","email_id":"Turner_Schowalter18@hotmail.com","dop":"2025-04-06","serial_number":"11383930952877","imei1":"11383930952877","imei2":"11383930952877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159196,"job_number":"JOB_159196","tr_customer_id":159213,"tr_customer_product_id":159203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:36:02.000Z","modified_at":"2026-01-18T05:36:02.000Z","name":"Alvah Carter","mobile_number":"381-974-1089","email_id":"Una68@hotmail.com","dop":"2025-04-06","serial_number":"17282893793894732","imei1":"17282893793894732","imei2":"17282893793894732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158919,"job_number":"JOB_158919","tr_customer_id":158936,"tr_customer_product_id":158926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:57:39.000Z","modified_at":"2026-01-18T02:57:39.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"16999783582082","imei1":"16999783582082","imei2":"16999783582082","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158920,"job_number":"JOB_158920","tr_customer_id":158937,"tr_customer_product_id":158927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:02:19.000Z","modified_at":"2026-01-18T03:02:19.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"18960427744197","imei1":"18960427744197","imei2":"18960427744197","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:02:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158921,"job_number":"JOB_158921","tr_customer_id":158938,"tr_customer_product_id":158928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:02:45.000Z","modified_at":"2026-01-18T03:02:45.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"15413786821477","imei1":"15413786821477","imei2":"15413786821477","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:02:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158922,"job_number":"JOB_158922","tr_customer_id":158939,"tr_customer_product_id":158929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:02:49.000Z","modified_at":"2026-01-18T03:02:49.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"17488219712659","imei1":"17488219712659","imei2":"17488219712659","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:02:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158925,"job_number":"JOB_158925","tr_customer_id":158942,"tr_customer_product_id":158932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:13:51.000Z","modified_at":"2026-01-18T03:13:51.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"12888349326320","imei1":"12888349326320","imei2":"12888349326320","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:13:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158932,"job_number":"JOB_158932","tr_customer_id":158949,"tr_customer_product_id":158939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:30.000Z","modified_at":"2026-01-18T03:29:39.000Z","name":"saitama sensei","mobile_number":"230-519-9548","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"725903643398356","imei1":"725903643398356","imei2":"725903643398356","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:29:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158933,"job_number":"JOB_158933","tr_customer_id":158950,"tr_customer_product_id":158940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:41.000Z","modified_at":"2026-01-18T03:29:49.000Z","name":"tanjiro kamado","mobile_number":"296-428-6479","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"804461388162534","imei1":"804461388162534","imei2":"804461388162534","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:29:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158935,"job_number":"JOB_158935","tr_customer_id":158952,"tr_customer_product_id":158942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:52.000Z","modified_at":"2026-01-18T03:30:00.000Z","name":"giyu tomiaka","mobile_number":"324-542-5492","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"999385777625324","imei1":"999385777625324","imei2":"999385777625324","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158955,"job_number":"JOB_158955","tr_customer_id":158972,"tr_customer_product_id":158962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:54.000Z","modified_at":"2026-01-18T03:54:54.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Hillary44@yahoo.com","dop":"2025-07-02","serial_number":"16177264770331","imei1":"16177264770331","imei2":"16177264770331","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158972,"job_number":"JOB_158972","tr_customer_id":158989,"tr_customer_product_id":158979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:12.000Z","modified_at":"2026-01-18T03:55:12.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Rodrigo19@yahoo.com","dop":"2025-07-02","serial_number":"10075227066788","imei1":"10075227066788","imei2":"10075227066788","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158981,"job_number":"JOB_158981","tr_customer_id":158998,"tr_customer_product_id":158988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:28.000Z","modified_at":"2026-01-18T03:55:28.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Everett.Mueller56@gmail.com","dop":"2025-07-02","serial_number":"18222792591266","imei1":"18222792591266","imei2":"18222792591266","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158996,"job_number":"JOB_158996","tr_customer_id":159013,"tr_customer_product_id":159003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:49.000Z","name":"saitama sensei","mobile_number":"694-933-7780","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"530202172184830","imei1":"530202172184830","imei2":"530202172184830","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159011,"job_number":"JOB_159011","tr_customer_id":159028,"tr_customer_product_id":159018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:51.000Z","modified_at":"2026-01-18T03:56:00.000Z","name":"tanjiro kamado","mobile_number":"452-532-6914","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"191915586837297","imei1":"191915586837297","imei2":"191915586837297","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159014,"job_number":"JOB_159014","tr_customer_id":159031,"tr_customer_product_id":159021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:52.000Z","modified_at":"2026-01-18T03:55:52.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"178587345595178","imei1":"178587345595178","imei2":"178587345595178","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159015,"job_number":"JOB_159015","tr_customer_id":159032,"tr_customer_product_id":159022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:52.000Z","modified_at":"2026-01-18T03:55:52.000Z","name":"Brice Spencer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"184379799057561","imei1":"184379799057561","imei2":"184379799057561","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159016,"job_number":"JOB_159016","tr_customer_id":159033,"tr_customer_product_id":159023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:52.000Z","modified_at":"2026-01-18T03:55:52.000Z","name":"Freddy Rippin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"184673928715690","imei1":"184673928715690","imei2":"184673928715690","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159018,"job_number":"JOB_159018","tr_customer_id":159035,"tr_customer_product_id":159025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:53.000Z","modified_at":"2026-01-18T03:55:53.000Z","name":"Sheridan Fay","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101742648038726","imei1":"101742648038726","imei2":"101742648038726","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159024,"job_number":"JOB_159024","tr_customer_id":159041,"tr_customer_product_id":159031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:01.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"Darlene Windler","mobile_number":"249-613-8903","email_id":"Lauryn94@gmail.com","dop":"2025-10-01","serial_number":"19164354262556","imei1":"19164354262556","imei2":"19164354262556","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159027,"job_number":"JOB_159027","tr_customer_id":159044,"tr_customer_product_id":159034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:03.000Z","modified_at":"2026-01-18T03:56:12.000Z","name":"giyu tomiaka","mobile_number":"886-521-4839","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"222780630597118","imei1":"222780630597118","imei2":"222780630597118","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159030,"job_number":"JOB_159030","tr_customer_id":159047,"tr_customer_product_id":159037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:04.000Z","modified_at":"2026-01-18T03:56:04.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"149772267174641","imei1":"149772267174641","imei2":"149772267174641","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159031,"job_number":"JOB_159031","tr_customer_id":159048,"tr_customer_product_id":159038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:05.000Z","modified_at":"2026-01-18T03:56:05.000Z","name":"Kamron Feest","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"150152032301002","imei1":"150152032301002","imei2":"150152032301002","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159032,"job_number":"JOB_159032","tr_customer_id":159049,"tr_customer_product_id":159039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:05.000Z","modified_at":"2026-01-18T03:56:05.000Z","name":"Roy Ullrich","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"137438777865228","imei1":"137438777865228","imei2":"137438777865228","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159033,"job_number":"JOB_159033","tr_customer_id":159050,"tr_customer_product_id":159040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:05.000Z","modified_at":"2026-01-18T03:56:05.000Z","name":"Neoma Ryan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102787594491808","imei1":"102787594491808","imei2":"102787594491808","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159039,"job_number":"JOB_159039","tr_customer_id":159056,"tr_customer_product_id":159046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:09.000Z","modified_at":"2026-01-18T03:56:09.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109629788642404","imei1":"109629788642404","imei2":"109629788642404","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159040,"job_number":"JOB_159040","tr_customer_id":159057,"tr_customer_product_id":159047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:09.000Z","modified_at":"2026-01-18T03:56:20.000Z","name":"Cooper Johns","mobile_number":"359-443-8031","email_id":"Isabell64@gmail.com","dop":"2025-06-09","serial_number":"109786039721911","imei1":"109786039721911","imei2":"109786039721911","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159041,"job_number":"JOB_159041","tr_customer_id":159058,"tr_customer_product_id":159048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:09.000Z","modified_at":"2026-01-18T03:56:09.000Z","name":"Fleta Altenwerth","mobile_number":"959-270-3076","email_id":"Kelsie_Abernathy43@gmail.com","dop":"2025-06-09","serial_number":"101310913718039","imei1":"101310913718039","imei2":"101310913718039","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159065,"job_number":"JOB_159065","tr_customer_id":159082,"tr_customer_product_id":159072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"101640472927755","imei1":"101640472927755","imei2":"101640472927755","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159067,"job_number":"JOB_159067","tr_customer_id":159084,"tr_customer_product_id":159074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:34.000Z","name":"Julien Hirthe","mobile_number":"860-335-2105","email_id":"Ayden_Beahan60@gmail.com","dop":"2025-06-09","serial_number":"100162265705180","imei1":"100162265705180","imei2":"100162265705180","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159068,"job_number":"JOB_159068","tr_customer_id":159085,"tr_customer_product_id":159075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Ariane Schinner","mobile_number":"876-414-6433","email_id":"Sigrid_DAmore93@hotmail.com","dop":"2025-06-09","serial_number":"101218134558963","imei1":"101218134558963","imei2":"101218134558963","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159078,"job_number":"JOB_159078","tr_customer_id":159095,"tr_customer_product_id":159085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:38.000Z","modified_at":"2026-01-18T03:56:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"108819093702176","imei1":"108819093702176","imei2":"108819093702176","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159079,"job_number":"JOB_159079","tr_customer_id":159096,"tr_customer_product_id":159086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:39.000Z","modified_at":"2026-01-18T03:56:49.000Z","name":"Francesco Gleason","mobile_number":"937-356-4401","email_id":"Fausto.Hintz@gmail.com","dop":"2025-06-09","serial_number":"109926212867122","imei1":"109926212867122","imei2":"109926212867122","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159080,"job_number":"JOB_159080","tr_customer_id":159097,"tr_customer_product_id":159087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:39.000Z","modified_at":"2026-01-18T03:56:39.000Z","name":"Lori Mante","mobile_number":"830-863-8987","email_id":"Sofia37@hotmail.com","dop":"2025-06-09","serial_number":"104125942069702","imei1":"104125942069702","imei2":"104125942069702","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159169,"job_number":"JOB_159169","tr_customer_id":159186,"tr_customer_product_id":159176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:05:02.000Z","modified_at":"2026-01-18T05:05:12.000Z","name":"saitama sensei","mobile_number":"895-272-2162","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"426681459248247","imei1":"426681459248247","imei2":"426681459248247","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:05:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159170,"job_number":"JOB_159170","tr_customer_id":159187,"tr_customer_product_id":159177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:05:14.000Z","modified_at":"2026-01-18T05:05:23.000Z","name":"tanjiro kamado","mobile_number":"703-713-1794","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"172330681074013","imei1":"172330681074013","imei2":"172330681074013","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159171,"job_number":"JOB_159171","tr_customer_id":159188,"tr_customer_product_id":159178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:05:25.000Z","modified_at":"2026-01-18T05:05:34.000Z","name":"giyu tomiaka","mobile_number":"843-590-7689","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"425728670176347","imei1":"425728670176347","imei2":"425728670176347","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:05:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159197,"job_number":"JOB_159197","tr_customer_id":159214,"tr_customer_product_id":159204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T06:14:39.000Z","modified_at":"2026-01-18T06:14:51.000Z","name":"Pierce Nader","mobile_number":"520-344-7076","email_id":"Edgardo58@yahoo.com","dop":"2025-11-04","serial_number":"45218881219014","imei1":"45218881219014","imei2":"45218881219014","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T06:14:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159198,"job_number":"JOB_159198","tr_customer_id":159215,"tr_customer_product_id":159205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T06:14:55.000Z","modified_at":"2026-01-18T06:14:55.000Z","name":"Lizeth Hartmann","mobile_number":"513-684-8091","email_id":"Jodie_Crist@yahoo.com","dop":"2025-11-04","serial_number":"36230247521315","imei1":"36230247521315","imei2":"36230247521315","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T06:14:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 255ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4OTF9.m497IMiwF10wm1bqdepJLPYK77fN1F1DRWXf6lxTqSs
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 516c0f17-205a-4c63-b2bb-54022a74030a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/159198
Response Information
Response Code: 200 - OK
Mean time per request: 255ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4OTF9.m497IMiwF10wm1bqdepJLPYK77fN1F1DRWXf6lxTqSs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token de5060ec-4d5b-41af-9875-e32d1e798ef0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6275eb88-0a71-480f-9e01-a791e8c92566
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-4deBFR84sKvIUl9JM6EJxUss4ds"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4OTd9.jHDa2QoUnGxmQm1Yl43pkV3m-CuaNB5SJETnwLLmFnM"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 246ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4OTd9.jHDa2QoUnGxmQm1Yl43pkV3m-CuaNB5SJETnwLLmFnM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8453c691-767d-40ab-8ab8-b05ff0c9d7b8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 294ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4OTd9.jHDa2QoUnGxmQm1Yl43pkV3m-CuaNB5SJETnwLLmFnM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0450f6ec-9446-4b41-b77f-56ad42344c25
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-UK5u/89KgvDlQHk/MdJEVX+Ajm8"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":619},{"label":"Pending for repair","key":"pending_for_repair","count":5},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 354ms
Mean size per request: 601.42KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token be6ba457-1e4f-4eb4-b456-7e6c38adebc5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"965ae-X4ppyMsHZgY9n91SKUxXksVh8aA"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 18 Jan 2026 06:14:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":158273,"job_number":"JOB_158273","tr_customer_id":158290,"tr_customer_product_id":158280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:46:43.000Z","modified_at":"2026-01-16T19:46:43.000Z","name":"Alison Collier","mobile_number":"307-805-8144","email_id":"Domenick_Cassin@gmail.com","dop":"2025-04-06","serial_number":"17233970759347416","imei1":"17233970759347416","imei2":"17233970759347416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:46:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158275,"job_number":"JOB_158275","tr_customer_id":158292,"tr_customer_product_id":158282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:47:02.000Z","modified_at":"2026-01-16T19:47:02.000Z","name":"Shayna Hyatt","mobile_number":"477-517-3209","email_id":"Kaitlyn40@yahoo.com","dop":"2025-04-06","serial_number":"15958914459015718","imei1":"15958914459015718","imei2":"15958914459015718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:47:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158276,"job_number":"JOB_158276","tr_customer_id":158293,"tr_customer_product_id":158283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:49:00.000Z","modified_at":"2026-01-16T19:49:00.000Z","name":"Shwet Reddy","mobile_number":"7058436335","email_id":"kamala.shah@gmail.com","dop":"2026-01-06","serial_number":"694538845952707","imei1":"694538845952707","imei2":"694538845952707","popurl":"www.yogesh-nayar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158277,"job_number":"JOB_158277","tr_customer_id":158294,"tr_customer_product_id":158284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:49:04.000Z","modified_at":"2026-01-16T19:49:04.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-06","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-06T19:49:15.924598800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:49:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158278,"job_number":"JOB_158278","tr_customer_id":158295,"tr_customer_product_id":158285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:49:05.000Z","modified_at":"2026-01-16T19:49:05.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158279,"job_number":"JOB_158279","tr_customer_id":158296,"tr_customer_product_id":158286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:49:05.000Z","modified_at":"2026-01-16T19:49:05.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158280,"job_number":"JOB_158280","tr_customer_id":158297,"tr_customer_product_id":158287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:54:49.000Z","modified_at":"2026-01-16T19:54:49.000Z","name":"Jagathi Bhat","mobile_number":"7005111921","email_id":"nagabhushanam.iyengar@hotmail.com","dop":"2026-01-06","serial_number":"922741235561671","imei1":"922741235561671","imei2":"922741235561671","popurl":"www.anasuya-kapoor.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:54:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158281,"job_number":"JOB_158281","tr_customer_id":158298,"tr_customer_product_id":158288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:55:17.000Z","modified_at":"2026-01-16T19:55:17.000Z","name":"Gopi Johar","mobile_number":"7038530750","email_id":"chidambaram.mishra@hotmail.com","dop":"2026-01-06","serial_number":"555880997876604","imei1":"555880997876604","imei2":"555880997876604","popurl":"www.devangana-kakkar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158283,"job_number":"JOB_158283","tr_customer_id":158300,"tr_customer_product_id":158290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T20:30:50.000Z","modified_at":"2026-01-16T20:30:50.000Z","name":"Jatin Sharma","mobile_number":"7293847564","email_id":"jatin@gmail.com","dop":"2026-01-06","serial_number":"19700432156456","imei1":"19700432156456","imei2":"19700432156456","popurl":"2026-01-06T20:30:49.225128Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T20:30:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158284,"job_number":"JOB_158284","tr_customer_id":158301,"tr_customer_product_id":158291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:40:57.000Z","modified_at":"2026-01-16T21:40:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13729265311060","imei1":"13729265311060","imei2":"13729265311060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:40:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158286,"job_number":"JOB_158286","tr_customer_id":158303,"tr_customer_product_id":158293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:40:59.000Z","modified_at":"2026-01-16T21:40:59.000Z","name":"Samanta Braun","mobile_number":"961-562-9319","email_id":"Ashlee_Cole@yahoo.com","dop":"2025-04-06","serial_number":"15873548447674704","imei1":"15873548447674704","imei2":"15873548447674704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:40:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158287,"job_number":"JOB_158287","tr_customer_id":158304,"tr_customer_product_id":158294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:41:38.000Z","modified_at":"2026-01-16T21:41:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19607481339283","imei1":"19607481339283","imei2":"19607481339283","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:41:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158289,"job_number":"JOB_158289","tr_customer_id":158306,"tr_customer_product_id":158296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:41:40.000Z","modified_at":"2026-01-16T21:41:40.000Z","name":"Colt Schamberger","mobile_number":"239-906-6892","email_id":"Colton.Zboncak@hotmail.com","dop":"2025-04-06","serial_number":"11174211077912184","imei1":"11174211077912184","imei2":"11174211077912184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:41:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158290,"job_number":"JOB_158290","tr_customer_id":158307,"tr_customer_product_id":158297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:42:19.000Z","modified_at":"2026-01-16T21:42:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11241062091039","imei1":"11241062091039","imei2":"11241062091039","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158292,"job_number":"JOB_158292","tr_customer_id":158309,"tr_customer_product_id":158299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:42:21.000Z","modified_at":"2026-01-16T21:42:21.000Z","name":"Allen Schneider","mobile_number":"686-466-8255","email_id":"Laurie20@gmail.com","dop":"2025-04-06","serial_number":"18492069173566884","imei1":"18492069173566884","imei2":"18492069173566884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158293,"job_number":"JOB_158293","tr_customer_id":158310,"tr_customer_product_id":158300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T23:39:23.000Z","modified_at":"2026-01-16T23:39:23.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-06","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-06T23:39:23.517681806Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T23:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158294,"job_number":"JOB_158294","tr_customer_id":158311,"tr_customer_product_id":158301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T23:39:24.000Z","modified_at":"2026-01-16T23:39:24.000Z","name":"Lila Johar","mobile_number":"7048197431","email_id":"siddhran.bhat@gmail.com","dop":"2026-01-06","serial_number":"065074075254305","imei1":"065074075254305","imei2":"065074075254305","popurl":"www.vaishno-pilla.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T23:39:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158295,"job_number":"JOB_158295","tr_customer_id":158312,"tr_customer_product_id":158302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T23:41:48.000Z","modified_at":"2026-01-16T23:41:48.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-06","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-06T23:41:48.164870211Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T23:41:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158296,"job_number":"JOB_158296","tr_customer_id":158313,"tr_customer_product_id":158303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T01:33:59.000Z","modified_at":"2026-01-17T01:33:59.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"59999999999999","imei1":"59999999999999","imei2":"59999999999999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T01:33:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158299,"job_number":"JOB_158299","tr_customer_id":158316,"tr_customer_product_id":158306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:07.000Z","modified_at":"2026-01-17T03:41:07.000Z","name":"Magnus Marvin","mobile_number":"834-388-9274","email_id":"Waldo.Conroy77@yahoo.com","dop":"2025-04-06","serial_number":"11217398513399366","imei1":"11217398513399366","imei2":"11217398513399366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158301,"job_number":"JOB_158301","tr_customer_id":158318,"tr_customer_product_id":158308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:22.000Z","modified_at":"2026-01-17T03:41:22.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"16247455896866","imei1":"16247455896866","imei2":"16247455896866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158303,"job_number":"JOB_158303","tr_customer_id":158320,"tr_customer_product_id":158310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:23.000Z","modified_at":"2026-01-17T03:41:23.000Z","name":"Aaron Kuhic","mobile_number":"714-637-9654","email_id":"Manuela.Stiedemann85@hotmail.com","dop":"2025-04-06","serial_number":"18186531353841656","imei1":"18186531353841656","imei2":"18186531353841656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158304,"job_number":"JOB_158304","tr_customer_id":158321,"tr_customer_product_id":158311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:49.000Z","modified_at":"2026-01-17T03:41:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14266994691543","imei1":"14266994691543","imei2":"14266994691543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158306,"job_number":"JOB_158306","tr_customer_id":158323,"tr_customer_product_id":158313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:51.000Z","modified_at":"2026-01-17T03:41:51.000Z","name":"Chandler Klocko","mobile_number":"736-343-0373","email_id":"Clifford_Hoeger38@hotmail.com","dop":"2025-04-06","serial_number":"16997189515776624","imei1":"16997189515776624","imei2":"16997189515776624","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158308,"job_number":"JOB_158308","tr_customer_id":158325,"tr_customer_product_id":158315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:54.000Z","modified_at":"2026-01-17T03:41:54.000Z","name":"Verla Kreiger","mobile_number":"234-967-1808","email_id":"Nelda_Romaguera@yahoo.com","dop":"2025-04-06","serial_number":"19881500683431856","imei1":"19881500683431856","imei2":"19881500683431856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158309,"job_number":"JOB_158309","tr_customer_id":158326,"tr_customer_product_id":158316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:04.000Z","modified_at":"2026-01-17T03:42:04.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10642936912407","imei1":"10642936912407","imei2":"10642936912407","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158311,"job_number":"JOB_158311","tr_customer_id":158328,"tr_customer_product_id":158318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:06.000Z","modified_at":"2026-01-17T03:42:06.000Z","name":"Ayla Davis","mobile_number":"368-956-0683","email_id":"Sven48@hotmail.com","dop":"2025-04-06","serial_number":"12240058036163820","imei1":"12240058036163820","imei2":"12240058036163820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158312,"job_number":"JOB_158312","tr_customer_id":158329,"tr_customer_product_id":158319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:12.000Z","modified_at":"2026-01-17T03:42:12.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10879389832204","imei1":"10879389832204","imei2":"10879389832204","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158314,"job_number":"JOB_158314","tr_customer_id":158331,"tr_customer_product_id":158321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:13.000Z","modified_at":"2026-01-17T03:42:13.000Z","name":"Columbus Simonis","mobile_number":"405-243-5956","email_id":"Beryl_Howell96@yahoo.com","dop":"2025-06-18","serial_number":"1024766373246710","imei1":"1024766373246710","imei2":"1024766373246710","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158316,"job_number":"JOB_158316","tr_customer_id":158333,"tr_customer_product_id":158323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:21.000Z","modified_at":"2026-01-17T03:42:21.000Z","name":"Mya Predovic","mobile_number":"520-548-4232","email_id":"Kaitlin97@hotmail.com","dop":"2025-04-06","serial_number":"13957635571223596","imei1":"13957635571223596","imei2":"13957635571223596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158317,"job_number":"JOB_158317","tr_customer_id":158334,"tr_customer_product_id":158324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:25.000Z","modified_at":"2026-01-17T03:42:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11548847925689","imei1":"11548847925689","imei2":"11548847925689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158319,"job_number":"JOB_158319","tr_customer_id":158336,"tr_customer_product_id":158326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:27.000Z","modified_at":"2026-01-17T03:42:27.000Z","name":"Josefa Donnelly","mobile_number":"984-836-9449","email_id":"Ally_Streich33@hotmail.com","dop":"2025-04-06","serial_number":"15412672708832728","imei1":"15412672708832728","imei2":"15412672708832728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158320,"job_number":"JOB_158320","tr_customer_id":158337,"tr_customer_product_id":158327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:31.000Z","modified_at":"2026-01-17T03:42:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13226251845927","imei1":"13226251845927","imei2":"13226251845927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158322,"job_number":"JOB_158322","tr_customer_id":158339,"tr_customer_product_id":158329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:33.000Z","modified_at":"2026-01-17T03:42:33.000Z","name":"Ismael Hettinger","mobile_number":"263-541-2330","email_id":"Allison.Feest27@gmail.com","dop":"2025-04-06","serial_number":"16757704840358704","imei1":"16757704840358704","imei2":"16757704840358704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158323,"job_number":"JOB_158323","tr_customer_id":158340,"tr_customer_product_id":158330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:38.000Z","modified_at":"2026-01-17T03:42:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12241115943616","imei1":"12241115943616","imei2":"12241115943616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158326,"job_number":"JOB_158326","tr_customer_id":158343,"tr_customer_product_id":158333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:40.000Z","modified_at":"2026-01-17T03:42:40.000Z","name":"Angel Kilback","mobile_number":"715-873-6019","email_id":"Opal6@yahoo.com","dop":"2025-04-06","serial_number":"17998057303062828","imei1":"17998057303062828","imei2":"17998057303062828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158327,"job_number":"JOB_158327","tr_customer_id":158344,"tr_customer_product_id":158334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:41.000Z","modified_at":"2026-01-17T03:42:41.000Z","name":"Ernestine Ebert","mobile_number":"209-481-8769","email_id":"Newell1@gmail.com","dop":"2025-04-06","serial_number":"17760583323635792","imei1":"17760583323635792","imei2":"17760583323635792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158330,"job_number":"JOB_158330","tr_customer_id":158347,"tr_customer_product_id":158337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:46.000Z","modified_at":"2026-01-17T03:42:46.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13970722830883","imei1":"13970722830883","imei2":"13970722830883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158332,"job_number":"JOB_158332","tr_customer_id":158349,"tr_customer_product_id":158339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:47.000Z","modified_at":"2026-01-17T03:42:47.000Z","name":"Isaac Wisozk","mobile_number":"390-473-4369","email_id":"Wendy56@hotmail.com","dop":"2025-04-06","serial_number":"18360545473714024","imei1":"18360545473714024","imei2":"18360545473714024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158333,"job_number":"JOB_158333","tr_customer_id":158350,"tr_customer_product_id":158340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:48.000Z","modified_at":"2026-01-17T03:42:48.000Z","name":"Giuseppe White","mobile_number":"317-578-4472","email_id":"Gunner_Kulas@yahoo.com","dop":"2025-04-06","serial_number":"10002718532913748","imei1":"10002718532913748","imei2":"10002718532913748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158334,"job_number":"JOB_158334","tr_customer_id":158351,"tr_customer_product_id":158341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:51.000Z","modified_at":"2026-01-17T03:42:51.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10099441595964","imei1":"10099441595964","imei2":"10099441595964","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158336,"job_number":"JOB_158336","tr_customer_id":158353,"tr_customer_product_id":158343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:52.000Z","modified_at":"2026-01-17T03:42:52.000Z","name":"Charlie Lubowitz","mobile_number":"619-782-3561","email_id":"Maxime_Herman50@yahoo.com","dop":"2025-06-18","serial_number":"1044119571468138","imei1":"1044119571468138","imei2":"1044119571468138","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158337,"job_number":"JOB_158337","tr_customer_id":158354,"tr_customer_product_id":158344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:58.000Z","modified_at":"2026-01-17T03:42:58.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"14943025042388","imei1":"14943025042388","imei2":"14943025042388","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158338,"job_number":"JOB_158338","tr_customer_id":158355,"tr_customer_product_id":158345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:58.000Z","modified_at":"2026-01-17T03:42:58.000Z","name":"Gia Tromp","mobile_number":"475-493-6789","email_id":"Marquis.Jacobi@yahoo.com","dop":"2025-09-16","serial_number":"16917283716432","imei1":"16917283716432","imei2":"16917283716432","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158339,"job_number":"JOB_158339","tr_customer_id":158356,"tr_customer_product_id":158346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:59.000Z","modified_at":"2026-01-17T03:42:59.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10540766052360","imei1":"10540766052360","imei2":"10540766052360","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158341,"job_number":"JOB_158341","tr_customer_id":158358,"tr_customer_product_id":158348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:01.000Z","modified_at":"2026-01-17T03:43:01.000Z","name":"Alexandro Batz","mobile_number":"743-426-1879","email_id":"Ollie_Von54@yahoo.com","dop":"2000-01-31","serial_number":"1070503726797013","imei1":"1070503726797013","imei2":"1070503726797013","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158342,"job_number":"JOB_158342","tr_customer_id":158359,"tr_customer_product_id":158349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:01.000Z","modified_at":"2026-01-17T03:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12915933961210","imei1":"12915933961210","imei2":"12915933961210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158345,"job_number":"JOB_158345","tr_customer_id":158362,"tr_customer_product_id":158352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:03.000Z","modified_at":"2026-01-17T03:43:03.000Z","name":"Imogene Jaskolski","mobile_number":"245-899-9647","email_id":"Leila_Kozey@hotmail.com","dop":"2025-04-06","serial_number":"10921159578267174","imei1":"10921159578267174","imei2":"10921159578267174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158346,"job_number":"JOB_158346","tr_customer_id":158363,"tr_customer_product_id":158353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:09.000Z","modified_at":"2026-01-17T03:43:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17830105534431","imei1":"17830105534431","imei2":"17830105534431","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158348,"job_number":"JOB_158348","tr_customer_id":158365,"tr_customer_product_id":158355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:11.000Z","modified_at":"2026-01-17T03:43:11.000Z","name":"Rosa Lakin","mobile_number":"505-854-8592","email_id":"Royal.Kovacek93@gmail.com","dop":"2025-04-06","serial_number":"19891253809236504","imei1":"19891253809236504","imei2":"19891253809236504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158349,"job_number":"JOB_158349","tr_customer_id":158366,"tr_customer_product_id":158356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:13.000Z","modified_at":"2026-01-17T03:43:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19760348823748","imei1":"19760348823748","imei2":"19760348823748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158351,"job_number":"JOB_158351","tr_customer_id":158368,"tr_customer_product_id":158358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:14.000Z","modified_at":"2026-01-17T03:43:14.000Z","name":"Maxie Simonis","mobile_number":"714-646-6797","email_id":"Cortez_Bernhard68@gmail.com","dop":"2025-04-06","serial_number":"18272113358536176","imei1":"18272113358536176","imei2":"18272113358536176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158352,"job_number":"JOB_158352","tr_customer_id":158369,"tr_customer_product_id":158359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:17.000Z","modified_at":"2026-01-17T03:43:17.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"12228670651526","imei1":"12228670651526","imei2":"12228670651526","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158353,"job_number":"JOB_158353","tr_customer_id":158370,"tr_customer_product_id":158360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:17.000Z","modified_at":"2026-01-17T03:43:17.000Z","name":"Abdullah Purdy","mobile_number":"401-933-2880","email_id":"Nicklaus_Lind@gmail.com","dop":"2025-09-16","serial_number":"18222976765792","imei1":"18222976765792","imei2":"18222976765792","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158355,"job_number":"JOB_158355","tr_customer_id":158372,"tr_customer_product_id":158362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:19.000Z","modified_at":"2026-01-17T03:43:19.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19896113260371","imei1":"19896113260371","imei2":"19896113260371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158357,"job_number":"JOB_158357","tr_customer_id":158374,"tr_customer_product_id":158364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:20.000Z","modified_at":"2026-01-17T03:43:20.000Z","name":"Buster Dare","mobile_number":"817-233-3389","email_id":"Weston_Schowalter@yahoo.com","dop":"2025-04-06","serial_number":"17844572024971160","imei1":"17844572024971160","imei2":"17844572024971160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158358,"job_number":"JOB_158358","tr_customer_id":158375,"tr_customer_product_id":158365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:26.000Z","modified_at":"2026-01-17T03:43:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13743105547883","imei1":"13743105547883","imei2":"13743105547883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158360,"job_number":"JOB_158360","tr_customer_id":158377,"tr_customer_product_id":158367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:28.000Z","modified_at":"2026-01-17T03:43:28.000Z","name":"Brett Reynolds","mobile_number":"922-318-3537","email_id":"Maximillia50@yahoo.com","dop":"2025-04-06","serial_number":"13751859025970380","imei1":"13751859025970380","imei2":"13751859025970380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158361,"job_number":"JOB_158361","tr_customer_id":158378,"tr_customer_product_id":158368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:35.000Z","modified_at":"2026-01-17T03:43:35.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18079694482748","imei1":"18079694482748","imei2":"18079694482748","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158362,"job_number":"JOB_158362","tr_customer_id":158379,"tr_customer_product_id":158369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:36.000Z","modified_at":"2026-01-17T03:43:36.000Z","name":"Ward Emard","mobile_number":"924-212-8981","email_id":"Kylie.Nitzsche18@gmail.com","dop":"2025-09-16","serial_number":"18884601472335","imei1":"18884601472335","imei2":"18884601472335","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158363,"job_number":"JOB_158363","tr_customer_id":158380,"tr_customer_product_id":158370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:40.000Z","modified_at":"2026-01-17T03:43:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12154354455255","imei1":"12154354455255","imei2":"12154354455255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158365,"job_number":"JOB_158365","tr_customer_id":158382,"tr_customer_product_id":158372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:41.000Z","modified_at":"2026-01-17T03:43:41.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10068029270895","imei1":"10068029270895","imei2":"10068029270895","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:41.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158367,"job_number":"JOB_158367","tr_customer_id":158384,"tr_customer_product_id":158374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:42.000Z","modified_at":"2026-01-17T03:43:42.000Z","name":"Rachael Hane","mobile_number":"560-882-8847","email_id":"Santino23@hotmail.com","dop":"2025-04-06","serial_number":"15141635986881400","imei1":"15141635986881400","imei2":"15141635986881400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158368,"job_number":"JOB_158368","tr_customer_id":158385,"tr_customer_product_id":158375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:43.000Z","modified_at":"2026-01-17T03:43:43.000Z","name":"Ada Dickens","mobile_number":"255-544-3360","email_id":"Fredrick90@hotmail.com","dop":"2000-01-31","serial_number":"1096078012318063","imei1":"1096078012318063","imei2":"1096078012318063","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:43.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158369,"job_number":"JOB_158369","tr_customer_id":158386,"tr_customer_product_id":158376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:45.000Z","modified_at":"2026-01-17T03:43:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19059364769336","imei1":"19059364769336","imei2":"19059364769336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158371,"job_number":"JOB_158371","tr_customer_id":158388,"tr_customer_product_id":158378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:47.000Z","modified_at":"2026-01-17T03:43:47.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11050754399361","imei1":"11050754399361","imei2":"11050754399361","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158372,"job_number":"JOB_158372","tr_customer_id":158389,"tr_customer_product_id":158379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:47.000Z","modified_at":"2026-01-17T03:43:47.000Z","name":"Abdullah Stokes","mobile_number":"361-781-2074","email_id":"Keagan_McCullough@hotmail.com","dop":"2025-04-06","serial_number":"11764566018513342","imei1":"11764566018513342","imei2":"11764566018513342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158374,"job_number":"JOB_158374","tr_customer_id":158391,"tr_customer_product_id":158381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:49.000Z","modified_at":"2026-01-17T03:43:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19301314842118","imei1":"19301314842118","imei2":"19301314842118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158375,"job_number":"JOB_158375","tr_customer_id":158392,"tr_customer_product_id":158382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:49.000Z","modified_at":"2026-01-17T03:43:49.000Z","name":"Trace Anderson","mobile_number":"627-441-7842","email_id":"Ulices_Pollich60@yahoo.com","dop":"2025-04-06","serial_number":"16639467803181792","imei1":"16639467803181792","imei2":"16639467803181792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158378,"job_number":"JOB_158378","tr_customer_id":158395,"tr_customer_product_id":158385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:50.000Z","modified_at":"2026-01-17T03:43:50.000Z","name":"Emery Kuhn","mobile_number":"624-245-5695","email_id":"Jarrell44@yahoo.com","dop":"2025-04-06","serial_number":"17913242991081472","imei1":"17913242991081472","imei2":"17913242991081472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158379,"job_number":"JOB_158379","tr_customer_id":158396,"tr_customer_product_id":158386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:53.000Z","modified_at":"2026-01-17T03:43:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16028864264067","imei1":"16028864264067","imei2":"16028864264067","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158381,"job_number":"JOB_158381","tr_customer_id":158398,"tr_customer_product_id":158388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:55.000Z","modified_at":"2026-01-17T03:43:55.000Z","name":"Nels Frami","mobile_number":"308-878-2553","email_id":"Gerald_Schiller@gmail.com","dop":"2025-04-06","serial_number":"14994155488342068","imei1":"14994155488342068","imei2":"14994155488342068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158382,"job_number":"JOB_158382","tr_customer_id":158399,"tr_customer_product_id":158389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:59.000Z","modified_at":"2026-01-17T03:43:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15516443505659","imei1":"15516443505659","imei2":"15516443505659","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158384,"job_number":"JOB_158384","tr_customer_id":158401,"tr_customer_product_id":158391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:01.000Z","modified_at":"2026-01-17T03:44:01.000Z","name":"Quincy Kautzer","mobile_number":"253-282-7557","email_id":"Soledad.Fahey23@yahoo.com","dop":"2025-04-06","serial_number":"18422789504421132","imei1":"18422789504421132","imei2":"18422789504421132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158389,"job_number":"JOB_158389","tr_customer_id":158406,"tr_customer_product_id":158396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:04.000Z","modified_at":"2026-01-17T03:44:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14543423106359","imei1":"14543423106359","imei2":"14543423106359","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158391,"job_number":"JOB_158391","tr_customer_id":158408,"tr_customer_product_id":158398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:05.000Z","modified_at":"2026-01-17T03:44:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15909158096228","imei1":"15909158096228","imei2":"15909158096228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158392,"job_number":"JOB_158392","tr_customer_id":158409,"tr_customer_product_id":158399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:05.000Z","modified_at":"2026-01-17T03:44:05.000Z","name":"Carlee Wilderman","mobile_number":"773-230-7782","email_id":"Rex.Gleichner31@hotmail.com","dop":"2025-04-06","serial_number":"10257790852935840","imei1":"10257790852935840","imei2":"10257790852935840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158394,"job_number":"JOB_158394","tr_customer_id":158411,"tr_customer_product_id":158401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:07.000Z","modified_at":"2026-01-17T03:44:07.000Z","name":"Lou Schaden","mobile_number":"454-376-8219","email_id":"Jordon.Zemlak@gmail.com","dop":"2025-04-06","serial_number":"14508947457424256","imei1":"14508947457424256","imei2":"14508947457424256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158395,"job_number":"JOB_158395","tr_customer_id":158412,"tr_customer_product_id":158402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:09.000Z","modified_at":"2026-01-17T03:44:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14580619089639","imei1":"14580619089639","imei2":"14580619089639","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158397,"job_number":"JOB_158397","tr_customer_id":158414,"tr_customer_product_id":158404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:10.000Z","modified_at":"2026-01-17T03:44:10.000Z","name":"Aditya Schuppe","mobile_number":"780-814-5186","email_id":"Cesar95@hotmail.com","dop":"2025-04-06","serial_number":"19345175489014524","imei1":"19345175489014524","imei2":"19345175489014524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158399,"job_number":"JOB_158399","tr_customer_id":158416,"tr_customer_product_id":158406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:13.000Z","modified_at":"2026-01-17T03:44:13.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"15317049550984","imei1":"15317049550984","imei2":"15317049550984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158404,"job_number":"JOB_158404","tr_customer_id":158421,"tr_customer_product_id":158411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:14.000Z","modified_at":"2026-01-17T03:44:14.000Z","name":"Reagan Corwin","mobile_number":"876-313-3810","email_id":"Kamryn.Borer@gmail.com","dop":"2025-04-06","serial_number":"16292775999946216","imei1":"16292775999946216","imei2":"16292775999946216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158405,"job_number":"JOB_158405","tr_customer_id":158422,"tr_customer_product_id":158412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:15.000Z","modified_at":"2026-01-17T03:44:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11819905333217","imei1":"11819905333217","imei2":"11819905333217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158407,"job_number":"JOB_158407","tr_customer_id":158424,"tr_customer_product_id":158414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:16.000Z","modified_at":"2026-01-17T03:44:16.000Z","name":"Trevor Reichel","mobile_number":"682-340-4976","email_id":"Arnoldo_Bauch95@hotmail.com","dop":"2025-04-06","serial_number":"18482934863464452","imei1":"18482934863464452","imei2":"18482934863464452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158408,"job_number":"JOB_158408","tr_customer_id":158425,"tr_customer_product_id":158415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:23.000Z","modified_at":"2026-01-17T03:44:23.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10092148708392","imei1":"10092148708392","imei2":"10092148708392","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158410,"job_number":"JOB_158410","tr_customer_id":158427,"tr_customer_product_id":158417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:24.000Z","modified_at":"2026-01-17T03:44:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12898158063155","imei1":"12898158063155","imei2":"12898158063155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158411,"job_number":"JOB_158411","tr_customer_id":158428,"tr_customer_product_id":158418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:25.000Z","modified_at":"2026-01-17T03:44:25.000Z","name":"Tiara Ledner","mobile_number":"387-756-8910","email_id":"Giuseppe64@gmail.com","dop":"2000-01-31","serial_number":"1078481547272418","imei1":"1078481547272418","imei2":"1078481547272418","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158413,"job_number":"JOB_158413","tr_customer_id":158430,"tr_customer_product_id":158420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:26.000Z","modified_at":"2026-01-17T03:44:26.000Z","name":"Geraldine Simonis","mobile_number":"531-836-5699","email_id":"Skyla.Orn@yahoo.com","dop":"2025-04-06","serial_number":"18252990457476424","imei1":"18252990457476424","imei2":"18252990457476424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158417,"job_number":"JOB_158417","tr_customer_id":158434,"tr_customer_product_id":158424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:29.000Z","modified_at":"2026-01-17T03:44:29.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16230485353786","imei1":"16230485353786","imei2":"16230485353786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158419,"job_number":"JOB_158419","tr_customer_id":158436,"tr_customer_product_id":158426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:30.000Z","modified_at":"2026-01-17T03:44:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12573835982143","imei1":"12573835982143","imei2":"12573835982143","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158421,"job_number":"JOB_158421","tr_customer_id":158438,"tr_customer_product_id":158428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:31.000Z","modified_at":"2026-01-17T03:44:31.000Z","name":"Justyn Fadel","mobile_number":"368-238-2760","email_id":"Ona.Kirlin@hotmail.com","dop":"2025-04-06","serial_number":"17327564406553304","imei1":"17327564406553304","imei2":"17327564406553304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158422,"job_number":"JOB_158422","tr_customer_id":158439,"tr_customer_product_id":158429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:31.000Z","modified_at":"2026-01-17T03:44:31.000Z","name":"Ayla Blanda","mobile_number":"547-223-3146","email_id":"Aleen96@yahoo.com","dop":"2025-04-06","serial_number":"15792962600481620","imei1":"15792962600481620","imei2":"15792962600481620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158423,"job_number":"JOB_158423","tr_customer_id":158440,"tr_customer_product_id":158430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:32.000Z","modified_at":"2026-01-17T03:44:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19927570230036","imei1":"19927570230036","imei2":"19927570230036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158425,"job_number":"JOB_158425","tr_customer_id":158442,"tr_customer_product_id":158432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:33.000Z","modified_at":"2026-01-17T03:44:33.000Z","name":"Ernestine Romaguera","mobile_number":"692-373-9243","email_id":"Kari82@gmail.com","dop":"2025-04-06","serial_number":"12439666052622280","imei1":"12439666052622280","imei2":"12439666052622280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158429,"job_number":"JOB_158429","tr_customer_id":158446,"tr_customer_product_id":158436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:46.000Z","modified_at":"2026-01-17T03:44:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15085258395613","imei1":"15085258395613","imei2":"15085258395613","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158431,"job_number":"JOB_158431","tr_customer_id":158448,"tr_customer_product_id":158438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:48.000Z","modified_at":"2026-01-17T03:44:48.000Z","name":"Chanel Franecki","mobile_number":"310-936-9788","email_id":"Alverta_Raynor@hotmail.com","dop":"2025-04-06","serial_number":"18272496859658330","imei1":"18272496859658330","imei2":"18272496859658330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158432,"job_number":"JOB_158432","tr_customer_id":158449,"tr_customer_product_id":158439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:48.000Z","modified_at":"2026-01-17T03:44:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12780260390456","imei1":"12780260390456","imei2":"12780260390456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158434,"job_number":"JOB_158434","tr_customer_id":158451,"tr_customer_product_id":158441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:50.000Z","modified_at":"2026-01-17T03:44:50.000Z","name":"Arely Davis","mobile_number":"459-915-9185","email_id":"Samson73@yahoo.com","dop":"2025-04-06","serial_number":"15989243258978092","imei1":"15989243258978092","imei2":"15989243258978092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158435,"job_number":"JOB_158435","tr_customer_id":158452,"tr_customer_product_id":158442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:51.000Z","modified_at":"2026-01-17T03:44:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19743296764554","imei1":"19743296764554","imei2":"19743296764554","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158437,"job_number":"JOB_158437","tr_customer_id":158454,"tr_customer_product_id":158444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:52.000Z","modified_at":"2026-01-17T03:44:52.000Z","name":"Moriah Hilpert","mobile_number":"353-636-3908","email_id":"Junius_Toy75@hotmail.com","dop":"2025-04-06","serial_number":"16613733576172818","imei1":"16613733576172818","imei2":"16613733576172818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158438,"job_number":"JOB_158438","tr_customer_id":158455,"tr_customer_product_id":158445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:54.000Z","modified_at":"2026-01-17T03:44:54.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"10503498189805","imei1":"10503498189805","imei2":"10503498189805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158440,"job_number":"JOB_158440","tr_customer_id":158457,"tr_customer_product_id":158447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:55.000Z","modified_at":"2026-01-17T03:44:55.000Z","name":"Baylee Stroman","mobile_number":"511-245-8551","email_id":"Lolita.Anderson@gmail.com","dop":"2025-04-06","serial_number":"11056415589980452","imei1":"11056415589980452","imei2":"11056415589980452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158442,"job_number":"JOB_158442","tr_customer_id":158459,"tr_customer_product_id":158449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:57.000Z","modified_at":"2026-01-17T03:44:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17137425120923","imei1":"17137425120923","imei2":"17137425120923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158446,"job_number":"JOB_158446","tr_customer_id":158463,"tr_customer_product_id":158453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:58.000Z","modified_at":"2026-01-17T03:44:58.000Z","name":"Bert Hamill","mobile_number":"664-240-5642","email_id":"Ludie.Spencer15@hotmail.com","dop":"2025-04-06","serial_number":"15313230477635702","imei1":"15313230477635702","imei2":"15313230477635702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158447,"job_number":"JOB_158447","tr_customer_id":158464,"tr_customer_product_id":158454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:05.000Z","modified_at":"2026-01-17T03:45:05.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10912464399061","imei1":"10912464399061","imei2":"10912464399061","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158449,"job_number":"JOB_158449","tr_customer_id":158466,"tr_customer_product_id":158456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:06.000Z","modified_at":"2026-01-17T03:45:06.000Z","name":"Irwin Schroeder","mobile_number":"754-501-3257","email_id":"Romaine.Ruecker@yahoo.com","dop":"2000-01-31","serial_number":"1080741632308984","imei1":"1080741632308984","imei2":"1080741632308984","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158450,"job_number":"JOB_158450","tr_customer_id":158467,"tr_customer_product_id":158457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:09.000Z","modified_at":"2026-01-17T03:45:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16829385744696","imei1":"16829385744696","imei2":"16829385744696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158452,"job_number":"JOB_158452","tr_customer_id":158469,"tr_customer_product_id":158459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:10.000Z","modified_at":"2026-01-17T03:45:10.000Z","name":"Felicity Hermann","mobile_number":"758-975-0159","email_id":"Jaylan_Welch@gmail.com","dop":"2025-04-06","serial_number":"16830718523164110","imei1":"16830718523164110","imei2":"16830718523164110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158453,"job_number":"JOB_158453","tr_customer_id":158470,"tr_customer_product_id":158460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:11.000Z","modified_at":"2026-01-17T03:45:11.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16550366429811","imei1":"16550366429811","imei2":"16550366429811","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158455,"job_number":"JOB_158455","tr_customer_id":158472,"tr_customer_product_id":158462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:12.000Z","modified_at":"2026-01-17T03:45:12.000Z","name":"Fanny Purdy","mobile_number":"355-969-6249","email_id":"Tre_Lindgren@hotmail.com","dop":"2025-04-06","serial_number":"16738865391688472","imei1":"16738865391688472","imei2":"16738865391688472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158456,"job_number":"JOB_158456","tr_customer_id":158473,"tr_customer_product_id":158463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:15.000Z","modified_at":"2026-01-17T03:45:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17704274226311","imei1":"17704274226311","imei2":"17704274226311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158458,"job_number":"JOB_158458","tr_customer_id":158475,"tr_customer_product_id":158465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:17.000Z","modified_at":"2026-01-17T03:45:17.000Z","name":"Zola Kris","mobile_number":"688-973-9265","email_id":"Alyson_Leuschke73@yahoo.com","dop":"2025-04-06","serial_number":"12014264956446524","imei1":"12014264956446524","imei2":"12014264956446524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158459,"job_number":"JOB_158459","tr_customer_id":158476,"tr_customer_product_id":158466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:27.000Z","modified_at":"2026-01-17T03:45:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16916618709760","imei1":"16916618709760","imei2":"16916618709760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158461,"job_number":"JOB_158461","tr_customer_id":158478,"tr_customer_product_id":158468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:28.000Z","modified_at":"2026-01-17T03:45:28.000Z","name":"Antwon Streich","mobile_number":"707-873-1750","email_id":"Rosie.Lemke78@hotmail.com","dop":"2025-04-06","serial_number":"15865455658023582","imei1":"15865455658023582","imei2":"15865455658023582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158462,"job_number":"JOB_158462","tr_customer_id":158479,"tr_customer_product_id":158469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:33.000Z","modified_at":"2026-01-17T03:45:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15662932582567","imei1":"15662932582567","imei2":"15662932582567","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158464,"job_number":"JOB_158464","tr_customer_id":158481,"tr_customer_product_id":158471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:35.000Z","modified_at":"2026-01-17T03:45:35.000Z","name":"Fritz Huels","mobile_number":"858-733-3882","email_id":"Katrina92@gmail.com","dop":"2025-04-06","serial_number":"12120448868879648","imei1":"12120448868879648","imei2":"12120448868879648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158465,"job_number":"JOB_158465","tr_customer_id":158482,"tr_customer_product_id":158472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:39.000Z","modified_at":"2026-01-17T03:45:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15156462830399","imei1":"15156462830399","imei2":"15156462830399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158467,"job_number":"JOB_158467","tr_customer_id":158484,"tr_customer_product_id":158474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:40.000Z","modified_at":"2026-01-17T03:45:40.000Z","name":"Kaden Simonis","mobile_number":"808-612-1849","email_id":"Samson_Hessel6@gmail.com","dop":"2025-04-06","serial_number":"19678039631427356","imei1":"19678039631427356","imei2":"19678039631427356","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158468,"job_number":"JOB_158468","tr_customer_id":158485,"tr_customer_product_id":158475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:04.000Z","modified_at":"2026-01-17T03:52:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12658702541003","imei1":"12658702541003","imei2":"12658702541003","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158469,"job_number":"JOB_158469","tr_customer_id":158486,"tr_customer_product_id":158476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:05.000Z","modified_at":"2026-01-17T03:52:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12790577762976","imei1":"12790577762976","imei2":"12790577762976","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158470,"job_number":"JOB_158470","tr_customer_id":158487,"tr_customer_product_id":158477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:05.000Z","modified_at":"2026-01-17T03:52:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41571555289715","imei1":"41571555289715","imei2":"41571555289715","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158471,"job_number":"JOB_158471","tr_customer_id":158488,"tr_customer_product_id":158478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:05.000Z","modified_at":"2026-01-17T03:52:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50012863760278","imei1":"50012863760278","imei2":"50012863760278","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158472,"job_number":"JOB_158472","tr_customer_id":158489,"tr_customer_product_id":158479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:06.000Z","modified_at":"2026-01-17T03:52:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93020997356067","imei1":"93020997356067","imei2":"93020997356067","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158473,"job_number":"JOB_158473","tr_customer_id":158490,"tr_customer_product_id":158480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:06.000Z","modified_at":"2026-01-17T03:52:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84372375178370","imei1":"84372375178370","imei2":"84372375178370","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158475,"job_number":"JOB_158475","tr_customer_id":158492,"tr_customer_product_id":158482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:34.000Z","modified_at":"2026-01-17T03:52:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"67740639442453","imei1":"67740639442453","imei2":"67740639442453","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158476,"job_number":"JOB_158476","tr_customer_id":158493,"tr_customer_product_id":158483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:34.000Z","modified_at":"2026-01-17T03:52:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27355793565330","imei1":"27355793565330","imei2":"27355793565330","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158477,"job_number":"JOB_158477","tr_customer_id":158494,"tr_customer_product_id":158484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:34.000Z","modified_at":"2026-01-17T03:52:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23725307168377","imei1":"23725307168377","imei2":"23725307168377","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158478,"job_number":"JOB_158478","tr_customer_id":158495,"tr_customer_product_id":158485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:35.000Z","modified_at":"2026-01-17T03:52:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"58608340593055","imei1":"58608340593055","imei2":"58608340593055","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158479,"job_number":"JOB_158479","tr_customer_id":158496,"tr_customer_product_id":158486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:35.000Z","modified_at":"2026-01-17T03:52:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92112373533722","imei1":"92112373533722","imei2":"92112373533722","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158480,"job_number":"JOB_158480","tr_customer_id":158497,"tr_customer_product_id":158487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:35.000Z","modified_at":"2026-01-17T03:52:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93823973192271","imei1":"93823973192271","imei2":"93823973192271","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158482,"job_number":"JOB_158482","tr_customer_id":158499,"tr_customer_product_id":158489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:03.000Z","modified_at":"2026-01-17T03:53:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84129823989372","imei1":"84129823989372","imei2":"84129823989372","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158483,"job_number":"JOB_158483","tr_customer_id":158500,"tr_customer_product_id":158490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:03.000Z","modified_at":"2026-01-17T03:53:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"56021512155796","imei1":"56021512155796","imei2":"56021512155796","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158484,"job_number":"JOB_158484","tr_customer_id":158501,"tr_customer_product_id":158491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:03.000Z","modified_at":"2026-01-17T03:53:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94200482634850","imei1":"94200482634850","imei2":"94200482634850","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158485,"job_number":"JOB_158485","tr_customer_id":158502,"tr_customer_product_id":158492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:03.000Z","modified_at":"2026-01-17T03:53:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37624114442169","imei1":"37624114442169","imei2":"37624114442169","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158486,"job_number":"JOB_158486","tr_customer_id":158503,"tr_customer_product_id":158493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:04.000Z","modified_at":"2026-01-17T03:53:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87220281306943","imei1":"87220281306943","imei2":"87220281306943","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158487,"job_number":"JOB_158487","tr_customer_id":158504,"tr_customer_product_id":158494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:04.000Z","modified_at":"2026-01-17T03:53:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35888410107871","imei1":"35888410107871","imei2":"35888410107871","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158490,"job_number":"JOB_158490","tr_customer_id":158507,"tr_customer_product_id":158497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:08:33.000Z","modified_at":"2026-01-17T04:08:33.000Z","name":"Hadley Carroll","mobile_number":"771-832-6905","email_id":"Letitia_Beer75@gmail.com","dop":"2025-04-06","serial_number":"18919572424176256","imei1":"18919572424176256","imei2":"18919572424176256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:08:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158491,"job_number":"JOB_158491","tr_customer_id":158508,"tr_customer_product_id":158498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:29:13.000Z","modified_at":"2026-01-17T04:29:13.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-07","serial_number":"79346830104945","imei1":"79346830104945","imei2":"79346830104945","popurl":"2026-01-07T04:29:12.774537917Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158492,"job_number":"JOB_158492","tr_customer_id":158509,"tr_customer_product_id":158499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:29:31.000Z","modified_at":"2026-01-17T04:29:31.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-07","serial_number":"54572346588677","imei1":"54572346588677","imei2":"54572346588677","popurl":"2026-01-07T04:29:31.496533692Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158493,"job_number":"JOB_158493","tr_customer_id":158510,"tr_customer_product_id":158500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:36:30.000Z","modified_at":"2026-01-17T04:36:30.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"104763738620281","imei1":"104763738620281","imei2":"104763738620281","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:36:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158495,"job_number":"JOB_158495","tr_customer_id":158512,"tr_customer_product_id":158502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:36:41.000Z","modified_at":"2026-01-17T04:36:41.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103117976882487","imei1":"103117976882487","imei2":"103117976882487","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:36:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158498,"job_number":"JOB_158498","tr_customer_id":158515,"tr_customer_product_id":158505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:51:05.000Z","modified_at":"2026-01-17T04:51:05.000Z","name":"Bessie Boehm","mobile_number":"999-705-9704","email_id":"Doug.Prohaska19@hotmail.com","dop":"2025-04-06","serial_number":"18239929458845340","imei1":"18239929458845340","imei2":"18239929458845340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:51:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158500,"job_number":"JOB_158500","tr_customer_id":158517,"tr_customer_product_id":158507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:51:27.000Z","modified_at":"2026-01-17T04:51:27.000Z","name":"Violet Jakubowski","mobile_number":"218-628-8258","email_id":"Ronaldo_Romaguera31@hotmail.com","dop":"2025-04-06","serial_number":"14095965883664250","imei1":"14095965883664250","imei2":"14095965883664250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158506,"job_number":"JOB_158506","tr_customer_id":158523,"tr_customer_product_id":158513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:09:19.000Z","modified_at":"2026-01-17T06:09:19.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-01-07","serial_number":"49999999999999","imei1":"49999999999999","imei2":"49999999999999","popurl":"2026-01-07T06:09:12.942977900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:09:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158508,"job_number":"JOB_158508","tr_customer_id":158525,"tr_customer_product_id":158515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:10:17.000Z","modified_at":"2026-01-17T06:10:17.000Z","name":"Janis Kris","mobile_number":"569-347-4856","email_id":"Wanda.Trantow@hotmail.com","dop":"2025-04-13","serial_number":"1052894164277714","imei1":"1052894164277714","imei2":"1052894164277714","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:10:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158514,"job_number":"JOB_158514","tr_customer_id":158531,"tr_customer_product_id":158521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:01:22.000Z","modified_at":"2026-01-17T07:01:22.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-07","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-07T07:01:22.680558100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:01:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158518,"job_number":"JOB_158518","tr_customer_id":158535,"tr_customer_product_id":158525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:37:12.000Z","modified_at":"2026-01-17T07:37:12.000Z","name":"Mateo Brekke","mobile_number":"678-960-7097","email_id":"Isom.Hudson23@gmail.com","dop":"2025-04-06","serial_number":"18453133568383660","imei1":"18453133568383660","imei2":"18453133568383660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158523,"job_number":"JOB_158523","tr_customer_id":158540,"tr_customer_product_id":158530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:38:09.000Z","modified_at":"2026-01-17T07:38:09.000Z","name":"Kelsi Hammes","mobile_number":"486-679-7255","email_id":"Gerardo.Luettgen22@yahoo.com","dop":"2025-04-06","serial_number":"12006937043053414","imei1":"12006937043053414","imei2":"12006937043053414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:38:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158524,"job_number":"JOB_158524","tr_customer_id":158541,"tr_customer_product_id":158531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:43:58.000Z","modified_at":"2026-01-17T07:43:58.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-07","serial_number":"45147707147372","imei1":"45147707147372","imei2":"45147707147372","popurl":"2026-01-07T07:43:58.115451478Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:43:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158525,"job_number":"JOB_158525","tr_customer_id":158542,"tr_customer_product_id":158532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:59:59.000Z","modified_at":"2026-01-17T07:59:59.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"12769103387115","imei1":"12769103387115","imei2":"12769103387115","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158527,"job_number":"JOB_158527","tr_customer_id":158544,"tr_customer_product_id":158534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:00:00.000Z","modified_at":"2026-01-17T08:00:00.000Z","name":"Estefania Pfannerstill","mobile_number":"628-785-9082","email_id":"Angeline26@gmail.com","dop":"2025-11-11","serial_number":"1077417546950140","imei1":"1077417546950140","imei2":"1077417546950140","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158528,"job_number":"JOB_158528","tr_customer_id":158545,"tr_customer_product_id":158535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:00:31.000Z","modified_at":"2026-01-17T08:00:31.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"16669703686097","imei1":"16669703686097","imei2":"16669703686097","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158530,"job_number":"JOB_158530","tr_customer_id":158547,"tr_customer_product_id":158537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:00:32.000Z","modified_at":"2026-01-17T08:00:32.000Z","name":"Dejah Hills","mobile_number":"582-458-8828","email_id":"Janice.Hudson55@hotmail.com","dop":"2025-11-11","serial_number":"1064031406898344","imei1":"1064031406898344","imei2":"1064031406898344","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158531,"job_number":"JOB_158531","tr_customer_id":158548,"tr_customer_product_id":158538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:01:04.000Z","modified_at":"2026-01-17T08:01:04.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"12321985032106","imei1":"12321985032106","imei2":"12321985032106","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158533,"job_number":"JOB_158533","tr_customer_id":158550,"tr_customer_product_id":158540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:01:05.000Z","modified_at":"2026-01-17T08:01:05.000Z","name":"Kris Wiza","mobile_number":"387-398-8240","email_id":"Tomasa.Beahan@gmail.com","dop":"2025-11-11","serial_number":"1012264961362038","imei1":"1012264961362038","imei2":"1012264961362038","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158534,"job_number":"JOB_158534","tr_customer_id":158551,"tr_customer_product_id":158541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:14:59.000Z","modified_at":"2026-01-17T08:14:59.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"15334009936918","imei1":"15334009936918","imei2":"15334009936918","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:14:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158536,"job_number":"JOB_158536","tr_customer_id":158553,"tr_customer_product_id":158543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:15:01.000Z","modified_at":"2026-01-17T08:15:01.000Z","name":"Jermey Fay","mobile_number":"588-795-7408","email_id":"Leann69@gmail.com","dop":"2025-11-11","serial_number":"1053642201114808","imei1":"1053642201114808","imei2":"1053642201114808","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:15:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158537,"job_number":"JOB_158537","tr_customer_id":158554,"tr_customer_product_id":158544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:15:36.000Z","modified_at":"2026-01-17T08:15:37.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"10521778890172","imei1":"10521778890172","imei2":"10521778890172","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:15:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158539,"job_number":"JOB_158539","tr_customer_id":158556,"tr_customer_product_id":158546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:15:38.000Z","modified_at":"2026-01-17T08:15:38.000Z","name":"Vesta Adams","mobile_number":"602-479-0951","email_id":"Loy_Bartell@yahoo.com","dop":"2025-11-11","serial_number":"1034828494722546","imei1":"1034828494722546","imei2":"1034828494722546","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:15:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158540,"job_number":"JOB_158540","tr_customer_id":158557,"tr_customer_product_id":158547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:16:13.000Z","modified_at":"2026-01-17T08:16:13.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"17802269403639","imei1":"17802269403639","imei2":"17802269403639","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:16:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158542,"job_number":"JOB_158542","tr_customer_id":158559,"tr_customer_product_id":158549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:16:14.000Z","modified_at":"2026-01-17T08:16:14.000Z","name":"Stacy Terry","mobile_number":"662-953-4308","email_id":"Bobbie.Kessler@hotmail.com","dop":"2025-11-11","serial_number":"1095504457553139","imei1":"1095504457553139","imei2":"1095504457553139","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:16:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158543,"job_number":"JOB_158543","tr_customer_id":158560,"tr_customer_product_id":158550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:16:58.000Z","modified_at":"2026-01-17T08:16:58.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"14410187190358","imei1":"14410187190358","imei2":"14410187190358","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:16:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158545,"job_number":"JOB_158545","tr_customer_id":158562,"tr_customer_product_id":158552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:16:59.000Z","modified_at":"2026-01-17T08:16:59.000Z","name":"Florian Corkery","mobile_number":"339-664-6112","email_id":"Natasha.Kovacek31@gmail.com","dop":"2025-11-11","serial_number":"1089759704103791","imei1":"1089759704103791","imei2":"1089759704103791","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:16:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158546,"job_number":"JOB_158546","tr_customer_id":158563,"tr_customer_product_id":158553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:17:31.000Z","modified_at":"2026-01-17T08:17:31.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"13031192936951","imei1":"13031192936951","imei2":"13031192936951","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158548,"job_number":"JOB_158548","tr_customer_id":158565,"tr_customer_product_id":158555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:17:32.000Z","modified_at":"2026-01-17T08:17:32.000Z","name":"Luna Strosin","mobile_number":"912-537-8353","email_id":"Neoma_Walker@hotmail.com","dop":"2025-11-11","serial_number":"1089809401415059","imei1":"1089809401415059","imei2":"1089809401415059","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:17:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158549,"job_number":"JOB_158549","tr_customer_id":158566,"tr_customer_product_id":158556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:18:04.000Z","modified_at":"2026-01-17T08:18:04.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"12527699152554","imei1":"12527699152554","imei2":"12527699152554","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:18:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158551,"job_number":"JOB_158551","tr_customer_id":158568,"tr_customer_product_id":158558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:18:06.000Z","modified_at":"2026-01-17T08:18:06.000Z","name":"Brandon Dickinson","mobile_number":"488-970-6215","email_id":"Jameson.Sporer@hotmail.com","dop":"2025-11-11","serial_number":"1006251795810761","imei1":"1006251795810761","imei2":"1006251795810761","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158552,"job_number":"JOB_158552","tr_customer_id":158569,"tr_customer_product_id":158559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:21:04.000Z","modified_at":"2026-01-17T08:21:04.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"19565437812488","imei1":"19565437812488","imei2":"19565437812488","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158554,"job_number":"JOB_158554","tr_customer_id":158571,"tr_customer_product_id":158561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:21:06.000Z","modified_at":"2026-01-17T08:21:06.000Z","name":"Robb Wilkinson","mobile_number":"556-554-4747","email_id":"Oceane.Okuneva79@hotmail.com","dop":"2025-11-11","serial_number":"1048774358593789","imei1":"1048774358593789","imei2":"1048774358593789","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158555,"job_number":"JOB_158555","tr_customer_id":158572,"tr_customer_product_id":158562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:21:44.000Z","modified_at":"2026-01-17T08:21:44.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"19450734363893","imei1":"19450734363893","imei2":"19450734363893","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:21:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158557,"job_number":"JOB_158557","tr_customer_id":158574,"tr_customer_product_id":158564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:21:45.000Z","modified_at":"2026-01-17T08:21:45.000Z","name":"Moshe Blanda","mobile_number":"753-548-1555","email_id":"Maxie.Dooley@gmail.com","dop":"2025-11-11","serial_number":"1090789462274335","imei1":"1090789462274335","imei2":"1090789462274335","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:21:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158558,"job_number":"JOB_158558","tr_customer_id":158575,"tr_customer_product_id":158565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:22:23.000Z","modified_at":"2026-01-17T08:22:23.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"11071961342702","imei1":"11071961342702","imei2":"11071961342702","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:22:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158560,"job_number":"JOB_158560","tr_customer_id":158577,"tr_customer_product_id":158567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:22:24.000Z","modified_at":"2026-01-17T08:22:24.000Z","name":"Queen Heathcote","mobile_number":"480-444-4845","email_id":"Kailee.Littel42@yahoo.com","dop":"2025-11-11","serial_number":"1022970343593802","imei1":"1022970343593802","imei2":"1022970343593802","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:22:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158567,"job_number":"JOB_158567","tr_customer_id":158584,"tr_customer_product_id":158574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T09:26:35.000Z","modified_at":"2026-01-17T09:26:35.000Z","name":"Rajdeep Roy","mobile_number":"8767564676","email_id":"rajdeep@mail.com","dop":"2025-12-31","serial_number":"34545656765645","imei1":"34545656765645","imei2":"34545656765645","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T09:26:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158568,"job_number":"JOB_158568","tr_customer_id":158585,"tr_customer_product_id":158575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T09:39:32.000Z","modified_at":"2026-01-17T09:39:32.000Z","name":"Rajdeep Roy","mobile_number":"8767564676","email_id":"rajdeep@mail.com","dop":"2025-12-31","serial_number":"34545656765641","imei1":"34545656765641","imei2":"34545656765641","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T09:39:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158569,"job_number":"JOB_158569","tr_customer_id":158586,"tr_customer_product_id":158576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T09:50:14.000Z","modified_at":"2026-01-17T09:50:14.000Z","name":"Aurore Wiegand","mobile_number":"515-741-0744","email_id":"Keshaun18@hotmail.com","dop":"2025-12-01","serial_number":"13314381694261","imei1":"13314381694261","imei2":"13314381694261","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T09:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158570,"job_number":"JOB_158570","tr_customer_id":158587,"tr_customer_product_id":158577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T09:50:23.000Z","modified_at":"2026-01-17T09:50:23.000Z","name":"Orval Stiedemann","mobile_number":"414-340-6119","email_id":"Murl.Harber52@hotmail.com","dop":"2025-12-01","serial_number":"14181177242485","imei1":"14181177242485","imei2":"14181177242485","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T09:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158571,"job_number":"JOB_158571","tr_customer_id":158588,"tr_customer_product_id":158578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:14:41.000Z","modified_at":"2026-01-17T10:14:41.000Z","name":"Orval Stiedemann","mobile_number":"414-340-6119","email_id":"Murl.Harber52@hotmail.com","dop":"2025-12-01","serial_number":"59181177242415","imei1":"59181177242415","imei2":"59181177242415","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:14:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158572,"job_number":"JOB_158572","tr_customer_id":158589,"tr_customer_product_id":158579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:14:41.000Z","modified_at":"2026-01-17T10:14:41.000Z","name":"Orval Stiedemann","mobile_number":"414-340-6119","email_id":"Murl.Harber52@hotmail.com","dop":"2025-12-01","serial_number":"54181077242485","imei1":"54181077242485","imei2":"54181077242485","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:14:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158573,"job_number":"JOB_158573","tr_customer_id":158590,"tr_customer_product_id":158580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:14:41.000Z","modified_at":"2026-01-17T10:14:41.000Z","name":"Orval Stiedemann","mobile_number":"414-340-6119","email_id":"Murl.Harber52@hotmail.com","dop":"2025-12-01","serial_number":"84781177242485","imei1":"84781177242485","imei2":"84781177242485","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:14:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158574,"job_number":"JOB_158574","tr_customer_id":158591,"tr_customer_product_id":158581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:30:22.000Z","modified_at":"2026-01-17T10:30:22.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-07","serial_number":"499863806375566","imei1":"499863806375566","imei2":"499863806375566","popurl":"2026-01-07T10:30:21.934521140Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:30:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158575,"job_number":"JOB_158575","tr_customer_id":158592,"tr_customer_product_id":158582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:30:34.000Z","modified_at":"2026-01-17T10:30:34.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-07","serial_number":"499863806376402","imei1":"499863806376402","imei2":"499863806376402","popurl":"2026-01-07T10:30:33.469421365Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:30:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158576,"job_number":"JOB_158576","tr_customer_id":158593,"tr_customer_product_id":158583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:30:39.000Z","modified_at":"2026-01-17T10:30:39.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-07","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2026-01-07T10:30:39.032616190Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:30:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158580,"job_number":"JOB_158580","tr_customer_id":158597,"tr_customer_product_id":158587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:55.000Z","modified_at":"2026-01-17T10:32:55.000Z","name":"Chitrangada Mukhopadhyay","mobile_number":"7027460945","email_id":"shwet.abbott@hotmail.com","dop":"2026-01-07","serial_number":"851290639513866","imei1":"851290639513866","imei2":"851290639513866","popurl":"www.abhisyanta-prajapat.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158581,"job_number":"JOB_158581","tr_customer_id":158598,"tr_customer_product_id":158588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:55.000Z","modified_at":"2026-01-17T10:32:55.000Z","name":"Trilokanath Jha","mobile_number":"7094776007","email_id":"gautama.nayar@hotmail.com","dop":"2026-01-07","serial_number":"304990818021268","imei1":"304990818021268","imei2":"304990818021268","popurl":"www.ramaa-gandhi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158582,"job_number":"JOB_158582","tr_customer_id":158599,"tr_customer_product_id":158589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:55.000Z","modified_at":"2026-01-17T10:32:55.000Z","name":"Bankim Mehra","mobile_number":"7024884726","email_id":"chidambar.jha@hotmail.com","dop":"2026-01-07","serial_number":"917100613738955","imei1":"917100613738955","imei2":"917100613738955","popurl":"www.gouranga-gupta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158583,"job_number":"JOB_158583","tr_customer_id":158600,"tr_customer_product_id":158590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:55.000Z","modified_at":"2026-01-17T10:32:55.000Z","name":"Sanjay Nehru","mobile_number":"7028517917","email_id":"hiranmay.khatri@hotmail.com","dop":"2026-01-07","serial_number":"449226044585182","imei1":"449226044585182","imei2":"449226044585182","popurl":"www.udai-guneta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158584,"job_number":"JOB_158584","tr_customer_id":158601,"tr_customer_product_id":158591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:55.000Z","modified_at":"2026-01-17T10:32:55.000Z","name":"Sanya Tandon","mobile_number":"7046173699","email_id":"kashyapi.shukla@yahoo.co.in","dop":"2026-01-07","serial_number":"035723642123512","imei1":"035723642123512","imei2":"035723642123512","popurl":"www.tejas-varrier.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158588,"job_number":"JOB_158588","tr_customer_id":158605,"tr_customer_product_id":158595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:33:04.000Z","modified_at":"2026-01-17T10:33:04.000Z","name":"Vidal Schiller","mobile_number":"223-344-6852","email_id":"Nathen.Rodriguez@hotmail.com","dop":"2025-04-06","serial_number":"10990250539126","imei1":"10990250539126","imei2":"10990250539126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158589,"job_number":"JOB_158589","tr_customer_id":158606,"tr_customer_product_id":158596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:33:04.000Z","modified_at":"2026-01-17T10:33:04.000Z","name":"Lessie Mayert","mobile_number":"575-525-5712","email_id":"Dale_King7@gmail.com","dop":"2025-04-06","serial_number":"15820412693753","imei1":"15820412693753","imei2":"15820412693753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158590,"job_number":"JOB_158590","tr_customer_id":158607,"tr_customer_product_id":158597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:33:04.000Z","modified_at":"2026-01-17T10:33:04.000Z","name":"Vidal Schiller","mobile_number":"223-344-6852","email_id":"Nathen.Rodriguez@hotmail.com","dop":"2025-04-06","serial_number":"10990250539126","imei1":"10990250539126","imei2":"10990250539126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158591,"job_number":"JOB_158591","tr_customer_id":158608,"tr_customer_product_id":158598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:33:04.000Z","modified_at":"2026-01-17T10:33:04.000Z","name":"Lessie Mayert","mobile_number":"575-525-5712","email_id":"Dale_King7@gmail.com","dop":"2025-04-06","serial_number":"15820412693753","imei1":"15820412693753","imei2":"15820412693753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158592,"job_number":"JOB_158592","tr_customer_id":158609,"tr_customer_product_id":158599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:36:33.000Z","modified_at":"2026-01-17T10:36:33.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-07","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-07T10:36:25.200210249Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158595,"job_number":"JOB_158595","tr_customer_id":158612,"tr_customer_product_id":158602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:06:50.000Z","modified_at":"2026-01-17T13:06:50.000Z","name":"Praven R","mobile_number":"8085536329","email_id":"praveen.raghu.raghu@gmail.com","dop":"2026-01-07","serial_number":"69002151778042","imei1":"69002151778042","imei2":"69002151778042","popurl":"2026-01-07T13:06:47.374840400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158597,"job_number":"JOB_158597","tr_customer_id":158614,"tr_customer_product_id":158604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:17:59.000Z","modified_at":"2026-01-17T13:17:59.000Z","name":"Zola Baumbach","mobile_number":"703-621-0580","email_id":"Alessandro_Spinka65@hotmail.com","dop":"2025-04-06","serial_number":"15658214331231192","imei1":"15658214331231192","imei2":"15658214331231192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158599,"job_number":"JOB_158599","tr_customer_id":158616,"tr_customer_product_id":158606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:30:11.000Z","modified_at":"2026-01-17T13:30:11.000Z","name":"Ewell Ullrich","mobile_number":"483-945-4635","email_id":"Pedro.Franecki@gmail.com","dop":"2025-04-06","serial_number":"16359633880044436","imei1":"16359633880044436","imei2":"16359633880044436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158601,"job_number":"JOB_158601","tr_customer_id":158618,"tr_customer_product_id":158608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:34:54.000Z","modified_at":"2026-01-17T13:34:54.000Z","name":"Jerrell Kuphal","mobile_number":"397-418-9876","email_id":"Amelia.Graham@yahoo.com","dop":"2025-04-06","serial_number":"12918805390936248","imei1":"12918805390936248","imei2":"12918805390936248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158602,"job_number":"JOB_158602","tr_customer_id":158619,"tr_customer_product_id":158609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:15.000Z","modified_at":"2026-01-17T13:44:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"74057997265807","imei1":"74057997265807","imei2":"74057997265807","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158603,"job_number":"JOB_158603","tr_customer_id":158620,"tr_customer_product_id":158610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:15.000Z","modified_at":"2026-01-17T13:44:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30167951031804","imei1":"30167951031804","imei2":"30167951031804","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158604,"job_number":"JOB_158604","tr_customer_id":158621,"tr_customer_product_id":158611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:15.000Z","modified_at":"2026-01-17T13:44:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41151216386246","imei1":"41151216386246","imei2":"41151216386246","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158605,"job_number":"JOB_158605","tr_customer_id":158622,"tr_customer_product_id":158612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:16.000Z","modified_at":"2026-01-17T13:44:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"52722559354487","imei1":"52722559354487","imei2":"52722559354487","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158606,"job_number":"JOB_158606","tr_customer_id":158623,"tr_customer_product_id":158613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:16.000Z","modified_at":"2026-01-17T13:44:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40832581069756","imei1":"40832581069756","imei2":"40832581069756","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158607,"job_number":"JOB_158607","tr_customer_id":158624,"tr_customer_product_id":158614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:16.000Z","modified_at":"2026-01-17T13:44:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26550524413487","imei1":"26550524413487","imei2":"26550524413487","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158610,"job_number":"JOB_158610","tr_customer_id":158627,"tr_customer_product_id":158617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:35.000Z","modified_at":"2026-01-17T13:44:35.000Z","name":"Weston Pagac","mobile_number":"388-407-3757","email_id":"Chesley.Kovacek81@gmail.com","dop":"2025-04-06","serial_number":"10532881943652788","imei1":"10532881943652788","imei2":"10532881943652788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158611,"job_number":"JOB_158611","tr_customer_id":158628,"tr_customer_product_id":158618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:45.000Z","modified_at":"2026-01-17T13:44:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26245256270819","imei1":"26245256270819","imei2":"26245256270819","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158612,"job_number":"JOB_158612","tr_customer_id":158629,"tr_customer_product_id":158619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:45.000Z","modified_at":"2026-01-17T13:44:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18859458334557","imei1":"18859458334557","imei2":"18859458334557","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158613,"job_number":"JOB_158613","tr_customer_id":158630,"tr_customer_product_id":158620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:46.000Z","modified_at":"2026-01-17T13:44:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"66111986633630","imei1":"66111986633630","imei2":"66111986633630","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158614,"job_number":"JOB_158614","tr_customer_id":158631,"tr_customer_product_id":158621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:46.000Z","modified_at":"2026-01-17T13:44:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41453310610370","imei1":"41453310610370","imei2":"41453310610370","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158615,"job_number":"JOB_158615","tr_customer_id":158632,"tr_customer_product_id":158622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:46.000Z","modified_at":"2026-01-17T13:44:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26976981165670","imei1":"26976981165670","imei2":"26976981165670","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158616,"job_number":"JOB_158616","tr_customer_id":158633,"tr_customer_product_id":158623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:47.000Z","modified_at":"2026-01-17T13:44:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41156612472435","imei1":"41156612472435","imei2":"41156612472435","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158618,"job_number":"JOB_158618","tr_customer_id":158635,"tr_customer_product_id":158625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:15.000Z","modified_at":"2026-01-17T13:45:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30122012309143","imei1":"30122012309143","imei2":"30122012309143","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158619,"job_number":"JOB_158619","tr_customer_id":158636,"tr_customer_product_id":158626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:16.000Z","modified_at":"2026-01-17T13:45:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78630305501777","imei1":"78630305501777","imei2":"78630305501777","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158620,"job_number":"JOB_158620","tr_customer_id":158637,"tr_customer_product_id":158627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:16.000Z","modified_at":"2026-01-17T13:45:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28511227585697","imei1":"28511227585697","imei2":"28511227585697","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158621,"job_number":"JOB_158621","tr_customer_id":158638,"tr_customer_product_id":158628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:16.000Z","modified_at":"2026-01-17T13:45:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87794233422130","imei1":"87794233422130","imei2":"87794233422130","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158622,"job_number":"JOB_158622","tr_customer_id":158639,"tr_customer_product_id":158629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:16.000Z","modified_at":"2026-01-17T13:45:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26325599133394","imei1":"26325599133394","imei2":"26325599133394","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158623,"job_number":"JOB_158623","tr_customer_id":158640,"tr_customer_product_id":158630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:17.000Z","modified_at":"2026-01-17T13:45:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"66370868426626","imei1":"66370868426626","imei2":"66370868426626","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158625,"job_number":"JOB_158625","tr_customer_id":158642,"tr_customer_product_id":158632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:30.000Z","modified_at":"2026-01-17T13:45:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17629368444625","imei1":"17629368444625","imei2":"17629368444625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158627,"job_number":"JOB_158627","tr_customer_id":158644,"tr_customer_product_id":158634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:32.000Z","modified_at":"2026-01-17T13:45:32.000Z","name":"Karley Dickens","mobile_number":"746-981-3678","email_id":"Mervin.Braun93@yahoo.com","dop":"2025-04-06","serial_number":"19117609586636850","imei1":"19117609586636850","imei2":"19117609586636850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158630,"job_number":"JOB_158630","tr_customer_id":158647,"tr_customer_product_id":158637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:46:12.000Z","modified_at":"2026-01-17T13:46:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15543158690517","imei1":"15543158690517","imei2":"15543158690517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:46:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158632,"job_number":"JOB_158632","tr_customer_id":158649,"tr_customer_product_id":158639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:46:14.000Z","modified_at":"2026-01-17T13:46:14.000Z","name":"Ulices Jakubowski","mobile_number":"207-743-0260","email_id":"Emerald.McDermott@hotmail.com","dop":"2025-04-06","serial_number":"13272885307762950","imei1":"13272885307762950","imei2":"13272885307762950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:46:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158634,"job_number":"JOB_158634","tr_customer_id":158651,"tr_customer_product_id":158641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:46:53.000Z","modified_at":"2026-01-17T13:46:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19130729252620","imei1":"19130729252620","imei2":"19130729252620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158636,"job_number":"JOB_158636","tr_customer_id":158653,"tr_customer_product_id":158643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:46:55.000Z","modified_at":"2026-01-17T13:46:55.000Z","name":"Gregory Lehner","mobile_number":"252-907-3482","email_id":"Nickolas.Okuneva18@gmail.com","dop":"2025-04-06","serial_number":"15410526922974666","imei1":"15410526922974666","imei2":"15410526922974666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:46:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158646,"job_number":"JOB_158646","tr_customer_id":158663,"tr_customer_product_id":158653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:12:32.000Z","modified_at":"2026-01-17T14:12:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18091773680498","imei1":"18091773680498","imei2":"18091773680498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:12:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158648,"job_number":"JOB_158648","tr_customer_id":158665,"tr_customer_product_id":158655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:12:34.000Z","modified_at":"2026-01-17T14:12:34.000Z","name":"Gerson Tremblay","mobile_number":"372-931-4596","email_id":"Baby.Leannon@hotmail.com","dop":"2025-04-06","serial_number":"16649133410941834","imei1":"16649133410941834","imei2":"16649133410941834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:12:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158649,"job_number":"JOB_158649","tr_customer_id":158666,"tr_customer_product_id":158656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:13:14.000Z","modified_at":"2026-01-17T14:13:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10684522929694","imei1":"10684522929694","imei2":"10684522929694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:13:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158651,"job_number":"JOB_158651","tr_customer_id":158668,"tr_customer_product_id":158658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:13:16.000Z","modified_at":"2026-01-17T14:13:16.000Z","name":"Sasha Lindgren","mobile_number":"298-975-3537","email_id":"Haley_Ferry81@yahoo.com","dop":"2025-04-06","serial_number":"19125134454016620","imei1":"19125134454016620","imei2":"19125134454016620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:13:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158653,"job_number":"JOB_158653","tr_customer_id":158670,"tr_customer_product_id":158660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:13:55.000Z","modified_at":"2026-01-17T14:13:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12373828898741","imei1":"12373828898741","imei2":"12373828898741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:13:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158655,"job_number":"JOB_158655","tr_customer_id":158672,"tr_customer_product_id":158662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:13:57.000Z","modified_at":"2026-01-17T14:13:57.000Z","name":"Westley Wiegand","mobile_number":"710-933-5009","email_id":"Rigoberto_Ullrich34@yahoo.com","dop":"2025-04-06","serial_number":"18353973864368252","imei1":"18353973864368252","imei2":"18353973864368252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:13:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158657,"job_number":"JOB_158657","tr_customer_id":158674,"tr_customer_product_id":158664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:14:37.000Z","modified_at":"2026-01-17T14:14:37.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10451471700727","imei1":"10451471700727","imei2":"10451471700727","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158659,"job_number":"JOB_158659","tr_customer_id":158676,"tr_customer_product_id":158666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:14:38.000Z","modified_at":"2026-01-17T14:14:38.000Z","name":"Greta Wunsch","mobile_number":"522-394-8510","email_id":"Lavon.Gibson3@hotmail.com","dop":"2025-06-18","serial_number":"1084230471254524","imei1":"1084230471254524","imei2":"1084230471254524","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158660,"job_number":"JOB_158660","tr_customer_id":158677,"tr_customer_product_id":158667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:14:53.000Z","modified_at":"2026-01-17T14:14:53.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10224292673251","imei1":"10224292673251","imei2":"10224292673251","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:14:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158662,"job_number":"JOB_158662","tr_customer_id":158679,"tr_customer_product_id":158669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:14:54.000Z","modified_at":"2026-01-17T14:14:54.000Z","name":"Vicente Shields","mobile_number":"455-495-0587","email_id":"Linnie_Boyer50@hotmail.com","dop":"2000-01-31","serial_number":"1091488826582765","imei1":"1091488826582765","imei2":"1091488826582765","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:14:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158663,"job_number":"JOB_158663","tr_customer_id":158680,"tr_customer_product_id":158670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:15:20.000Z","modified_at":"2026-01-17T14:15:20.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10551444669687","imei1":"10551444669687","imei2":"10551444669687","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:15:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158665,"job_number":"JOB_158665","tr_customer_id":158682,"tr_customer_product_id":158672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:15:21.000Z","modified_at":"2026-01-17T14:15:21.000Z","name":"Monica Reilly","mobile_number":"926-236-0632","email_id":"Otho.Rice50@gmail.com","dop":"2025-06-18","serial_number":"1087489033745932","imei1":"1087489033745932","imei2":"1087489033745932","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158666,"job_number":"JOB_158666","tr_customer_id":158683,"tr_customer_product_id":158673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:15:36.000Z","modified_at":"2026-01-17T14:15:36.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10931693820099","imei1":"10931693820099","imei2":"10931693820099","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:15:36.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158668,"job_number":"JOB_158668","tr_customer_id":158685,"tr_customer_product_id":158675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:15:38.000Z","modified_at":"2026-01-17T14:15:38.000Z","name":"Victoria Bruen","mobile_number":"425-304-4523","email_id":"Laura_Walker@gmail.com","dop":"2000-01-31","serial_number":"1066920924905886","imei1":"1066920924905886","imei2":"1066920924905886","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:15:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158669,"job_number":"JOB_158669","tr_customer_id":158686,"tr_customer_product_id":158676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:16:19.000Z","modified_at":"2026-01-17T14:16:19.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10578751958578","imei1":"10578751958578","imei2":"10578751958578","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158671,"job_number":"JOB_158671","tr_customer_id":158688,"tr_customer_product_id":158678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:16:20.000Z","modified_at":"2026-01-17T14:16:20.000Z","name":"Jarrod Kirlin","mobile_number":"450-520-5808","email_id":"Camden.Ryan@hotmail.com","dop":"2000-01-31","serial_number":"1076332240577605","imei1":"1076332240577605","imei2":"1076332240577605","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:16:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158672,"job_number":"JOB_158672","tr_customer_id":158689,"tr_customer_product_id":158679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:16:51.000Z","modified_at":"2026-01-17T14:16:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12753533721348","imei1":"12753533721348","imei2":"12753533721348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:16:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158674,"job_number":"JOB_158674","tr_customer_id":158691,"tr_customer_product_id":158681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:16:52.000Z","modified_at":"2026-01-17T14:16:52.000Z","name":"Jaden Rowe","mobile_number":"798-986-0076","email_id":"Jimmie_Franecki@gmail.com","dop":"2025-04-06","serial_number":"17980158681459964","imei1":"17980158681459964","imei2":"17980158681459964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:16:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158675,"job_number":"JOB_158675","tr_customer_id":158692,"tr_customer_product_id":158682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:01.000Z","modified_at":"2026-01-17T14:17:01.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10116015840681","imei1":"10116015840681","imei2":"10116015840681","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158677,"job_number":"JOB_158677","tr_customer_id":158694,"tr_customer_product_id":158684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:03.000Z","modified_at":"2026-01-17T14:17:03.000Z","name":"Antonietta Armstrong","mobile_number":"972-790-8736","email_id":"Deondre.Balistreri72@hotmail.com","dop":"2000-01-31","serial_number":"1041996121168359","imei1":"1041996121168359","imei2":"1041996121168359","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158678,"job_number":"JOB_158678","tr_customer_id":158695,"tr_customer_product_id":158685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:04.000Z","modified_at":"2026-01-17T14:17:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16342830193164","imei1":"16342830193164","imei2":"16342830193164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158680,"job_number":"JOB_158680","tr_customer_id":158697,"tr_customer_product_id":158687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:05.000Z","modified_at":"2026-01-17T14:17:05.000Z","name":"Humberto Spinka","mobile_number":"753-416-6420","email_id":"Randi.Luettgen@yahoo.com","dop":"2025-04-06","serial_number":"19588036401966276","imei1":"19588036401966276","imei2":"19588036401966276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158681,"job_number":"JOB_158681","tr_customer_id":158698,"tr_customer_product_id":158688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:33.000Z","modified_at":"2026-01-17T14:17:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12834778364601","imei1":"12834778364601","imei2":"12834778364601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158683,"job_number":"JOB_158683","tr_customer_id":158700,"tr_customer_product_id":158690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:35.000Z","modified_at":"2026-01-17T14:17:35.000Z","name":"Andy Beatty","mobile_number":"935-289-2567","email_id":"Llewellyn7@gmail.com","dop":"2025-04-06","serial_number":"18904882249374670","imei1":"18904882249374670","imei2":"18904882249374670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158684,"job_number":"JOB_158684","tr_customer_id":158701,"tr_customer_product_id":158691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:48.000Z","modified_at":"2026-01-17T14:17:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18094886759588","imei1":"18094886759588","imei2":"18094886759588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158686,"job_number":"JOB_158686","tr_customer_id":158703,"tr_customer_product_id":158693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:50.000Z","modified_at":"2026-01-17T14:17:50.000Z","name":"Godfrey Bruen","mobile_number":"466-999-4189","email_id":"Arnoldo.Schamberger37@hotmail.com","dop":"2025-04-06","serial_number":"14618177786943698","imei1":"14618177786943698","imei2":"14618177786943698","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158687,"job_number":"JOB_158687","tr_customer_id":158704,"tr_customer_product_id":158694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:56.000Z","modified_at":"2026-01-17T14:17:56.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"18517755921790","imei1":"18517755921790","imei2":"18517755921790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158689,"job_number":"JOB_158689","tr_customer_id":158706,"tr_customer_product_id":158696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:57.000Z","modified_at":"2026-01-17T14:17:57.000Z","name":"Destiney Dicki","mobile_number":"450-345-8998","email_id":"Jany.Buckridge28@yahoo.com","dop":"2025-04-06","serial_number":"17162810290107806","imei1":"17162810290107806","imei2":"17162810290107806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158690,"job_number":"JOB_158690","tr_customer_id":158707,"tr_customer_product_id":158697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:16.000Z","modified_at":"2026-01-17T14:18:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14522990969261","imei1":"14522990969261","imei2":"14522990969261","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158692,"job_number":"JOB_158692","tr_customer_id":158709,"tr_customer_product_id":158699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:17.000Z","modified_at":"2026-01-17T14:18:17.000Z","name":"Vinnie Bahringer","mobile_number":"522-760-4962","email_id":"Jaylin.Boehm21@gmail.com","dop":"2025-04-06","serial_number":"11338952446564860","imei1":"11338952446564860","imei2":"11338952446564860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158693,"job_number":"JOB_158693","tr_customer_id":158710,"tr_customer_product_id":158700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:20.000Z","modified_at":"2026-01-17T14:18:20.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10266768713551","imei1":"10266768713551","imei2":"10266768713551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158695,"job_number":"JOB_158695","tr_customer_id":158712,"tr_customer_product_id":158702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:22.000Z","modified_at":"2026-01-17T14:18:22.000Z","name":"Christiana Lesch","mobile_number":"447-266-5208","email_id":"Jane_Blanda@yahoo.com","dop":"2025-04-06","serial_number":"15113884644999442","imei1":"15113884644999442","imei2":"15113884644999442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158696,"job_number":"JOB_158696","tr_customer_id":158713,"tr_customer_product_id":158703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:32.000Z","modified_at":"2026-01-17T14:18:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17404816605093","imei1":"17404816605093","imei2":"17404816605093","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158698,"job_number":"JOB_158698","tr_customer_id":158715,"tr_customer_product_id":158705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:34.000Z","modified_at":"2026-01-17T14:18:34.000Z","name":"Tyree Weimann","mobile_number":"764-771-4006","email_id":"Wilhelmine.Jaskolski@yahoo.com","dop":"2025-04-06","serial_number":"15465211349674468","imei1":"15465211349674468","imei2":"15465211349674468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158699,"job_number":"JOB_158699","tr_customer_id":158716,"tr_customer_product_id":158706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:39.000Z","modified_at":"2026-01-17T14:18:39.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10471800020481","imei1":"10471800020481","imei2":"10471800020481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158701,"job_number":"JOB_158701","tr_customer_id":158718,"tr_customer_product_id":158708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:40.000Z","modified_at":"2026-01-17T14:18:40.000Z","name":"Bonita Dickinson","mobile_number":"657-671-1617","email_id":"Ola.Boyer0@gmail.com","dop":"2025-04-06","serial_number":"13514098710868666","imei1":"13514098710868666","imei2":"13514098710868666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158702,"job_number":"JOB_158702","tr_customer_id":158719,"tr_customer_product_id":158709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:04.000Z","modified_at":"2026-01-17T14:19:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17025591250862","imei1":"17025591250862","imei2":"17025591250862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158704,"job_number":"JOB_158704","tr_customer_id":158721,"tr_customer_product_id":158711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:06.000Z","modified_at":"2026-01-17T14:19:06.000Z","name":"Oren Cole","mobile_number":"806-696-3473","email_id":"Talon.Hahn@yahoo.com","dop":"2025-04-06","serial_number":"14657256295217396","imei1":"14657256295217396","imei2":"14657256295217396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158705,"job_number":"JOB_158705","tr_customer_id":158722,"tr_customer_product_id":158712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:21.000Z","modified_at":"2026-01-17T14:19:21.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"17820338035101","imei1":"17820338035101","imei2":"17820338035101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158707,"job_number":"JOB_158707","tr_customer_id":158724,"tr_customer_product_id":158714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:23.000Z","modified_at":"2026-01-17T14:19:23.000Z","name":"Joel Mayer","mobile_number":"491-736-0982","email_id":"Salvador_Moore@gmail.com","dop":"2025-04-06","serial_number":"17663381993187036","imei1":"17663381993187036","imei2":"17663381993187036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158708,"job_number":"JOB_158708","tr_customer_id":158725,"tr_customer_product_id":158715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:23.000Z","modified_at":"2026-01-17T14:19:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12418606962852","imei1":"12418606962852","imei2":"12418606962852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158710,"job_number":"JOB_158710","tr_customer_id":158727,"tr_customer_product_id":158717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:24.000Z","modified_at":"2026-01-17T14:19:24.000Z","name":"Laverne Davis","mobile_number":"416-571-1562","email_id":"Randi39@yahoo.com","dop":"2025-04-06","serial_number":"14641225090621914","imei1":"14641225090621914","imei2":"14641225090621914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158712,"job_number":"JOB_158712","tr_customer_id":158729,"tr_customer_product_id":158719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:32.000Z","modified_at":"2026-01-17T14:19:32.000Z","name":"Allison Miller","mobile_number":"658-807-8668","email_id":"Raegan.Stoltenberg@gmail.com","dop":"2025-04-06","serial_number":"18715288675855280","imei1":"18715288675855280","imei2":"18715288675855280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158713,"job_number":"JOB_158713","tr_customer_id":158730,"tr_customer_product_id":158720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:48.000Z","modified_at":"2026-01-17T14:19:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15155028369161","imei1":"15155028369161","imei2":"15155028369161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158715,"job_number":"JOB_158715","tr_customer_id":158732,"tr_customer_product_id":158722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:49.000Z","modified_at":"2026-01-17T14:19:49.000Z","name":"Carlie Glover","mobile_number":"424-612-9076","email_id":"Flavie17@yahoo.com","dop":"2025-04-06","serial_number":"10210960690691308","imei1":"10210960690691308","imei2":"10210960690691308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158717,"job_number":"JOB_158717","tr_customer_id":158734,"tr_customer_product_id":158724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:51.000Z","modified_at":"2026-01-17T14:19:51.000Z","name":"Dexter Ankunding","mobile_number":"535-218-4311","email_id":"Retta2@yahoo.com","dop":"2025-04-06","serial_number":"17666983575585188","imei1":"17666983575585188","imei2":"17666983575585188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158718,"job_number":"JOB_158718","tr_customer_id":158735,"tr_customer_product_id":158725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:09.000Z","modified_at":"2026-01-17T14:20:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14679496125109","imei1":"14679496125109","imei2":"14679496125109","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158720,"job_number":"JOB_158720","tr_customer_id":158737,"tr_customer_product_id":158727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:10.000Z","modified_at":"2026-01-17T14:20:10.000Z","name":"Sabrina Morissette","mobile_number":"484-954-5719","email_id":"Myrtle51@gmail.com","dop":"2025-04-06","serial_number":"18692994420446824","imei1":"18692994420446824","imei2":"18692994420446824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158721,"job_number":"JOB_158721","tr_customer_id":158738,"tr_customer_product_id":158728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:41.000Z","modified_at":"2026-01-17T14:20:41.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15534232638303","imei1":"15534232638303","imei2":"15534232638303","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158722,"job_number":"JOB_158722","tr_customer_id":158739,"tr_customer_product_id":158729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:42.000Z","modified_at":"2026-01-17T14:20:42.000Z","name":"Era Heathcote","mobile_number":"837-201-9597","email_id":"Winona_Hilll69@yahoo.com","dop":"2025-09-16","serial_number":"15238595934770","imei1":"15238595934770","imei2":"15238595934770","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158723,"job_number":"JOB_158723","tr_customer_id":158740,"tr_customer_product_id":158730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:54.000Z","modified_at":"2026-01-17T14:20:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19102849190838","imei1":"19102849190838","imei2":"19102849190838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158725,"job_number":"JOB_158725","tr_customer_id":158742,"tr_customer_product_id":158732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:56.000Z","modified_at":"2026-01-17T14:20:56.000Z","name":"Donny Heaney","mobile_number":"222-752-2996","email_id":"Elmira_Dach@yahoo.com","dop":"2025-04-06","serial_number":"18219336670513028","imei1":"18219336670513028","imei2":"18219336670513028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158726,"job_number":"JOB_158726","tr_customer_id":158743,"tr_customer_product_id":158733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:21:01.000Z","modified_at":"2026-01-17T14:21:01.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"19595362858336","imei1":"19595362858336","imei2":"19595362858336","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:21:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158727,"job_number":"JOB_158727","tr_customer_id":158744,"tr_customer_product_id":158734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:21:01.000Z","modified_at":"2026-01-17T14:21:01.000Z","name":"Ludwig Weimann","mobile_number":"275-657-2186","email_id":"Bernadine89@yahoo.com","dop":"2025-09-16","serial_number":"17892064411706","imei1":"17892064411706","imei2":"17892064411706","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:21:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158728,"job_number":"JOB_158728","tr_customer_id":158745,"tr_customer_product_id":158735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:21:19.000Z","modified_at":"2026-01-17T14:21:19.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"11468865745600","imei1":"11468865745600","imei2":"11468865745600","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:21:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158729,"job_number":"JOB_158729","tr_customer_id":158746,"tr_customer_product_id":158736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:21:19.000Z","modified_at":"2026-01-17T14:21:19.000Z","name":"Dora Heathcote","mobile_number":"366-332-4191","email_id":"Annamarie.Parisian@yahoo.com","dop":"2025-09-16","serial_number":"13318452855964","imei1":"13318452855964","imei2":"13318452855964","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:21:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158730,"job_number":"JOB_158730","tr_customer_id":158747,"tr_customer_product_id":158737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:00.000Z","modified_at":"2026-01-17T14:22:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15907174839703","imei1":"15907174839703","imei2":"15907174839703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158732,"job_number":"JOB_158732","tr_customer_id":158749,"tr_customer_product_id":158739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:02.000Z","modified_at":"2026-01-17T14:22:02.000Z","name":"Daniela Ortiz","mobile_number":"537-952-8359","email_id":"Johathan57@yahoo.com","dop":"2025-04-06","serial_number":"12250002517113234","imei1":"12250002517113234","imei2":"12250002517113234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158733,"job_number":"JOB_158733","tr_customer_id":158750,"tr_customer_product_id":158740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:26.000Z","modified_at":"2026-01-17T14:22:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19848454437255","imei1":"19848454437255","imei2":"19848454437255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158735,"job_number":"JOB_158735","tr_customer_id":158752,"tr_customer_product_id":158742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:28.000Z","modified_at":"2026-01-17T14:22:28.000Z","name":"Curt Mraz","mobile_number":"411-450-7391","email_id":"Chasity_Zieme@gmail.com","dop":"2025-04-06","serial_number":"18929365349683284","imei1":"18929365349683284","imei2":"18929365349683284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158736,"job_number":"JOB_158736","tr_customer_id":158753,"tr_customer_product_id":158743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:46.000Z","modified_at":"2026-01-17T14:22:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12757012798342","imei1":"12757012798342","imei2":"12757012798342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158738,"job_number":"JOB_158738","tr_customer_id":158755,"tr_customer_product_id":158745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:48.000Z","modified_at":"2026-01-17T14:22:48.000Z","name":"Leann Davis","mobile_number":"754-869-3737","email_id":"Roscoe_Emmerich35@yahoo.com","dop":"2025-04-06","serial_number":"13382086655036860","imei1":"13382086655036860","imei2":"13382086655036860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158739,"job_number":"JOB_158739","tr_customer_id":158756,"tr_customer_product_id":158746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:00.000Z","modified_at":"2026-01-17T14:23:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16918879298313","imei1":"16918879298313","imei2":"16918879298313","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158741,"job_number":"JOB_158741","tr_customer_id":158758,"tr_customer_product_id":158748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:02.000Z","modified_at":"2026-01-17T14:23:02.000Z","name":"Carlee Hammes","mobile_number":"500-754-2248","email_id":"Torey.Rosenbaum83@yahoo.com","dop":"2025-04-06","serial_number":"14537276977465120","imei1":"14537276977465120","imei2":"14537276977465120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158745,"job_number":"JOB_158745","tr_customer_id":158762,"tr_customer_product_id":158752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:10.000Z","modified_at":"2026-01-17T14:23:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12486151178579","imei1":"12486151178579","imei2":"12486151178579","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158747,"job_number":"JOB_158747","tr_customer_id":158764,"tr_customer_product_id":158754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:11.000Z","modified_at":"2026-01-17T14:23:11.000Z","name":"Burley Will","mobile_number":"838-557-6590","email_id":"Kareem.Welch16@hotmail.com","dop":"2025-04-06","serial_number":"11734939947857930","imei1":"11734939947857930","imei2":"11734939947857930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158751,"job_number":"JOB_158751","tr_customer_id":158768,"tr_customer_product_id":158758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:31.000Z","modified_at":"2026-01-17T14:23:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15907929802794","imei1":"15907929802794","imei2":"15907929802794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158754,"job_number":"JOB_158754","tr_customer_id":158771,"tr_customer_product_id":158761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:33.000Z","modified_at":"2026-01-17T14:23:33.000Z","name":"Rene Rutherford","mobile_number":"251-807-9780","email_id":"Aric83@yahoo.com","dop":"2025-04-06","serial_number":"16472941615727376","imei1":"16472941615727376","imei2":"16472941615727376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158757,"job_number":"JOB_158757","tr_customer_id":158774,"tr_customer_product_id":158764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:46.000Z","modified_at":"2026-01-17T14:23:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12257320382136","imei1":"12257320382136","imei2":"12257320382136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158759,"job_number":"JOB_158759","tr_customer_id":158776,"tr_customer_product_id":158766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:48.000Z","modified_at":"2026-01-17T14:23:48.000Z","name":"Hiram Hodkiewicz","mobile_number":"935-374-6827","email_id":"Reyes12@hotmail.com","dop":"2025-04-06","serial_number":"11424991411025350","imei1":"11424991411025350","imei2":"11424991411025350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158760,"job_number":"JOB_158760","tr_customer_id":158777,"tr_customer_product_id":158767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:52.000Z","modified_at":"2026-01-17T14:23:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15662172865686","imei1":"15662172865686","imei2":"15662172865686","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158762,"job_number":"JOB_158762","tr_customer_id":158779,"tr_customer_product_id":158769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:53.000Z","modified_at":"2026-01-17T14:23:53.000Z","name":"Halie Zulauf","mobile_number":"794-844-4950","email_id":"Mekhi73@hotmail.com","dop":"2025-04-06","serial_number":"18450969728955960","imei1":"18450969728955960","imei2":"18450969728955960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158764,"job_number":"JOB_158764","tr_customer_id":158781,"tr_customer_product_id":158771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:24:09.000Z","modified_at":"2026-01-17T14:24:09.000Z","name":"Gail Keebler","mobile_number":"817-637-0421","email_id":"Krystel_Kessler31@hotmail.com","dop":"2025-04-06","serial_number":"19946476378658236","imei1":"19946476378658236","imei2":"19946476378658236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:24:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158765,"job_number":"JOB_158765","tr_customer_id":158782,"tr_customer_product_id":158772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:24:30.000Z","modified_at":"2026-01-17T14:24:30.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11300854590031","imei1":"11300854590031","imei2":"11300854590031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:24:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158767,"job_number":"JOB_158767","tr_customer_id":158784,"tr_customer_product_id":158774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:24:31.000Z","modified_at":"2026-01-17T14:24:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13988669582897","imei1":"13988669582897","imei2":"13988669582897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:24:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158769,"job_number":"JOB_158769","tr_customer_id":158786,"tr_customer_product_id":158776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:24:32.000Z","modified_at":"2026-01-17T14:24:32.000Z","name":"Gregory Tremblay","mobile_number":"927-922-4456","email_id":"Nora.Conroy@gmail.com","dop":"2025-04-06","serial_number":"15601718858284190","imei1":"15601718858284190","imei2":"15601718858284190","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:24:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158770,"job_number":"JOB_158770","tr_customer_id":158787,"tr_customer_product_id":158777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:24:33.000Z","modified_at":"2026-01-17T14:24:33.000Z","name":"Shayna Corkery","mobile_number":"763-359-1093","email_id":"Nick.Feest96@yahoo.com","dop":"2025-04-06","serial_number":"14553842372321276","imei1":"14553842372321276","imei2":"14553842372321276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:24:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158772,"job_number":"JOB_158772","tr_customer_id":158789,"tr_customer_product_id":158779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:25:05.000Z","modified_at":"2026-01-17T14:25:05.000Z","name":"Sabina Considine","mobile_number":"543-459-3385","email_id":"Gerry.Gleichner14@yahoo.com","dop":"2025-04-06","serial_number":"18872442904006304","imei1":"18872442904006304","imei2":"18872442904006304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:25:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158773,"job_number":"JOB_158773","tr_customer_id":158790,"tr_customer_product_id":158780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:25:15.000Z","modified_at":"2026-01-17T14:25:15.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15358011344340","imei1":"15358011344340","imei2":"15358011344340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:25:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158775,"job_number":"JOB_158775","tr_customer_id":158792,"tr_customer_product_id":158782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:25:16.000Z","modified_at":"2026-01-17T14:25:16.000Z","name":"Queen Larkin","mobile_number":"652-759-1436","email_id":"Joe.Schaefer66@yahoo.com","dop":"2025-04-06","serial_number":"16294230477411068","imei1":"16294230477411068","imei2":"16294230477411068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:25:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158776,"job_number":"JOB_158776","tr_customer_id":158793,"tr_customer_product_id":158783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:25:59.000Z","modified_at":"2026-01-17T14:25:59.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14230940295057","imei1":"14230940295057","imei2":"14230940295057","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:25:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158778,"job_number":"JOB_158778","tr_customer_id":158795,"tr_customer_product_id":158785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:26:01.000Z","modified_at":"2026-01-17T14:26:01.000Z","name":"Noemi Treutel","mobile_number":"874-842-0663","email_id":"Isadore78@gmail.com","dop":"2025-04-06","serial_number":"14698927187194086","imei1":"14698927187194086","imei2":"14698927187194086","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158779,"job_number":"JOB_158779","tr_customer_id":158796,"tr_customer_product_id":158786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:26:26.000Z","modified_at":"2026-01-17T14:26:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12679846473838","imei1":"12679846473838","imei2":"12679846473838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158781,"job_number":"JOB_158781","tr_customer_id":158798,"tr_customer_product_id":158788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:26:27.000Z","modified_at":"2026-01-17T14:26:27.000Z","name":"Logan Carter","mobile_number":"804-714-8589","email_id":"Alia_Bayer2@hotmail.com","dop":"2025-04-06","serial_number":"16447384382198928","imei1":"16447384382198928","imei2":"16447384382198928","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:26:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158782,"job_number":"JOB_158782","tr_customer_id":158799,"tr_customer_product_id":158789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:26:56.000Z","modified_at":"2026-01-17T14:26:56.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-01-07","serial_number":"39999999999999","imei1":"39999999999999","imei2":"39999999999999","popurl":"2026-01-07T14:26:43.185531400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158783,"job_number":"JOB_158783","tr_customer_id":158800,"tr_customer_product_id":158790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:27:10.000Z","modified_at":"2026-01-17T14:27:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13821228683480","imei1":"13821228683480","imei2":"13821228683480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158785,"job_number":"JOB_158785","tr_customer_id":158802,"tr_customer_product_id":158792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:27:12.000Z","modified_at":"2026-01-17T14:27:12.000Z","name":"Eliezer Rohan","mobile_number":"540-789-5939","email_id":"Gage_Homenick54@yahoo.com","dop":"2025-04-06","serial_number":"15795343964997520","imei1":"15795343964997520","imei2":"15795343964997520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158786,"job_number":"JOB_158786","tr_customer_id":158803,"tr_customer_product_id":158793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:27:54.000Z","modified_at":"2026-01-17T14:27:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14208627594099","imei1":"14208627594099","imei2":"14208627594099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158788,"job_number":"JOB_158788","tr_customer_id":158805,"tr_customer_product_id":158795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:27:55.000Z","modified_at":"2026-01-17T14:27:55.000Z","name":"Janae Bogan","mobile_number":"832-428-5160","email_id":"Alda.Berge1@gmail.com","dop":"2025-04-06","serial_number":"11444470079967140","imei1":"11444470079967140","imei2":"11444470079967140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:27:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158790,"job_number":"JOB_158790","tr_customer_id":158807,"tr_customer_product_id":158797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:40:30.000Z","modified_at":"2026-01-17T14:40:30.000Z","name":"Judd Shields","mobile_number":"995-557-6442","email_id":"Darrin.OConnell13@gmail.com","dop":"2025-04-06","serial_number":"10954306116211638","imei1":"10954306116211638","imei2":"10954306116211638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:40:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158791,"job_number":"JOB_158791","tr_customer_id":158808,"tr_customer_product_id":158798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:41:15.000Z","modified_at":"2026-01-17T14:41:15.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"15220041826155","imei1":"15220041826155","imei2":"15220041826155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158793,"job_number":"JOB_158793","tr_customer_id":158810,"tr_customer_product_id":158800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:41:16.000Z","modified_at":"2026-01-17T14:41:16.000Z","name":"Lessie Renner","mobile_number":"642-357-3670","email_id":"Eulah.Macejkovic@gmail.com","dop":"2025-04-06","serial_number":"12361398408839692","imei1":"12361398408839692","imei2":"12361398408839692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:41:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158794,"job_number":"JOB_158794","tr_customer_id":158811,"tr_customer_product_id":158801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:41:58.000Z","modified_at":"2026-01-17T14:41:58.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"17386770159543","imei1":"17386770159543","imei2":"17386770159543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158796,"job_number":"JOB_158796","tr_customer_id":158813,"tr_customer_product_id":158803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:42:00.000Z","modified_at":"2026-01-17T14:42:00.000Z","name":"Myriam Abshire","mobile_number":"424-332-1005","email_id":"Joe_Cummerata@yahoo.com","dop":"2025-04-06","serial_number":"18576273987072096","imei1":"18576273987072096","imei2":"18576273987072096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158797,"job_number":"JOB_158797","tr_customer_id":158814,"tr_customer_product_id":158804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T15:38:14.000Z","modified_at":"2026-01-17T15:38:14.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"108969619705695","imei1":"108969619705695","imei2":"108969619705695","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T15:38:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158799,"job_number":"JOB_158799","tr_customer_id":158816,"tr_customer_product_id":158806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T15:38:26.000Z","modified_at":"2026-01-17T15:38:26.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"107085886326638","imei1":"107085886326638","imei2":"107085886326638","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T15:38:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158801,"job_number":"JOB_158801","tr_customer_id":158818,"tr_customer_product_id":158808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T15:40:42.000Z","modified_at":"2026-01-17T15:40:42.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2026-01-17","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2026-01-17T15:40:41.471Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T15:40:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158802,"job_number":"JOB_158802","tr_customer_id":158819,"tr_customer_product_id":158809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:05:06.000Z","modified_at":"2026-01-17T16:05:06.000Z","name":"Rachel Rach","mobile_number":"8983120267","email_id":"spkrishu2003@gmail.com","dop":"2025-11-10","serial_number":"35678901234699","imei1":"356789012345819","imei2":"356789012345819","popurl":"2025-11-10T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158803,"job_number":"JOB_158803","tr_customer_id":158820,"tr_customer_product_id":158810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:12:57.000Z","modified_at":"2026-01-17T16:12:57.000Z","name":"Elisha Pacocha","mobile_number":"985-455-0519","email_id":"Krystina.Greenholt95@gmail.com","dop":"2025-07-21","serial_number":"100536559568609","imei1":"100536559568609","imei2":"100536559568609","popurl":"2025-07-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:12:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158816,"job_number":"JOB_158816","tr_customer_id":158833,"tr_customer_product_id":158823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:45:28.000Z","modified_at":"2026-01-17T16:45:28.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-07","serial_number":"19920302984769","imei1":"19920302984769","imei2":"19920302984769","popurl":"2026-01-07T16:45:27.765916191Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:45:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158818,"job_number":"JOB_158818","tr_customer_id":158835,"tr_customer_product_id":158825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:47:48.000Z","modified_at":"2026-01-17T16:47:48.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2026-01-07","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2026-01-07T16:47:47.636450270Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158838,"job_number":"JOB_158838","tr_customer_id":158855,"tr_customer_product_id":158845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:35:41.000Z","modified_at":"2026-01-17T17:35:41.000Z","name":"Sydni McLaughlin","mobile_number":"285-859-2640","email_id":"Lilla_Rolfson88@gmail.com","dop":"2025-12-31","serial_number":"107829470080426","imei1":"107829470080426","imei2":"107829470080426","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158840,"job_number":"JOB_158840","tr_customer_id":158857,"tr_customer_product_id":158847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:37:27.000Z","modified_at":"2026-01-17T17:37:27.000Z","name":"Jatin Sharma","mobile_number":"8806144202","email_id":"sonawaneomprakash222@gmail.com","dop":"2026-01-17","serial_number":"22138664331392","imei1":"22138664331392","imei2":"22138664331392","popurl":"2026-01-17T17:37:24.242Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:37:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158844,"job_number":"JOB_158844","tr_customer_id":158861,"tr_customer_product_id":158851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:41:03.000Z","modified_at":"2026-01-17T17:41:03.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2026-01-07","serial_number":"5444598687484620","imei1":"5444598687484620","imei2":"5444598687484620","popurl":"2026-01-07T17:41:02.990385637Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158845,"job_number":"JOB_158845","tr_customer_id":158862,"tr_customer_product_id":158852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:41:04.000Z","modified_at":"2026-01-17T17:41:04.000Z","name":"Anandamayi Kaniyar","mobile_number":"7090650105","email_id":"chandraayan.embranthiri@gmail.com","dop":"2026-01-07","serial_number":"667494458187647","imei1":"667494458187647","imei2":"667494458187647","popurl":"www.bhasvan-joshi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:41:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158846,"job_number":"JOB_158846","tr_customer_id":158863,"tr_customer_product_id":158853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:41:12.000Z","modified_at":"2026-01-17T17:41:12.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2026-01-07","serial_number":"5450598687484124","imei1":"5450598687484124","imei2":"5450598687484124","popurl":"2026-01-07T17:41:11.492836474Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:41:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158847,"job_number":"JOB_158847","tr_customer_id":158864,"tr_customer_product_id":158854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:41:21.000Z","modified_at":"2026-01-17T17:41:21.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2026-01-07","serial_number":"5449698687484024","imei1":"5449698687484024","imei2":"5449698687484024","popurl":"2026-01-07T17:41:20.422666856Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158848,"job_number":"JOB_158848","tr_customer_id":158865,"tr_customer_product_id":158855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:43:17.000Z","modified_at":"2026-01-17T17:43:17.000Z","name":"Kaus Das","mobile_number":"7686923755","email_id":"kstvds@gmail.com","dop":"2026-01-07","serial_number":"96548404198211","imei1":"96548404198211","imei2":"96548404198211","popurl":"2026-01-07T17:43:17.424061663Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158849,"job_number":"JOB_158849","tr_customer_id":158866,"tr_customer_product_id":158856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:44:59.000Z","modified_at":"2026-01-17T17:44:59.000Z","name":"Magali Medhurst","mobile_number":"945-636-9842","email_id":"Ruby_Rodriguez97@gmail.com","dop":"2025-12-31","serial_number":"107864519160931","imei1":"107864519160931","imei2":"107864519160931","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:44:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158850,"job_number":"JOB_158850","tr_customer_id":158867,"tr_customer_product_id":158857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:48:00.000Z","modified_at":"2026-01-17T17:48:00.000Z","name":"Tomas Torphy","mobile_number":"448-472-4310","email_id":"Emmalee_Prohaska@gmail.com","dop":"2025-12-31","serial_number":"106983881415341","imei1":"106983881415341","imei2":"106983881415341","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158851,"job_number":"JOB_158851","tr_customer_id":158868,"tr_customer_product_id":158858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:54:38.000Z","modified_at":"2026-01-17T17:54:38.000Z","name":"Rounit Sharma","mobile_number":"7000298282","email_id":"rounitsharma@gmail.com","dop":"2026-01-07","serial_number":"66269747447007","imei1":"66269747447007","imei2":"66269747447007","popurl":"2026-01-07T17:54:37.201416341Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158853,"job_number":"JOB_158853","tr_customer_id":158870,"tr_customer_product_id":158860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:55:55.000Z","modified_at":"2026-01-17T17:55:55.000Z","name":"Clay Wuckert","mobile_number":"201-942-5666","email_id":"Camilla65@hotmail.com","dop":"2025-12-31","serial_number":"100546821712279","imei1":"100546821712279","imei2":"100546821712279","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158854,"job_number":"JOB_158854","tr_customer_id":158871,"tr_customer_product_id":158861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:56:09.000Z","modified_at":"2026-01-17T17:56:09.000Z","name":"Rosanna Jakubowski","mobile_number":"307-790-2919","email_id":"Zelma_Bednar@gmail.com","dop":"2025-12-31","serial_number":"100897519233261","imei1":"100897519233261","imei2":"100897519233261","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158855,"job_number":"JOB_158855","tr_customer_id":158872,"tr_customer_product_id":158862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:57:15.000Z","modified_at":"2026-01-17T17:57:15.000Z","name":"Axel Zemlak","mobile_number":"900-546-5320","email_id":"Gavin_Rempel@hotmail.com","dop":"2025-12-31","serial_number":"105548325115767","imei1":"105548325115767","imei2":"105548325115767","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158856,"job_number":"JOB_158856","tr_customer_id":158873,"tr_customer_product_id":158863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:58:36.000Z","modified_at":"2026-01-17T17:58:36.000Z","name":"Walton Graham","mobile_number":"883-622-9226","email_id":"Hiram71@hotmail.com","dop":"2025-12-31","serial_number":"101113110502636","imei1":"101113110502636","imei2":"101113110502636","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:58:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158860,"job_number":"JOB_158860","tr_customer_id":158877,"tr_customer_product_id":158867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:07:23.000Z","modified_at":"2026-01-17T18:07:23.000Z","name":"Jazmyn Kuhn","mobile_number":"855-841-3078","email_id":"Gay70@gmail.com","dop":"2025-12-31","serial_number":"109254707888755","imei1":"109254707888755","imei2":"109254707888755","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:07:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158864,"job_number":"JOB_158864","tr_customer_id":158881,"tr_customer_product_id":158871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:17:31.000Z","modified_at":"2026-01-17T18:17:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12460413964459","imei1":"12460413964459","imei2":"12460413964459","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158866,"job_number":"JOB_158866","tr_customer_id":158883,"tr_customer_product_id":158873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:17:33.000Z","modified_at":"2026-01-17T18:17:33.000Z","name":"Josiah Parker","mobile_number":"896-613-9500","email_id":"Meta.Effertz@yahoo.com","dop":"2025-04-06","serial_number":"11441597202623780","imei1":"11441597202623780","imei2":"11441597202623780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:17:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158867,"job_number":"JOB_158867","tr_customer_id":158884,"tr_customer_product_id":158874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:18:14.000Z","modified_at":"2026-01-17T18:18:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15624402980079","imei1":"15624402980079","imei2":"15624402980079","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:18:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158869,"job_number":"JOB_158869","tr_customer_id":158886,"tr_customer_product_id":158876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:18:15.000Z","modified_at":"2026-01-17T18:18:15.000Z","name":"Guillermo Wisozk","mobile_number":"382-870-9965","email_id":"Maye.Emmerich93@hotmail.com","dop":"2025-04-06","serial_number":"10526192118383702","imei1":"10526192118383702","imei2":"10526192118383702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:18:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158870,"job_number":"JOB_158870","tr_customer_id":158887,"tr_customer_product_id":158877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:18:56.000Z","modified_at":"2026-01-17T18:18:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12323914585832","imei1":"12323914585832","imei2":"12323914585832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158872,"job_number":"JOB_158872","tr_customer_id":158889,"tr_customer_product_id":158879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:18:57.000Z","modified_at":"2026-01-17T18:18:57.000Z","name":"Walton O'Connell","mobile_number":"532-496-0095","email_id":"Keanu.Kulas34@yahoo.com","dop":"2025-04-06","serial_number":"17564160745905328","imei1":"17564160745905328","imei2":"17564160745905328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:18:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158877,"job_number":"JOB_158877","tr_customer_id":158894,"tr_customer_product_id":158884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:33:43.000Z","modified_at":"2026-01-17T18:33:43.000Z","name":"Nadia Cormier","mobile_number":"331-562-6520","email_id":"Maximo.Jakubowski@gmail.com","dop":"2025-12-31","serial_number":"102874650844872","imei1":"102874650844872","imei2":"102874650844872","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158878,"job_number":"JOB_158878","tr_customer_id":158895,"tr_customer_product_id":158885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:48:41.000Z","modified_at":"2026-01-17T18:48:41.000Z","name":"karthik D","mobile_number":"0987654321","email_id":"krthiksantosh@gmail.com","dop":"2026-01-07","serial_number":"87061348153532","imei1":"87061348153532","imei2":"87061348153532","popurl":"2026-01-07T18:48:41.020980882Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158879,"job_number":"JOB_158879","tr_customer_id":158896,"tr_customer_product_id":158886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:50:13.000Z","modified_at":"2026-01-17T18:50:13.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-07","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2026-01-07T18:50:13.216365870Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158880,"job_number":"JOB_158880","tr_customer_id":158897,"tr_customer_product_id":158887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:50:14.000Z","modified_at":"2026-01-17T18:50:14.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-07","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2026-01-07T18:50:13.780046206Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158881,"job_number":"JOB_158881","tr_customer_id":158898,"tr_customer_product_id":158888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:50:25.000Z","modified_at":"2026-01-17T18:50:25.000Z","name":"Anant Kinlekar","mobile_number":"7995924124","email_id":"anantkinlekar18@gmail.com","dop":"2026-01-16","serial_number":"23842930780876","imei1":"23842930780876","imei2":"23842930780876","popurl":"2026-01-16T18:50:25.495403419Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158882,"job_number":"JOB_158882","tr_customer_id":158899,"tr_customer_product_id":158889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:51:09.000Z","modified_at":"2026-01-17T18:51:09.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-07","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-07T18:51:09.480672557Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:51:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158883,"job_number":"JOB_158883","tr_customer_id":158900,"tr_customer_product_id":158890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:51:20.000Z","modified_at":"2026-01-17T18:51:20.000Z","name":"Gobinda Gandhi","mobile_number":"7056695810","email_id":"ekaaksh.shukla@gmail.com","dop":"2026-01-07","serial_number":"302489237354633","imei1":"302489237354633","imei2":"302489237354633","popurl":"www.anil-dutta.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158884,"job_number":"JOB_158884","tr_customer_id":158901,"tr_customer_product_id":158891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:51:28.000Z","modified_at":"2026-01-17T18:51:28.000Z","name":"rahul ssharma","mobile_number":"123456789012","email_id":"rahul@yopmail.com","dop":"2026-01-12","serial_number":"SN243422733055","imei1":"356789072245378","imei2":"333785579225679","popurl":"2026-01-12T18:51:27.897654996Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158885,"job_number":"JOB_158885","tr_customer_id":158902,"tr_customer_product_id":158892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:56:10.000Z","modified_at":"2026-01-17T18:56:10.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"12345678901234","imei1":"12345678901234","imei2":"12345678901234","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158887,"job_number":"JOB_158887","tr_customer_id":158904,"tr_customer_product_id":158894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:01:52.000Z","modified_at":"2026-01-17T19:01:52.000Z","name":"Dereck Sauer","mobile_number":"413-702-0845","email_id":"Alexandrea.Stroman22@gmail.com","dop":"2025-04-13","serial_number":"1018010739317995","imei1":"1018010739317995","imei2":"1018010739317995","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:01:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158888,"job_number":"JOB_158888","tr_customer_id":158905,"tr_customer_product_id":158895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:04:04.000Z","modified_at":"2026-01-17T19:04:04.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"12345678901234","imei1":"445454545454545","imei2":"878787878787878","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:04:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158890,"job_number":"JOB_158890","tr_customer_id":158907,"tr_customer_product_id":158897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:07:38.000Z","modified_at":"2026-01-17T19:07:38.000Z","name":"Abe Collins","mobile_number":"604-373-0274","email_id":"Rosemarie_Deckow80@yahoo.com","dop":"2025-04-13","serial_number":"1039132638657543","imei1":"1039132638657543","imei2":"1039132638657543","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:07:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158892,"job_number":"JOB_158892","tr_customer_id":158909,"tr_customer_product_id":158899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:24:08.000Z","modified_at":"2026-01-17T19:24:08.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"18556613932791","imei1":"18556613932791","imei2":"18556613932791","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:24:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158894,"job_number":"JOB_158894","tr_customer_id":158911,"tr_customer_product_id":158901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:27:12.000Z","modified_at":"2026-01-17T19:27:12.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"23481924202418","imei1":"23481924202418","imei2":"23481924202418","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158895,"job_number":"JOB_158895","tr_customer_id":158912,"tr_customer_product_id":158902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:36:49.000Z","modified_at":"2026-01-17T19:36:49.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2026-01-07","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2026-01-07T19:36:49.080803022Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:36:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158896,"job_number":"JOB_158896","tr_customer_id":158913,"tr_customer_product_id":158903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:22:09.000Z","modified_at":"2026-01-17T20:22:09.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"79352333685862","imei1":"79352333685862","imei2":"79352333685862","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:22:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158897,"job_number":"JOB_158897","tr_customer_id":158914,"tr_customer_product_id":158904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:27:40.000Z","modified_at":"2026-01-17T20:27:40.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"54255422144910","imei1":"54255422144910","imei2":"54255422144910","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158898,"job_number":"JOB_158898","tr_customer_id":158915,"tr_customer_product_id":158905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:29:12.000Z","modified_at":"2026-01-17T20:29:12.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"38214084920646","imei1":"38214084920646","imei2":"38214084920646","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:29:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158899,"job_number":"JOB_158899","tr_customer_id":158916,"tr_customer_product_id":158906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:42:51.000Z","modified_at":"2026-01-17T20:42:51.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"61144839786044","imei1":"61144839786044","imei2":"61144839786044","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158900,"job_number":"JOB_158900","tr_customer_id":158917,"tr_customer_product_id":158907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:52:36.000Z","modified_at":"2026-01-17T20:52:36.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"59537308514025","imei1":"59537308514025","imei2":"59537308514025","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:52:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158901,"job_number":"JOB_158901","tr_customer_id":158918,"tr_customer_product_id":158908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:54:15.000Z","modified_at":"2026-01-17T20:54:15.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"13131561780689","imei1":"13131561780689","imei2":"13131561780689","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158902,"job_number":"JOB_158902","tr_customer_id":158919,"tr_customer_product_id":158909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:56:37.000Z","modified_at":"2026-01-17T20:56:37.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"59441625477344","imei1":"59441625477344","imei2":"59441625477344","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:56:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158904,"job_number":"JOB_158904","tr_customer_id":158921,"tr_customer_product_id":158911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:04:43.000Z","modified_at":"2026-01-17T21:04:43.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"56827355984425","imei1":"56827355984425","imei2":"56827355984425","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:04:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158906,"job_number":"JOB_158906","tr_customer_id":158923,"tr_customer_product_id":158913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:37:04.000Z","modified_at":"2026-01-17T21:37:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11221658789255","imei1":"11221658789255","imei2":"11221658789255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158908,"job_number":"JOB_158908","tr_customer_id":158925,"tr_customer_product_id":158915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:37:06.000Z","modified_at":"2026-01-17T21:37:06.000Z","name":"Kay Homenick","mobile_number":"779-716-4828","email_id":"Natasha_Grant@yahoo.com","dop":"2025-04-06","serial_number":"15925953190833172","imei1":"15925953190833172","imei2":"15925953190833172","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:37:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158909,"job_number":"JOB_158909","tr_customer_id":158926,"tr_customer_product_id":158916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:37:46.000Z","modified_at":"2026-01-17T21:37:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10360640839954","imei1":"10360640839954","imei2":"10360640839954","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158911,"job_number":"JOB_158911","tr_customer_id":158928,"tr_customer_product_id":158918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:37:47.000Z","modified_at":"2026-01-17T21:37:47.000Z","name":"Lelah Legros","mobile_number":"521-333-1969","email_id":"Karolann.Fadel@gmail.com","dop":"2025-04-06","serial_number":"19741420902928084","imei1":"19741420902928084","imei2":"19741420902928084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158912,"job_number":"JOB_158912","tr_customer_id":158929,"tr_customer_product_id":158919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:38:27.000Z","modified_at":"2026-01-17T21:38:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10341473024002","imei1":"10341473024002","imei2":"10341473024002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:38:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158914,"job_number":"JOB_158914","tr_customer_id":158931,"tr_customer_product_id":158921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:38:29.000Z","modified_at":"2026-01-17T21:38:29.000Z","name":"Ralph Will","mobile_number":"765-362-0115","email_id":"Piper.Nader24@yahoo.com","dop":"2025-04-06","serial_number":"15884554648619132","imei1":"15884554648619132","imei2":"15884554648619132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:38:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158915,"job_number":"JOB_158915","tr_customer_id":158932,"tr_customer_product_id":158922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T23:37:31.000Z","modified_at":"2026-01-17T23:37:31.000Z","name":"Inder Gowda","mobile_number":"7022291421","email_id":"shivakari.kaniyar@hotmail.com","dop":"2026-01-07","serial_number":"700604956735204","imei1":"700604956735204","imei2":"700604956735204","popurl":"www.lai-banerjee.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T23:37:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158916,"job_number":"JOB_158916","tr_customer_id":158933,"tr_customer_product_id":158923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:00:48.000Z","modified_at":"2026-01-18T02:00:48.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-01-08","serial_number":"29999999999999","imei1":"29999999999999","imei2":"29999999999999","popurl":"2026-01-08T02:00:40.251667Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158917,"job_number":"JOB_158917","tr_customer_id":158934,"tr_customer_product_id":158924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:33:55.000Z","modified_at":"2026-01-18T02:33:55.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-01-08","serial_number":"19999999999999","imei1":"19999999999999","imei2":"19999999999999","popurl":"2026-01-08T02:33:42.441168200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:33:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158918,"job_number":"JOB_158918","tr_customer_id":158935,"tr_customer_product_id":158925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:41:53.000Z","modified_at":"2026-01-18T02:41:53.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19129912921717","imei2":"19129912921717","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158923,"job_number":"JOB_158923","tr_customer_id":158940,"tr_customer_product_id":158930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:05:39.000Z","modified_at":"2026-01-18T03:05:39.000Z","name":"Ramesh Kaginakar","mobile_number":"1234567890","email_id":"abc@gmail.com","dop":"2025-12-10","serial_number":"12345678901234","imei1":"12345678904321","imei2":"12345678904321","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:05:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158927,"job_number":"JOB_158927","tr_customer_id":158944,"tr_customer_product_id":158934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:19:29.000Z","modified_at":"2026-01-18T03:19:29.000Z","name":"Keely McClure","mobile_number":"713-588-6401","email_id":"Robb26@gmail.com","dop":"2025-04-06","serial_number":"11137628988002394","imei1":"11137628988002394","imei2":"11137628988002394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:19:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158929,"job_number":"JOB_158929","tr_customer_id":158946,"tr_customer_product_id":158936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:20:09.000Z","modified_at":"2026-01-18T03:20:09.000Z","name":"Herman Dibbert","mobile_number":"982-464-6653","email_id":"Rebeca_Stroman57@hotmail.com","dop":"2025-04-06","serial_number":"19297471529311456","imei1":"19297471529311456","imei2":"19297471529311456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:20:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158931,"job_number":"JOB_158931","tr_customer_id":158948,"tr_customer_product_id":158938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:20:48.000Z","modified_at":"2026-01-18T03:20:48.000Z","name":"George Hammes","mobile_number":"907-586-1027","email_id":"Cesar30@hotmail.com","dop":"2025-04-06","serial_number":"11361496884842766","imei1":"11361496884842766","imei2":"11361496884842766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158936,"job_number":"JOB_158936","tr_customer_id":158953,"tr_customer_product_id":158943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:52.000Z","modified_at":"2026-01-18T03:29:52.000Z","name":"Joe Hessel","mobile_number":"458-269-8906","email_id":"Adella.Lemke41@gmail.com","dop":"2025-04-06","serial_number":"12635739580037282","imei1":"12635739580037282","imei2":"12635739580037282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:29:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158938,"job_number":"JOB_158938","tr_customer_id":158955,"tr_customer_product_id":158945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:31:52.000Z","modified_at":"2026-01-18T03:31:52.000Z","name":"Abdul McGlynn","mobile_number":"656-767-9004","email_id":"Haylie.Gutmann@gmail.com","dop":"2025-04-06","serial_number":"17165963744461898","imei1":"17165963744461898","imei2":"17165963744461898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158940,"job_number":"JOB_158940","tr_customer_id":158957,"tr_customer_product_id":158947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:32:33.000Z","modified_at":"2026-01-18T03:32:33.000Z","name":"Anthony Raynor","mobile_number":"310-969-3183","email_id":"Adolphus63@yahoo.com","dop":"2025-04-06","serial_number":"11063265594084526","imei1":"11063265594084526","imei2":"11063265594084526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:32:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158942,"job_number":"JOB_158942","tr_customer_id":158959,"tr_customer_product_id":158949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:33:13.000Z","modified_at":"2026-01-18T03:33:13.000Z","name":"Trisha Jenkins","mobile_number":"338-952-8303","email_id":"Kenny7@hotmail.com","dop":"2025-04-06","serial_number":"14815744507965088","imei1":"14815744507965088","imei2":"14815744507965088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158945,"job_number":"JOB_158945","tr_customer_id":158962,"tr_customer_product_id":158952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:38.000Z","modified_at":"2026-01-18T03:54:38.000Z","name":"Leo Roberts","mobile_number":"427-909-4416","email_id":"Hollie_Lesch59@hotmail.com","dop":"2025-04-06","serial_number":"14843669307024184","imei1":"14843669307024184","imei2":"14843669307024184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158946,"job_number":"JOB_158946","tr_customer_id":158963,"tr_customer_product_id":158953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:43.000Z","modified_at":"2026-01-18T03:54:43.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19467896628386","imei1":"19467896628386","imei2":"19467896628386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158948,"job_number":"JOB_158948","tr_customer_id":158965,"tr_customer_product_id":158955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:45.000Z","modified_at":"2026-01-18T03:54:45.000Z","name":"Raphaelle Jakubowski","mobile_number":"369-281-4565","email_id":"Norval_OConnell@yahoo.com","dop":"2025-04-06","serial_number":"19521574363139290","imei1":"19521574363139290","imei2":"19521574363139290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158949,"job_number":"JOB_158949","tr_customer_id":158966,"tr_customer_product_id":158956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:48.000Z","modified_at":"2026-01-18T03:54:48.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10214544928347","imei1":"10214544928347","imei2":"10214544928347","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158952,"job_number":"JOB_158952","tr_customer_id":158969,"tr_customer_product_id":158959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:49.000Z","modified_at":"2026-01-18T03:54:49.000Z","name":"Jamar Sawayn","mobile_number":"336-812-0351","email_id":"Letha30@yahoo.com","dop":"2025-06-18","serial_number":"1065809770831836","imei1":"1065809770831836","imei2":"1065809770831836","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158954,"job_number":"JOB_158954","tr_customer_id":158971,"tr_customer_product_id":158961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:50.000Z","modified_at":"2026-01-18T03:54:50.000Z","name":"Lelia Heathcote","mobile_number":"684-439-7088","email_id":"Rodger_Mann2@yahoo.com","dop":"2025-04-06","serial_number":"12902963426862238","imei1":"12902963426862238","imei2":"12902963426862238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158956,"job_number":"JOB_158956","tr_customer_id":158973,"tr_customer_product_id":158963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:55.000Z","modified_at":"2026-01-18T03:54:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12941198745591","imei1":"12941198745591","imei2":"12941198745591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158958,"job_number":"JOB_158958","tr_customer_id":158975,"tr_customer_product_id":158965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:56.000Z","modified_at":"2026-01-18T03:54:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15813258484257","imei1":"15813258484257","imei2":"15813258484257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158959,"job_number":"JOB_158959","tr_customer_id":158976,"tr_customer_product_id":158966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:56.000Z","modified_at":"2026-01-18T03:54:56.000Z","name":"Tre Herman","mobile_number":"750-543-4835","email_id":"Jaylin.Altenwerth@gmail.com","dop":"2025-04-06","serial_number":"15870756819729366","imei1":"15870756819729366","imei2":"15870756819729366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158962,"job_number":"JOB_158962","tr_customer_id":158979,"tr_customer_product_id":158969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:58.000Z","modified_at":"2026-01-18T03:54:58.000Z","name":"Julianne Rice","mobile_number":"365-250-5337","email_id":"Fiona29@gmail.com","dop":"2025-04-06","serial_number":"10262880116894436","imei1":"10262880116894436","imei2":"10262880116894436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158963,"job_number":"JOB_158963","tr_customer_id":158980,"tr_customer_product_id":158970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:58.000Z","modified_at":"2026-01-18T03:54:58.000Z","name":"Madison Littel","mobile_number":"856-908-8463","email_id":"Roxane_Johns@gmail.com","dop":"2025-04-06","serial_number":"16505961427935728","imei1":"16505961427935728","imei2":"16505961427935728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158964,"job_number":"JOB_158964","tr_customer_id":158981,"tr_customer_product_id":158971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:04.000Z","modified_at":"2026-01-18T03:55:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12982843008180","imei1":"12982843008180","imei2":"12982843008180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158966,"job_number":"JOB_158966","tr_customer_id":158983,"tr_customer_product_id":158973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:06.000Z","modified_at":"2026-01-18T03:55:06.000Z","name":"Karley Waters","mobile_number":"824-557-6543","email_id":"Ansley.McCullough81@hotmail.com","dop":"2025-04-06","serial_number":"17452596135726440","imei1":"17452596135726440","imei2":"17452596135726440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158968,"job_number":"JOB_158968","tr_customer_id":158985,"tr_customer_product_id":158975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:09.000Z","modified_at":"2026-01-18T03:55:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15647707394584","imei1":"15647707394584","imei2":"15647707394584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158969,"job_number":"JOB_158969","tr_customer_id":158986,"tr_customer_product_id":158976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:09.000Z","modified_at":"2026-01-18T03:55:09.000Z","name":"Lora Windler","mobile_number":"553-513-0940","email_id":"Newton80@yahoo.com","dop":"2025-04-06","serial_number":"19480817933707828","imei1":"19480817933707828","imei2":"19480817933707828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158971,"job_number":"JOB_158971","tr_customer_id":158988,"tr_customer_product_id":158978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:11.000Z","modified_at":"2026-01-18T03:55:11.000Z","name":"Chasity Boyle","mobile_number":"756-574-8585","email_id":"Devonte.Nicolas81@yahoo.com","dop":"2025-04-06","serial_number":"16484302338758824","imei1":"16484302338758824","imei2":"16484302338758824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158973,"job_number":"JOB_158973","tr_customer_id":158990,"tr_customer_product_id":158980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:18.000Z","modified_at":"2026-01-18T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19562063164321","imei1":"19562063164321","imei2":"19562063164321","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158975,"job_number":"JOB_158975","tr_customer_id":158992,"tr_customer_product_id":158982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:19.000Z","modified_at":"2026-01-18T03:55:19.000Z","name":"Brenden Bode","mobile_number":"452-649-9554","email_id":"Vito.Nader@gmail.com","dop":"2025-04-06","serial_number":"15023106193194922","imei1":"15023106193194922","imei2":"15023106193194922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158976,"job_number":"JOB_158976","tr_customer_id":158993,"tr_customer_product_id":158983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:26.000Z","modified_at":"2026-01-18T03:55:26.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15933689174517","imei1":"15933689174517","imei2":"15933689174517","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158977,"job_number":"JOB_158977","tr_customer_id":158994,"tr_customer_product_id":158984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:26.000Z","modified_at":"2026-01-18T03:55:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10202317918806","imei1":"10202317918806","imei2":"10202317918806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158978,"job_number":"JOB_158978","tr_customer_id":158995,"tr_customer_product_id":158985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:26.000Z","modified_at":"2026-01-18T03:55:26.000Z","name":"Gretchen Predovic","mobile_number":"802-810-1082","email_id":"Isabella3@gmail.com","dop":"2025-09-16","serial_number":"11492863918657","imei1":"11492863918657","imei2":"11492863918657","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158980,"job_number":"JOB_158980","tr_customer_id":158997,"tr_customer_product_id":158987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:27.000Z","modified_at":"2026-01-18T03:55:27.000Z","name":"Crystel Torphy","mobile_number":"691-560-0227","email_id":"Eleazar84@yahoo.com","dop":"2025-04-06","serial_number":"11303065096421912","imei1":"11303065096421912","imei2":"11303065096421912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158982,"job_number":"JOB_158982","tr_customer_id":158999,"tr_customer_product_id":158989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:31.000Z","modified_at":"2026-01-18T03:55:31.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10819982152359","imei1":"10819982152359","imei2":"10819982152359","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158983,"job_number":"JOB_158983","tr_customer_id":159000,"tr_customer_product_id":158990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:31.000Z","modified_at":"2026-01-18T03:55:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18896905771448","imei1":"18896905771448","imei2":"18896905771448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158986,"job_number":"JOB_158986","tr_customer_id":159003,"tr_customer_product_id":158993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:32.000Z","modified_at":"2026-01-18T03:55:32.000Z","name":"Jalon West","mobile_number":"723-382-9398","email_id":"Jadon35@gmail.com","dop":"2025-06-18","serial_number":"1028285053662513","imei1":"1028285053662513","imei2":"1028285053662513","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158987,"job_number":"JOB_158987","tr_customer_id":159004,"tr_customer_product_id":158994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:33.000Z","modified_at":"2026-01-18T03:55:33.000Z","name":"Izaiah Connelly","mobile_number":"768-354-9653","email_id":"Patsy_Kuphal@gmail.com","dop":"2025-04-06","serial_number":"11630098966251164","imei1":"11630098966251164","imei2":"11630098966251164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158988,"job_number":"JOB_158988","tr_customer_id":159005,"tr_customer_product_id":158995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:37.000Z","modified_at":"2026-01-18T03:55:37.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10681521250943","imei1":"10681521250943","imei2":"10681521250943","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158989,"job_number":"JOB_158989","tr_customer_id":159006,"tr_customer_product_id":158996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:37.000Z","modified_at":"2026-01-18T03:55:37.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16893023065587","imei1":"16893023065587","imei2":"16893023065587","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158992,"job_number":"JOB_158992","tr_customer_id":159009,"tr_customer_product_id":158999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:38.000Z","modified_at":"2026-01-18T03:55:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12017734977634","imei1":"12017734977634","imei2":"12017734977634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158994,"job_number":"JOB_158994","tr_customer_id":159011,"tr_customer_product_id":159001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"Jennyfer Gorczany","mobile_number":"535-543-7055","email_id":"Prudence.Kunde91@hotmail.com","dop":"2000-01-31","serial_number":"1057844716225154","imei1":"1057844716225154","imei2":"1057844716225154","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158995,"job_number":"JOB_158995","tr_customer_id":159012,"tr_customer_product_id":159002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"Eleazar Bahringer","mobile_number":"366-679-0783","email_id":"Rossie_Marquardt75@hotmail.com","dop":"2025-04-06","serial_number":"18869410839404170","imei1":"18869410839404170","imei2":"18869410839404170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158997,"job_number":"JOB_158997","tr_customer_id":159014,"tr_customer_product_id":159004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14783569223357","imei1":"14783569223357","imei2":"14783569223357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158998,"job_number":"JOB_158998","tr_customer_id":159015,"tr_customer_product_id":159005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14713386190208","imei1":"14713386190208","imei2":"14713386190208","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159000,"job_number":"JOB_159000","tr_customer_id":159017,"tr_customer_product_id":159007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:40.000Z","modified_at":"2026-01-18T03:55:40.000Z","name":"Holly McCullough","mobile_number":"287-399-4716","email_id":"Philip.Predovic@hotmail.com","dop":"2025-04-06","serial_number":"14214903449128246","imei1":"14214903449128246","imei2":"14214903449128246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159003,"job_number":"JOB_159003","tr_customer_id":159020,"tr_customer_product_id":159010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:41.000Z","modified_at":"2026-01-18T03:55:41.000Z","name":"Fannie Gerlach","mobile_number":"622-417-3175","email_id":"Assunta.Gibson@gmail.com","dop":"2025-04-06","serial_number":"11678772436690096","imei1":"11678772436690096","imei2":"11678772436690096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159004,"job_number":"JOB_159004","tr_customer_id":159021,"tr_customer_product_id":159011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:41.000Z","modified_at":"2026-01-18T03:55:41.000Z","name":"Darian Bernhard","mobile_number":"315-893-0028","email_id":"Shakira.Gottlieb@yahoo.com","dop":"2025-04-06","serial_number":"11900177431020654","imei1":"11900177431020654","imei2":"11900177431020654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159005,"job_number":"JOB_159005","tr_customer_id":159022,"tr_customer_product_id":159012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:42.000Z","modified_at":"2026-01-18T03:55:42.000Z","name":"Mylene Huel","mobile_number":"893-426-0425","email_id":"Kyla_Dicki2@yahoo.com","dop":"2025-04-06","serial_number":"15161267425462172","imei1":"15161267425462172","imei2":"15161267425462172","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159006,"job_number":"JOB_159006","tr_customer_id":159023,"tr_customer_product_id":159013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:44.000Z","modified_at":"2026-01-18T03:55:44.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"16508946544604","imei1":"16508946544604","imei2":"16508946544604","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159007,"job_number":"JOB_159007","tr_customer_id":159024,"tr_customer_product_id":159014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:45.000Z","modified_at":"2026-01-18T03:55:45.000Z","name":"Aubree Buckridge","mobile_number":"380-656-6822","email_id":"Desiree60@yahoo.com","dop":"2025-09-16","serial_number":"19132359283120","imei1":"19132359283120","imei2":"19132359283120","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159008,"job_number":"JOB_159008","tr_customer_id":159025,"tr_customer_product_id":159015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:47.000Z","modified_at":"2026-01-18T03:55:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16056272428869","imei1":"16056272428869","imei2":"16056272428869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159010,"job_number":"JOB_159010","tr_customer_id":159027,"tr_customer_product_id":159017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:48.000Z","modified_at":"2026-01-18T03:55:48.000Z","name":"Mabelle Homenick","mobile_number":"583-467-8699","email_id":"Makayla66@gmail.com","dop":"2025-04-06","serial_number":"10276156837697780","imei1":"10276156837697780","imei2":"10276156837697780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159012,"job_number":"JOB_159012","tr_customer_id":159029,"tr_customer_product_id":159019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:51.000Z","modified_at":"2026-01-18T03:55:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14819228525478","imei1":"14819228525478","imei2":"14819228525478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159017,"job_number":"JOB_159017","tr_customer_id":159034,"tr_customer_product_id":159024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:53.000Z","modified_at":"2026-01-18T03:55:53.000Z","name":"Ayla Hartmann","mobile_number":"325-323-1251","email_id":"Judd71@hotmail.com","dop":"2025-04-06","serial_number":"12725804605654084","imei1":"12725804605654084","imei2":"12725804605654084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159019,"job_number":"JOB_159019","tr_customer_id":159036,"tr_customer_product_id":159026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:56.000Z","modified_at":"2026-01-18T03:55:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16204717254730","imei1":"16204717254730","imei2":"16204717254730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159021,"job_number":"JOB_159021","tr_customer_id":159038,"tr_customer_product_id":159028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:57.000Z","modified_at":"2026-01-18T03:55:57.000Z","name":"Gage O'Reilly","mobile_number":"486-722-9533","email_id":"Estelle_Gulgowski@hotmail.com","dop":"2025-04-06","serial_number":"19022593321130664","imei1":"19022593321130664","imei2":"19022593321130664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159022,"job_number":"JOB_159022","tr_customer_id":159039,"tr_customer_product_id":159029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:00.000Z","modified_at":"2026-01-18T03:56:00.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16181220054794","imei1":"16181220054794","imei2":"16181220054794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159025,"job_number":"JOB_159025","tr_customer_id":159042,"tr_customer_product_id":159032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:02.000Z","modified_at":"2026-01-18T03:56:02.000Z","name":"Gregorio Powlowski","mobile_number":"773-203-0079","email_id":"Dee_Robel@yahoo.com","dop":"2025-04-06","serial_number":"13917303328041124","imei1":"13917303328041124","imei2":"13917303328041124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159028,"job_number":"JOB_159028","tr_customer_id":159045,"tr_customer_product_id":159035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:03.000Z","modified_at":"2026-01-18T03:56:03.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13079418795528","imei1":"13079418795528","imei2":"13079418795528","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159029,"job_number":"JOB_159029","tr_customer_id":159046,"tr_customer_product_id":159036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:04.000Z","modified_at":"2026-01-18T03:56:04.000Z","name":"Darrion Larkin","mobile_number":"327-462-5230","email_id":"Cedrick80@yahoo.com","dop":"2025-09-16","serial_number":"16714415971446","imei1":"16714415971446","imei2":"16714415971446","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159034,"job_number":"JOB_159034","tr_customer_id":159051,"tr_customer_product_id":159041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:06.000Z","modified_at":"2026-01-18T03:56:06.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17940480609878","imei1":"17940480609878","imei2":"17940480609878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159036,"job_number":"JOB_159036","tr_customer_id":159053,"tr_customer_product_id":159043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:08.000Z","modified_at":"2026-01-18T03:56:08.000Z","name":"Robin Will","mobile_number":"368-861-3238","email_id":"Lysanne.Trantow@hotmail.com","dop":"2025-04-06","serial_number":"10701379597396918","imei1":"10701379597396918","imei2":"10701379597396918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159037,"job_number":"JOB_159037","tr_customer_id":159054,"tr_customer_product_id":159044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:08.000Z","modified_at":"2026-01-18T03:56:08.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"14292195329234","imei1":"14292195329234","imei2":"14292195329234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159042,"job_number":"JOB_159042","tr_customer_id":159059,"tr_customer_product_id":159049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:10.000Z","modified_at":"2026-01-18T03:56:10.000Z","name":"Dimitri Rodriguez","mobile_number":"821-542-3569","email_id":"Candelario.Prosacco46@gmail.com","dop":"2025-04-06","serial_number":"14221331446654184","imei1":"14221331446654184","imei2":"14221331446654184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159043,"job_number":"JOB_159043","tr_customer_id":159060,"tr_customer_product_id":159050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:11.000Z","modified_at":"2026-01-18T03:56:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16121955432354","imei1":"16121955432354","imei2":"16121955432354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159045,"job_number":"JOB_159045","tr_customer_id":159062,"tr_customer_product_id":159052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:13.000Z","modified_at":"2026-01-18T03:56:13.000Z","name":"Elnora Yost","mobile_number":"706-461-3350","email_id":"Willie.Schinner@hotmail.com","dop":"2025-04-06","serial_number":"15498950935864736","imei1":"15498950935864736","imei2":"15498950935864736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159046,"job_number":"JOB_159046","tr_customer_id":159063,"tr_customer_product_id":159053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:14.000Z","modified_at":"2026-01-18T03:56:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11530019276181","imei1":"11530019276181","imei2":"11530019276181","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159048,"job_number":"JOB_159048","tr_customer_id":159065,"tr_customer_product_id":159055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:16.000Z","modified_at":"2026-01-18T03:56:16.000Z","name":"Hassan Steuber","mobile_number":"941-982-9170","email_id":"Angeline.Gutkowski@hotmail.com","dop":"2025-04-06","serial_number":"19191664390299800","imei1":"19191664390299800","imei2":"19191664390299800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159049,"job_number":"JOB_159049","tr_customer_id":159066,"tr_customer_product_id":159056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:18.000Z","modified_at":"2026-01-18T03:56:18.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10262282963008","imei1":"10262282963008","imei2":"10262282963008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159051,"job_number":"JOB_159051","tr_customer_id":159068,"tr_customer_product_id":159058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:20.000Z","modified_at":"2026-01-18T03:56:20.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16121345308966","imei1":"16121345308966","imei2":"16121345308966","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159052,"job_number":"JOB_159052","tr_customer_id":159069,"tr_customer_product_id":159059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:20.000Z","modified_at":"2026-01-18T03:56:20.000Z","name":"Davonte Abernathy","mobile_number":"925-225-6146","email_id":"Myah_Kris20@gmail.com","dop":"2025-04-06","serial_number":"11671565606080252","imei1":"11671565606080252","imei2":"11671565606080252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159054,"job_number":"JOB_159054","tr_customer_id":159071,"tr_customer_product_id":159061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:21.000Z","modified_at":"2026-01-18T03:56:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12042865289002","imei1":"12042865289002","imei2":"12042865289002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159056,"job_number":"JOB_159056","tr_customer_id":159073,"tr_customer_product_id":159063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"Keenan Wilderman","mobile_number":"557-790-7062","email_id":"Ida.Ortiz@yahoo.com","dop":"2025-04-06","serial_number":"16323977604819896","imei1":"16323977604819896","imei2":"16323977604819896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159057,"job_number":"JOB_159057","tr_customer_id":159074,"tr_customer_product_id":159064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17173567493433","imei1":"17173567493433","imei2":"17173567493433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159059,"job_number":"JOB_159059","tr_customer_id":159076,"tr_customer_product_id":159066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15507358987601","imei1":"15507358987601","imei2":"15507358987601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159060,"job_number":"JOB_159060","tr_customer_id":159077,"tr_customer_product_id":159067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"Rupert Hagenes","mobile_number":"441-932-3091","email_id":"Kip_Hilll@gmail.com","dop":"2025-04-06","serial_number":"16725310582101640","imei1":"16725310582101640","imei2":"16725310582101640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159062,"job_number":"JOB_159062","tr_customer_id":159079,"tr_customer_product_id":159069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:23.000Z","modified_at":"2026-01-18T03:56:23.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10554998517770","imei1":"10554998517770","imei2":"10554998517770","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159064,"job_number":"JOB_159064","tr_customer_id":159081,"tr_customer_product_id":159071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Lonzo Metz","mobile_number":"813-312-7136","email_id":"Rylee_Ankunding80@hotmail.com","dop":"2025-04-06","serial_number":"13196617994465292","imei1":"13196617994465292","imei2":"13196617994465292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159066,"job_number":"JOB_159066","tr_customer_id":159083,"tr_customer_product_id":159073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Jocelyn Wisozk","mobile_number":"966-291-2540","email_id":"Linnie.Kozey@hotmail.com","dop":"2025-04-06","serial_number":"11607811611260184","imei1":"11607811611260184","imei2":"11607811611260184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159069,"job_number":"JOB_159069","tr_customer_id":159086,"tr_customer_product_id":159076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:25.000Z","modified_at":"2026-01-18T03:56:25.000Z","name":"Abelardo Daugherty","mobile_number":"671-273-5807","email_id":"Samir.Kassulke@hotmail.com","dop":"2000-01-31","serial_number":"1023505550914247","imei1":"1023505550914247","imei2":"1023505550914247","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159070,"job_number":"JOB_159070","tr_customer_id":159087,"tr_customer_product_id":159077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:29.000Z","modified_at":"2026-01-18T03:56:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16426582337052","imei1":"16426582337052","imei2":"16426582337052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159072,"job_number":"JOB_159072","tr_customer_id":159089,"tr_customer_product_id":159079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:31.000Z","modified_at":"2026-01-18T03:56:31.000Z","name":"Kenny Hickle","mobile_number":"735-376-7511","email_id":"Catalina33@gmail.com","dop":"2025-04-06","serial_number":"17347309749523584","imei1":"17347309749523584","imei2":"17347309749523584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159073,"job_number":"JOB_159073","tr_customer_id":159090,"tr_customer_product_id":159080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:33.000Z","modified_at":"2026-01-18T03:56:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13408667443250","imei1":"13408667443250","imei2":"13408667443250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159075,"job_number":"JOB_159075","tr_customer_id":159092,"tr_customer_product_id":159082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:34.000Z","modified_at":"2026-01-18T03:56:34.000Z","name":"Rico Prosacco","mobile_number":"242-341-7855","email_id":"Karina_Lakin@yahoo.com","dop":"2025-04-06","serial_number":"17886541680478432","imei1":"17886541680478432","imei2":"17886541680478432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159076,"job_number":"JOB_159076","tr_customer_id":159093,"tr_customer_product_id":159083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:38.000Z","modified_at":"2026-01-18T03:56:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14073296534481","imei1":"14073296534481","imei2":"14073296534481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159081,"job_number":"JOB_159081","tr_customer_id":159098,"tr_customer_product_id":159088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:39.000Z","modified_at":"2026-01-18T03:56:39.000Z","name":"Nicklaus Adams","mobile_number":"571-791-8155","email_id":"Davion66@gmail.com","dop":"2025-04-06","serial_number":"16336268124921848","imei1":"16336268124921848","imei2":"16336268124921848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159082,"job_number":"JOB_159082","tr_customer_id":159099,"tr_customer_product_id":159089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:43.000Z","modified_at":"2026-01-18T03:56:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16992050938441","imei1":"16992050938441","imei2":"16992050938441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159084,"job_number":"JOB_159084","tr_customer_id":159101,"tr_customer_product_id":159091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:45.000Z","modified_at":"2026-01-18T03:56:45.000Z","name":"Alford Baumbach","mobile_number":"568-991-1586","email_id":"Jerod.Weber98@gmail.com","dop":"2025-04-06","serial_number":"17559774313272528","imei1":"17559774313272528","imei2":"17559774313272528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159085,"job_number":"JOB_159085","tr_customer_id":159102,"tr_customer_product_id":159092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:49.000Z","modified_at":"2026-01-18T03:56:49.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"17618015852470","imei1":"17618015852470","imei2":"17618015852470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159087,"job_number":"JOB_159087","tr_customer_id":159104,"tr_customer_product_id":159094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:51.000Z","modified_at":"2026-01-18T03:56:51.000Z","name":"Jewell Hane","mobile_number":"668-801-5609","email_id":"Cordell.Moen20@hotmail.com","dop":"2025-04-06","serial_number":"17059653394502704","imei1":"17059653394502704","imei2":"17059653394502704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159088,"job_number":"JOB_159088","tr_customer_id":159105,"tr_customer_product_id":159095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:55.000Z","modified_at":"2026-01-18T03:56:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18562529637721","imei1":"18562529637721","imei2":"18562529637721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159090,"job_number":"JOB_159090","tr_customer_id":159107,"tr_customer_product_id":159097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:56.000Z","modified_at":"2026-01-18T03:56:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18565090525399","imei1":"18565090525399","imei2":"18565090525399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159092,"job_number":"JOB_159092","tr_customer_id":159109,"tr_customer_product_id":159099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:57.000Z","modified_at":"2026-01-18T03:56:57.000Z","name":"Reynold Wilkinson","mobile_number":"881-440-9157","email_id":"Lourdes86@yahoo.com","dop":"2025-04-06","serial_number":"12156566780378344","imei1":"12156566780378344","imei2":"12156566780378344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159093,"job_number":"JOB_159093","tr_customer_id":159110,"tr_customer_product_id":159100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:58.000Z","modified_at":"2026-01-18T03:56:58.000Z","name":"Kenton Volkman","mobile_number":"842-551-3953","email_id":"Demarco_Luettgen45@hotmail.com","dop":"2025-04-06","serial_number":"18393030416523070","imei1":"18393030416523070","imei2":"18393030416523070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159094,"job_number":"JOB_159094","tr_customer_id":159111,"tr_customer_product_id":159101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:59.000Z","modified_at":"2026-01-18T03:56:59.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12194536353382","imei1":"12194536353382","imei2":"12194536353382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159096,"job_number":"JOB_159096","tr_customer_id":159113,"tr_customer_product_id":159103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:00.000Z","modified_at":"2026-01-18T03:57:00.000Z","name":"Rusty Buckridge","mobile_number":"532-371-9371","email_id":"Duncan.Lakin90@hotmail.com","dop":"2025-04-06","serial_number":"19535132894412390","imei1":"19535132894412390","imei2":"19535132894412390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159097,"job_number":"JOB_159097","tr_customer_id":159114,"tr_customer_product_id":159104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:05.000Z","modified_at":"2026-01-18T03:57:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17125544314672","imei1":"17125544314672","imei2":"17125544314672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159099,"job_number":"JOB_159099","tr_customer_id":159116,"tr_customer_product_id":159106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:06.000Z","modified_at":"2026-01-18T03:57:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19493853384651","imei1":"19493853384651","imei2":"19493853384651","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159101,"job_number":"JOB_159101","tr_customer_id":159118,"tr_customer_product_id":159108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:07.000Z","modified_at":"2026-01-18T03:57:07.000Z","name":"Damion Schimmel","mobile_number":"323-927-5489","email_id":"Amparo.Ortiz@yahoo.com","dop":"2025-04-06","serial_number":"15096935786322860","imei1":"15096935786322860","imei2":"15096935786322860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159102,"job_number":"JOB_159102","tr_customer_id":159119,"tr_customer_product_id":159109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:08.000Z","modified_at":"2026-01-18T03:57:08.000Z","name":"Elissa Von","mobile_number":"633-983-3381","email_id":"Hadley.Bahringer48@gmail.com","dop":"2025-04-06","serial_number":"12750777508163872","imei1":"12750777508163872","imei2":"12750777508163872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159103,"job_number":"JOB_159103","tr_customer_id":159120,"tr_customer_product_id":159110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:08.000Z","modified_at":"2026-01-18T03:57:08.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10881737155439","imei1":"10881737155439","imei2":"10881737155439","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159105,"job_number":"JOB_159105","tr_customer_id":159122,"tr_customer_product_id":159112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:10.000Z","modified_at":"2026-01-18T03:57:10.000Z","name":"Kay Kshlerin","mobile_number":"549-791-2841","email_id":"Korey.Pouros@hotmail.com","dop":"2000-01-31","serial_number":"1006836938561974","imei1":"1006836938561974","imei2":"1006836938561974","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159106,"job_number":"JOB_159106","tr_customer_id":159123,"tr_customer_product_id":159113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:19.000Z","modified_at":"2026-01-18T03:57:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10990930337870","imei1":"10990930337870","imei2":"10990930337870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159108,"job_number":"JOB_159108","tr_customer_id":159125,"tr_customer_product_id":159115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:20.000Z","modified_at":"2026-01-18T03:57:21.000Z","name":"Halle Jacobs","mobile_number":"702-829-9564","email_id":"Shemar_Weber@yahoo.com","dop":"2025-04-06","serial_number":"19481406525399376","imei1":"19481406525399376","imei2":"19481406525399376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159109,"job_number":"JOB_159109","tr_customer_id":159126,"tr_customer_product_id":159116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:38.000Z","modified_at":"2026-01-18T03:57:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13618202639912","imei1":"13618202639912","imei2":"13618202639912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159111,"job_number":"JOB_159111","tr_customer_id":159128,"tr_customer_product_id":159118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:40.000Z","modified_at":"2026-01-18T03:57:40.000Z","name":"Easter Nolan","mobile_number":"989-469-5107","email_id":"Manuela53@yahoo.com","dop":"2025-04-06","serial_number":"16931703119740418","imei1":"16931703119740418","imei2":"16931703119740418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159112,"job_number":"JOB_159112","tr_customer_id":159129,"tr_customer_product_id":159119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:51.000Z","modified_at":"2026-01-18T03:57:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16495393975364","imei1":"16495393975364","imei2":"16495393975364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159114,"job_number":"JOB_159114","tr_customer_id":159131,"tr_customer_product_id":159121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:53.000Z","modified_at":"2026-01-18T03:57:53.000Z","name":"Sigrid Hoppe","mobile_number":"744-704-0538","email_id":"Elvie73@yahoo.com","dop":"2025-04-06","serial_number":"12844900235535616","imei1":"12844900235535616","imei2":"12844900235535616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159115,"job_number":"JOB_159115","tr_customer_id":159132,"tr_customer_product_id":159122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:53.000Z","modified_at":"2026-01-18T03:57:53.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10593668361759","imei1":"10593668361759","imei2":"10593668361759","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159117,"job_number":"JOB_159117","tr_customer_id":159134,"tr_customer_product_id":159124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:55.000Z","modified_at":"2026-01-18T03:57:55.000Z","name":"Vivien Effertz","mobile_number":"264-411-5441","email_id":"Justine50@hotmail.com","dop":"2000-01-31","serial_number":"1041260274965509","imei1":"1041260274965509","imei2":"1041260274965509","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159118,"job_number":"JOB_159118","tr_customer_id":159135,"tr_customer_product_id":159125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:04.000Z","modified_at":"2026-01-18T04:02:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42595467128054","imei1":"42595467128054","imei2":"42595467128054","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159119,"job_number":"JOB_159119","tr_customer_id":159136,"tr_customer_product_id":159126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:05.000Z","modified_at":"2026-01-18T04:02:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87314681924832","imei1":"87314681924832","imei2":"87314681924832","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159120,"job_number":"JOB_159120","tr_customer_id":159137,"tr_customer_product_id":159127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:05.000Z","modified_at":"2026-01-18T04:02:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83676561649942","imei1":"83676561649942","imei2":"83676561649942","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159121,"job_number":"JOB_159121","tr_customer_id":159138,"tr_customer_product_id":159128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:05.000Z","modified_at":"2026-01-18T04:02:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90919033009824","imei1":"90919033009824","imei2":"90919033009824","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159122,"job_number":"JOB_159122","tr_customer_id":159139,"tr_customer_product_id":159129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:06.000Z","modified_at":"2026-01-18T04:02:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97667063730193","imei1":"97667063730193","imei2":"97667063730193","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159123,"job_number":"JOB_159123","tr_customer_id":159140,"tr_customer_product_id":159130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:06.000Z","modified_at":"2026-01-18T04:02:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"52313581280592","imei1":"52313581280592","imei2":"52313581280592","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159125,"job_number":"JOB_159125","tr_customer_id":159142,"tr_customer_product_id":159132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:35.000Z","modified_at":"2026-01-18T04:02:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14404177699227","imei1":"14404177699227","imei2":"14404177699227","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159126,"job_number":"JOB_159126","tr_customer_id":159143,"tr_customer_product_id":159133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:35.000Z","modified_at":"2026-01-18T04:02:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"75974630502915","imei1":"75974630502915","imei2":"75974630502915","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159127,"job_number":"JOB_159127","tr_customer_id":159144,"tr_customer_product_id":159134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:35.000Z","modified_at":"2026-01-18T04:02:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"49649277405742","imei1":"49649277405742","imei2":"49649277405742","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159128,"job_number":"JOB_159128","tr_customer_id":159145,"tr_customer_product_id":159135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:36.000Z","modified_at":"2026-01-18T04:02:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"98739550267129","imei1":"98739550267129","imei2":"98739550267129","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159129,"job_number":"JOB_159129","tr_customer_id":159146,"tr_customer_product_id":159136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:36.000Z","modified_at":"2026-01-18T04:02:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14537486509078","imei1":"14537486509078","imei2":"14537486509078","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159130,"job_number":"JOB_159130","tr_customer_id":159147,"tr_customer_product_id":159137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:36.000Z","modified_at":"2026-01-18T04:02:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47803734311039","imei1":"47803734311039","imei2":"47803734311039","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159132,"job_number":"JOB_159132","tr_customer_id":159149,"tr_customer_product_id":159139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:05.000Z","modified_at":"2026-01-18T04:03:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25953638566088","imei1":"25953638566088","imei2":"25953638566088","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159133,"job_number":"JOB_159133","tr_customer_id":159150,"tr_customer_product_id":159140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:05.000Z","modified_at":"2026-01-18T04:03:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68817167817827","imei1":"68817167817827","imei2":"68817167817827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159134,"job_number":"JOB_159134","tr_customer_id":159151,"tr_customer_product_id":159141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11405749785771","imei1":"11405749785771","imei2":"11405749785771","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159135,"job_number":"JOB_159135","tr_customer_id":159152,"tr_customer_product_id":159142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65198456677470","imei1":"65198456677470","imei2":"65198456677470","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159136,"job_number":"JOB_159136","tr_customer_id":159153,"tr_customer_product_id":159143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45333620539242","imei1":"45333620539242","imei2":"45333620539242","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159137,"job_number":"JOB_159137","tr_customer_id":159154,"tr_customer_product_id":159144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55816952128862","imei1":"55816952128862","imei2":"55816952128862","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159140,"job_number":"JOB_159140","tr_customer_id":159157,"tr_customer_product_id":159147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:35:39.000Z","modified_at":"2026-01-18T04:35:39.000Z","name":"Sigmund Heller","mobile_number":"553-816-8494","email_id":"Kellie_Moore@yahoo.com","dop":"2025-04-06","serial_number":"14915951040604334","imei1":"14915951040604334","imei2":"14915951040604334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159142,"job_number":"JOB_159142","tr_customer_id":159159,"tr_customer_product_id":159149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:36:25.000Z","modified_at":"2026-01-18T04:36:25.000Z","name":"Evangeline Mertz","mobile_number":"770-977-1504","email_id":"Baylee.Von@yahoo.com","dop":"2025-04-06","serial_number":"15546895950353300","imei1":"15546895950353300","imei2":"15546895950353300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159144,"job_number":"JOB_159144","tr_customer_id":159161,"tr_customer_product_id":159151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:37:10.000Z","modified_at":"2026-01-18T04:37:10.000Z","name":"Agustina Effertz","mobile_number":"534-575-8446","email_id":"Elena16@hotmail.com","dop":"2025-04-06","serial_number":"16513923573111656","imei1":"16513923573111656","imei2":"16513923573111656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:37:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159145,"job_number":"JOB_159145","tr_customer_id":159162,"tr_customer_product_id":159152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:38:25.000Z","modified_at":"2026-01-18T04:38:25.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-08","serial_number":"37906098012507","imei1":"37906098012507","imei2":"37906098012507","popurl":"2026-01-08T04:38:25.059966147Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:38:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159146,"job_number":"JOB_159146","tr_customer_id":159163,"tr_customer_product_id":159153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:39:13.000Z","modified_at":"2026-01-18T04:39:13.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-08","serial_number":"13152065634352","imei1":"13152065634352","imei2":"13152065634352","popurl":"2026-01-08T04:39:13.543870831Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159147,"job_number":"JOB_159147","tr_customer_id":159164,"tr_customer_product_id":159154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:46:20.000Z","modified_at":"2026-01-18T04:46:20.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"102426181348629","imei1":"102426181348629","imei2":"102426181348629","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159149,"job_number":"JOB_159149","tr_customer_id":159166,"tr_customer_product_id":159156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:46:32.000Z","modified_at":"2026-01-18T04:46:32.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"101296498934228","imei1":"101296498934228","imei2":"101296498934228","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:46:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159152,"job_number":"JOB_159152","tr_customer_id":159169,"tr_customer_product_id":159159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:48:44.000Z","modified_at":"2026-01-18T04:48:44.000Z","name":"Waino Watsica","mobile_number":"349-225-5664","email_id":"Tyrese.Rodriguez@hotmail.com","dop":"2025-04-06","serial_number":"17754341125637384","imei1":"17754341125637384","imei2":"17754341125637384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159154,"job_number":"JOB_159154","tr_customer_id":159171,"tr_customer_product_id":159161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:49:27.000Z","modified_at":"2026-01-18T04:49:27.000Z","name":"Mathias Heaney","mobile_number":"969-224-2353","email_id":"Colleen.Hegmann@hotmail.com","dop":"2025-04-06","serial_number":"17387945400318194","imei1":"17387945400318194","imei2":"17387945400318194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159156,"job_number":"JOB_159156","tr_customer_id":159173,"tr_customer_product_id":159163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:50:10.000Z","modified_at":"2026-01-18T04:50:10.000Z","name":"Carolyn Considine","mobile_number":"384-998-3374","email_id":"Daphney.Abernathy8@hotmail.com","dop":"2025-04-06","serial_number":"14526013914400280","imei1":"14526013914400280","imei2":"14526013914400280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:50:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159158,"job_number":"JOB_159158","tr_customer_id":159175,"tr_customer_product_id":159165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:50:29.000Z","modified_at":"2026-01-18T04:50:29.000Z","name":"Chad Blick","mobile_number":"807-777-0039","email_id":"Garland8@gmail.com","dop":"2025-04-06","serial_number":"17782362417732888","imei1":"17782362417732888","imei2":"17782362417732888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159160,"job_number":"JOB_159160","tr_customer_id":159177,"tr_customer_product_id":159167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:54:55.000Z","modified_at":"2026-01-18T04:54:55.000Z","name":"Devan Powlowski","mobile_number":"519-651-9589","email_id":"Alfreda_Douglas32@yahoo.com","dop":"2025-04-06","serial_number":"15810515364692680","imei1":"15810515364692680","imei2":"15810515364692680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:54:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159162,"job_number":"JOB_159162","tr_customer_id":159179,"tr_customer_product_id":159169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:55:38.000Z","modified_at":"2026-01-18T04:55:38.000Z","name":"Raphael Ullrich","mobile_number":"412-771-1127","email_id":"Joana17@yahoo.com","dop":"2025-04-06","serial_number":"13083912295804420","imei1":"13083912295804420","imei2":"13083912295804420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159164,"job_number":"JOB_159164","tr_customer_id":159181,"tr_customer_product_id":159171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:21.000Z","modified_at":"2026-01-18T04:56:21.000Z","name":"Sanford Padberg","mobile_number":"280-853-9256","email_id":"Mandy_Hettinger47@hotmail.com","dop":"2025-04-06","serial_number":"13793539832285556","imei1":"13793539832285556","imei2":"13793539832285556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:56:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159166,"job_number":"JOB_159166","tr_customer_id":159183,"tr_customer_product_id":159173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:33.000Z","modified_at":"2026-01-18T04:56:33.000Z","name":"Berneice Hintz","mobile_number":"949-440-5626","email_id":"Nicklaus_DuBuque@hotmail.com","dop":"2025-04-06","serial_number":"18205991908541724","imei1":"18205991908541724","imei2":"18205991908541724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159168,"job_number":"JOB_159168","tr_customer_id":159185,"tr_customer_product_id":159175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:48.000Z","modified_at":"2026-01-18T04:56:49.000Z","name":"Cassandra Grant","mobile_number":"495-254-8948","email_id":"Ariane57@hotmail.com","dop":"2025-04-06","serial_number":"13564346949934916","imei1":"13564346949934916","imei2":"13564346949934916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159172,"job_number":"JOB_159172","tr_customer_id":159189,"tr_customer_product_id":159179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:10.000Z","modified_at":"2026-01-18T05:26:10.000Z","name":"Anika Naik","mobile_number":"896-551-3586","email_id":"Charlie_Schiller@yahoo.com","dop":"2025-06-18","serial_number":"40529506789497","imei1":"40529506789497","imei2":"40529506789497","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159173,"job_number":"JOB_159173","tr_customer_id":159191,"tr_customer_product_id":159180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:10.000Z","modified_at":"2026-01-18T05:26:10.000Z","name":"Abhijit Naik","mobile_number":"896-551-3586","email_id":"Charlie_Schiller@yahoo.com","dop":"2025-06-18","serial_number":"30529506789497","imei1":"30529506789497","imei2":"30529506789497","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159174,"job_number":"JOB_159174","tr_customer_id":159190,"tr_customer_product_id":159181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:10.000Z","modified_at":"2026-01-18T05:26:10.000Z","name":"Shweta Naik","mobile_number":"896-551-3586","email_id":"Charlie_Schiller@yahoo.com","dop":"2025-06-18","serial_number":"50529506789497","imei1":"50529506789497","imei2":"50529506789497","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159175,"job_number":"JOB_159175","tr_customer_id":159192,"tr_customer_product_id":159182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Tarun Pothuvaal","mobile_number":"9759552311","email_id":"shwet.guneta@yahoo.co.in","dop":"2026-01-08","serial_number":"781387361097568","imei1":"781387361097568","imei2":"781387361097568","popurl":"www.chandrabhan-mehra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159176,"job_number":"JOB_159176","tr_customer_id":159193,"tr_customer_product_id":159183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Narinder Gill","mobile_number":"9770838996","email_id":"tara.trivedi@gmail.com","dop":"2026-01-08","serial_number":"586671701396091","imei1":"586671701396091","imei2":"586671701396091","popurl":"www.brijesh-mehrotra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159177,"job_number":"JOB_159177","tr_customer_id":159194,"tr_customer_product_id":159184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Keerti Dhawan","mobile_number":"9717192766","email_id":"prem.marar@hotmail.com","dop":"2026-01-08","serial_number":"979679078404403","imei1":"979679078404403","imei2":"979679078404403","popurl":"www.indra-mishra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159178,"job_number":"JOB_159178","tr_customer_id":159195,"tr_customer_product_id":159185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Mani Sethi","mobile_number":"9732448209","email_id":"anunay.rana@yahoo.co.in","dop":"2026-01-08","serial_number":"879345541184340","imei1":"879345541184340","imei2":"879345541184340","popurl":"www.hari-achari.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159179,"job_number":"JOB_159179","tr_customer_id":159196,"tr_customer_product_id":159186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Chapal Chattopadhyay","mobile_number":"9734701880","email_id":"lakshman.patil@hotmail.com","dop":"2026-01-08","serial_number":"643310145025074","imei1":"643310145025074","imei2":"643310145025074","popurl":"www.rahul-guha.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159180,"job_number":"JOB_159180","tr_customer_id":159197,"tr_customer_product_id":159187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:12.000Z","modified_at":"2026-01-18T05:26:12.000Z","name":"Janis Goyette","mobile_number":"999-774-7701","email_id":"Jazmyn_Zboncak@hotmail.com","dop":"2025-06-18","serial_number":"10442063229355","imei1":"10442063229355","imei2":"10442063229355","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159181,"job_number":"JOB_159181","tr_customer_id":159198,"tr_customer_product_id":159188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:12.000Z","modified_at":"2026-01-18T05:26:12.000Z","name":"Janis Goyette","mobile_number":"999-774-7701","email_id":"Jazmyn_Zboncak@hotmail.com","dop":"2025-06-18","serial_number":"10442063229375","imei1":"10442063229375","imei2":"10442063229375","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159182,"job_number":"JOB_159182","tr_customer_id":159199,"tr_customer_product_id":159189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:12.000Z","modified_at":"2026-01-18T05:26:12.000Z","name":"Janis Goyette","mobile_number":"999-774-7701","email_id":"Jazmyn_Zboncak@hotmail.com","dop":"2025-06-18","serial_number":"10442063229344","imei1":"10442063229344","imei2":"10442063229344","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159183,"job_number":"JOB_159183","tr_customer_id":159200,"tr_customer_product_id":159190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:37.000Z","modified_at":"2026-01-18T05:26:37.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-08","serial_number":"82585355524444","imei1":"82585355524444","imei2":"82585355524444","popurl":"2026-01-08T05:26:38.556797900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159184,"job_number":"JOB_159184","tr_customer_id":159201,"tr_customer_product_id":159191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:40.000Z","modified_at":"2026-01-18T05:26:40.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-08","serial_number":"44555355528010","imei1":"44555355528010","imei2":"44555355528010","popurl":"2026-01-08T05:26:41.003508100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159186,"job_number":"JOB_159186","tr_customer_id":159203,"tr_customer_product_id":159193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:30:31.000Z","modified_at":"2026-01-18T05:30:31.000Z","name":"Enoch Reynolds","mobile_number":"493-755-5988","email_id":"Moshe57@yahoo.com","dop":"2025-04-06","serial_number":"12379627810619552","imei1":"12379627810619552","imei2":"12379627810619552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159188,"job_number":"JOB_159188","tr_customer_id":159205,"tr_customer_product_id":159195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:31:17.000Z","modified_at":"2026-01-18T05:31:17.000Z","name":"Haleigh Schmeler","mobile_number":"491-543-5436","email_id":"Luz80@gmail.com","dop":"2025-04-06","serial_number":"12481029967063888","imei1":"12481029967063888","imei2":"12481029967063888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159190,"job_number":"JOB_159190","tr_customer_id":159207,"tr_customer_product_id":159197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:32:02.000Z","modified_at":"2026-01-18T05:32:02.000Z","name":"Judson Bergstrom","mobile_number":"811-251-1536","email_id":"Florida.Mitchell90@hotmail.com","dop":"2025-04-06","serial_number":"19066169072961424","imei1":"19066169072961424","imei2":"19066169072961424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159192,"job_number":"JOB_159192","tr_customer_id":159209,"tr_customer_product_id":159199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:34:34.000Z","modified_at":"2026-01-18T05:34:34.000Z","name":"Elmore Nicolas","mobile_number":"870-721-8135","email_id":"Gage69@yahoo.com","dop":"2025-04-06","serial_number":"14563330117773424","imei1":"14563330117773424","imei2":"14563330117773424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:34:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159194,"job_number":"JOB_159194","tr_customer_id":159211,"tr_customer_product_id":159201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:35:19.000Z","modified_at":"2026-01-18T05:35:19.000Z","name":"Kailyn Strosin","mobile_number":"702-605-0724","email_id":"Ewald32@hotmail.com","dop":"2025-04-06","serial_number":"13005289405076192","imei1":"13005289405076192","imei2":"13005289405076192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159196,"job_number":"JOB_159196","tr_customer_id":159213,"tr_customer_product_id":159203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:36:02.000Z","modified_at":"2026-01-18T05:36:02.000Z","name":"Alvah Carter","mobile_number":"381-974-1089","email_id":"Una68@hotmail.com","dop":"2025-04-06","serial_number":"17282893793894732","imei1":"17282893793894732","imei2":"17282893793894732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158282,"job_number":"JOB_158282","tr_customer_id":158299,"tr_customer_product_id":158289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T20:13:16.000Z","modified_at":"2026-01-16T20:13:16.000Z","name":"Testing Sai","mobile_number":"8888999999","email_id":"trd@gmail.com","dop":"2025-12-31","serial_number":"66655566656669","imei1":"66655566656669","imei2":"66655566656669","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T20:13:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158328,"job_number":"JOB_158328","tr_customer_id":158345,"tr_customer_product_id":158335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:45.000Z","modified_at":"2026-01-17T03:42:45.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Cleveland_Ebert@yahoo.com","dop":"2025-07-02","serial_number":"16536671828966","imei1":"16536671828966","imei2":"16536671828966","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158344,"job_number":"JOB_158344","tr_customer_id":158361,"tr_customer_product_id":158351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:02.000Z","modified_at":"2026-01-17T03:43:02.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Alek_Graham45@gmail.com","dop":"2025-07-02","serial_number":"17059396181607","imei1":"17059396181607","imei2":"17059396181607","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158354,"job_number":"JOB_158354","tr_customer_id":158371,"tr_customer_product_id":158361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:19.000Z","modified_at":"2026-01-17T03:43:19.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Abner.Kautzer2@yahoo.com","dop":"2025-07-02","serial_number":"19559837803564","imei1":"19559837803564","imei2":"19559837803564","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158385,"job_number":"JOB_158385","tr_customer_id":158402,"tr_customer_product_id":158392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:01.000Z","modified_at":"2026-01-17T03:44:01.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"146910989004877","imei1":"146910989004877","imei2":"146910989004877","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158386,"job_number":"JOB_158386","tr_customer_id":158403,"tr_customer_product_id":158393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:01.000Z","modified_at":"2026-01-17T03:44:01.000Z","name":"Anibal O'Hara","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"103299519500346","imei1":"103299519500346","imei2":"103299519500346","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158387,"job_number":"JOB_158387","tr_customer_id":158404,"tr_customer_product_id":158394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:02.000Z","modified_at":"2026-01-17T03:44:02.000Z","name":"Hanna Davis","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"150406524276806","imei1":"150406524276806","imei2":"150406524276806","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158388,"job_number":"JOB_158388","tr_customer_id":158405,"tr_customer_product_id":158395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:02.000Z","modified_at":"2026-01-17T03:44:02.000Z","name":"Zola Lemke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"146830526284333","imei1":"146830526284333","imei2":"146830526284333","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158398,"job_number":"JOB_158398","tr_customer_id":158415,"tr_customer_product_id":158405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:12.000Z","modified_at":"2026-01-17T03:44:12.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"118480271711951","imei1":"118480271711951","imei2":"118480271711951","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158400,"job_number":"JOB_158400","tr_customer_id":158417,"tr_customer_product_id":158407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:13.000Z","modified_at":"2026-01-17T03:44:13.000Z","name":"Marian Kuhn","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"185306551779297","imei1":"185306551779297","imei2":"185306551779297","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158402,"job_number":"JOB_158402","tr_customer_id":158419,"tr_customer_product_id":158409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:13.000Z","modified_at":"2026-01-17T03:44:13.000Z","name":"Marcelina Koelpin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140734698974988","imei1":"140734698974988","imei2":"140734698974988","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158403,"job_number":"JOB_158403","tr_customer_id":158420,"tr_customer_product_id":158410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:13.000Z","modified_at":"2026-01-17T03:44:13.000Z","name":"Newell Koelpin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102407723537132","imei1":"102407723537132","imei2":"102407723537132","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158414,"job_number":"JOB_158414","tr_customer_id":158431,"tr_customer_product_id":158421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:28.000Z","modified_at":"2026-01-17T03:44:28.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"103960262653477","imei1":"103960262653477","imei2":"103960262653477","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158416,"job_number":"JOB_158416","tr_customer_id":158433,"tr_customer_product_id":158423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:29.000Z","modified_at":"2026-01-17T03:44:29.000Z","name":"Elmer Reynolds","mobile_number":"378-319-0161","email_id":"Suzanne_Farrell71@yahoo.com","dop":"2025-06-09","serial_number":"109199334236585","imei1":"109199334236585","imei2":"109199334236585","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158426,"job_number":"JOB_158426","tr_customer_id":158443,"tr_customer_product_id":158433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:42.000Z","modified_at":"2026-01-17T03:44:42.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106949070018540","imei1":"106949070018540","imei2":"106949070018540","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158428,"job_number":"JOB_158428","tr_customer_id":158445,"tr_customer_product_id":158435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:43.000Z","modified_at":"2026-01-17T03:44:43.000Z","name":"Gerald Effertz","mobile_number":"662-277-0330","email_id":"Renee.Mills@hotmail.com","dop":"2025-06-09","serial_number":"107173546291463","imei1":"107173546291463","imei2":"107173546291463","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158441,"job_number":"JOB_158441","tr_customer_id":158458,"tr_customer_product_id":158448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:57.000Z","modified_at":"2026-01-17T03:44:57.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105493518641071","imei1":"105493518641071","imei2":"105493518641071","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158445,"job_number":"JOB_158445","tr_customer_id":158462,"tr_customer_product_id":158452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:57.000Z","modified_at":"2026-01-17T03:44:57.000Z","name":"Uriel Mitchell","mobile_number":"947-801-7244","email_id":"Linwood.Kuhic22@hotmail.com","dop":"2025-06-09","serial_number":"109888146056340","imei1":"109888146056340","imei2":"109888146056340","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158501,"job_number":"JOB_158501","tr_customer_id":158518,"tr_customer_product_id":158508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:03:02.000Z","modified_at":"2026-01-17T06:03:02.000Z","name":"JF FK","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957152165010","imei1":"15957152165010","imei2":"15957152165010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158502,"job_number":"JOB_158502","tr_customer_id":158519,"tr_customer_product_id":158509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:03:02.000Z","modified_at":"2026-01-17T06:03:02.000Z","name":"YadiFKFa Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957148162011","imei1":"15957148162011","imei2":"15957148162011","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158503,"job_number":"JOB_158503","tr_customer_id":158520,"tr_customer_product_id":158510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:03:02.000Z","modified_at":"2026-01-17T06:03:02.000Z","name":"ABC Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957151162010","imei1":"15957151162010","imei2":"15957151162010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158504,"job_number":"JOB_158504","tr_customer_id":158521,"tr_customer_product_id":158511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:03:02.000Z","modified_at":"2026-01-17T06:03:02.000Z","name":"Yadira Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150162010","imei1":"15957150162010","imei2":"15957150162010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158505,"job_number":"JOB_158505","tr_customer_id":158522,"tr_customer_product_id":158512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:03:02.000Z","modified_at":"2026-01-17T06:03:02.000Z","name":"Yadira BlaFKFFKnda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957138162010","imei1":"15957138162010","imei2":"15957138162010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158516,"job_number":"JOB_158516","tr_customer_id":158533,"tr_customer_product_id":158523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:27:41.000Z","modified_at":"2026-01-17T07:27:41.000Z","name":"abhi res","mobile_number":"999000111","email_id":"ahbi@gg.com","dop":"2026-01-06","serial_number":"18040915043019","imei1":"18040915043019","imei2":"18040915043019","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158577,"job_number":"JOB_158577","tr_customer_id":158594,"tr_customer_product_id":158584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:54.000Z","modified_at":"2026-01-17T10:32:54.000Z","name":"Kapil Patil","mobile_number":"375-921-8698","email_id":"Joshua.Dietrich24@gmail.com","dop":"2025-05-12","serial_number":"151772963399794","imei1":"151772963399794","imei2":"151772963399794","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158578,"job_number":"JOB_158578","tr_customer_id":158595,"tr_customer_product_id":158585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:54.000Z","modified_at":"2026-01-17T10:32:54.000Z","name":"Nikhil Patil","mobile_number":"375-921-8698","email_id":"Joshua.Dietrich24@gmail.com","dop":"2025-05-12","serial_number":"331772963399794","imei1":"331772963399794","imei2":"331772963399794","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158579,"job_number":"JOB_158579","tr_customer_id":158596,"tr_customer_product_id":158586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:54.000Z","modified_at":"2026-01-17T10:32:54.000Z","name":"Carissa Becker","mobile_number":"375-921-8698","email_id":"Joshua.Dietrich24@gmail.com","dop":"2025-05-12","serial_number":"221772963399794","imei1":"221772963399794","imei2":"221772963399794","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158585,"job_number":"JOB_158585","tr_customer_id":158602,"tr_customer_product_id":158592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:57.000Z","modified_at":"2026-01-17T10:32:57.000Z","name":"Merle Wintheiser","mobile_number":"306-842-9060","email_id":"Ruben.Towne66@gmail.com","dop":"2025-05-12","serial_number":"950542362799449","imei1":"950542362799449","imei2":"950542362799449","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158586,"job_number":"JOB_158586","tr_customer_id":158603,"tr_customer_product_id":158593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:57.000Z","modified_at":"2026-01-17T10:32:57.000Z","name":"Merle Wintheiser","mobile_number":"306-842-9060","email_id":"Ruben.Towne66@gmail.com","dop":"2025-05-12","serial_number":"750542362799449","imei1":"750542362799449","imei2":"750542362799449","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158587,"job_number":"JOB_158587","tr_customer_id":158604,"tr_customer_product_id":158594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:57.000Z","modified_at":"2026-01-17T10:32:57.000Z","name":"Merle Wintheiser","mobile_number":"306-842-9060","email_id":"Ruben.Towne66@gmail.com","dop":"2025-05-12","serial_number":"890542362799449","imei1":"890542362799449","imei2":"890542362799449","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158637,"job_number":"JOB_158637","tr_customer_id":158654,"tr_customer_product_id":158644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:08:56.000Z","modified_at":"2026-01-17T14:08:56.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"113734770311322","imei1":"113734770311322","imei2":"113734770311322","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158638,"job_number":"JOB_158638","tr_customer_id":158655,"tr_customer_product_id":158645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:08:56.000Z","modified_at":"2026-01-17T14:08:56.000Z","name":"Birdie O'Connell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"179461865204720","imei1":"179461865204720","imei2":"179461865204720","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158639,"job_number":"JOB_158639","tr_customer_id":158656,"tr_customer_product_id":158646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:08:57.000Z","modified_at":"2026-01-17T14:08:57.000Z","name":"Julia Kohler","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"197298818874104","imei1":"197298818874104","imei2":"197298818874104","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:08:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158640,"job_number":"JOB_158640","tr_customer_id":158657,"tr_customer_product_id":158647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:08:57.000Z","modified_at":"2026-01-17T14:08:57.000Z","name":"Kyle Osinski","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139488606144877","imei1":"139488606144877","imei2":"139488606144877","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:08:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158642,"job_number":"JOB_158642","tr_customer_id":158659,"tr_customer_product_id":158649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:09:08.000Z","modified_at":"2026-01-17T14:09:08.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"196409635930897","imei1":"196409635930897","imei2":"196409635930897","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158643,"job_number":"JOB_158643","tr_customer_id":158660,"tr_customer_product_id":158650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:09:08.000Z","modified_at":"2026-01-17T14:09:08.000Z","name":"Sidney Jenkins","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"137189714556725","imei1":"137189714556725","imei2":"137189714556725","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158644,"job_number":"JOB_158644","tr_customer_id":158661,"tr_customer_product_id":158651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:09:08.000Z","modified_at":"2026-01-17T14:09:08.000Z","name":"Lily Braun","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"130750151091707","imei1":"130750151091707","imei2":"130750151091707","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158645,"job_number":"JOB_158645","tr_customer_id":158662,"tr_customer_product_id":158652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:09:09.000Z","modified_at":"2026-01-17T14:09:09.000Z","name":"Kolby Miller","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114598888992544","imei1":"114598888992544","imei2":"114598888992544","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158652,"job_number":"JOB_158652","tr_customer_id":158669,"tr_customer_product_id":158659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:13:53.000Z","modified_at":"2026-01-17T14:13:53.000Z","name":"Lester Jacobson","mobile_number":"277-764-3142","email_id":"Wyman7@yahoo.com","dop":"2025-12-01","serial_number":"11870858857560","imei1":"11870858857560","imei2":"11870858857560","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:13:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158656,"job_number":"JOB_158656","tr_customer_id":158673,"tr_customer_product_id":158663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:14:19.000Z","modified_at":"2026-01-17T14:14:19.000Z","name":"Estelle Heaney","mobile_number":"810-724-6609","email_id":"Alexandrea_Aufderhar36@yahoo.com","dop":"2025-12-01","serial_number":"20656922137665","imei1":"20656922137665","imei2":"20656922137665","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:14:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158742,"job_number":"JOB_158742","tr_customer_id":158759,"tr_customer_product_id":158749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:02.000Z","modified_at":"2026-01-17T14:23:02.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"100385960228118","imei1":"100385960228118","imei2":"100385960228118","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158744,"job_number":"JOB_158744","tr_customer_id":158761,"tr_customer_product_id":158751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:03.000Z","modified_at":"2026-01-17T14:23:03.000Z","name":"Jalon Reinger","mobile_number":"657-464-9893","email_id":"Lou_Nienow@yahoo.com","dop":"2025-06-09","serial_number":"100642124675070","imei1":"100642124675070","imei2":"100642124675070","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158748,"job_number":"JOB_158748","tr_customer_id":158765,"tr_customer_product_id":158755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:18.000Z","modified_at":"2026-01-17T14:23:18.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"103831513078457","imei1":"103831513078457","imei2":"103831513078457","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158750,"job_number":"JOB_158750","tr_customer_id":158767,"tr_customer_product_id":158757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:18.000Z","modified_at":"2026-01-17T14:23:19.000Z","name":"Maida Wehner","mobile_number":"708-706-0938","email_id":"Tremayne.Lemke38@gmail.com","dop":"2025-06-09","serial_number":"103030205292523","imei1":"103030205292523","imei2":"103030205292523","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158753,"job_number":"JOB_158753","tr_customer_id":158770,"tr_customer_product_id":158760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:33.000Z","modified_at":"2026-01-17T14:23:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105148546255345","imei1":"105148546255345","imei2":"105148546255345","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158756,"job_number":"JOB_158756","tr_customer_id":158773,"tr_customer_product_id":158763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:33.000Z","modified_at":"2026-01-17T14:23:33.000Z","name":"Eladio Goldner","mobile_number":"904-942-7964","email_id":"Heidi_Reynolds43@hotmail.com","dop":"2025-06-09","serial_number":"102316771377145","imei1":"102316771377145","imei2":"102316771377145","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158813,"job_number":"JOB_158813","tr_customer_id":158830,"tr_customer_product_id":158820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:41:54.000Z","modified_at":"2026-01-17T16:41:54.000Z","name":"Reyna Mohr","mobile_number":"296-899-0004","email_id":"Frieda85@yahoo.com","dop":"2025-11-09","serial_number":"57874044669091","imei1":"57874044669091","imei2":"57874044669091","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:41:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158819,"job_number":"JOB_158819","tr_customer_id":158836,"tr_customer_product_id":158826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:51:30.000Z","modified_at":"2026-01-17T16:51:30.000Z","name":"Rowan Robel","mobile_number":"792-545-1966","email_id":"Kacie.Koch@hotmail.com","dop":"2025-11-09","serial_number":"74850340132784","imei1":"74850340132784","imei2":"74850340132784","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158823,"job_number":"JOB_158823","tr_customer_id":158840,"tr_customer_product_id":158830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:56:30.000Z","modified_at":"2026-01-17T16:56:30.000Z","name":"Aimee Auer","mobile_number":"319-937-1738","email_id":"Esperanza43@yahoo.com","dop":"2025-11-09","serial_number":"25375359787120","imei1":"25375359787120","imei2":"25375359787120","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158824,"job_number":"JOB_158824","tr_customer_id":158841,"tr_customer_product_id":158831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:57:23.000Z","modified_at":"2026-01-17T16:57:23.000Z","name":"Bobby Kautzer","mobile_number":"582-461-1867","email_id":"Jason.Dietrich70@hotmail.com","dop":"2025-11-09","serial_number":"75143471341121","imei1":"75143471341121","imei2":"75143471341121","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158825,"job_number":"JOB_158825","tr_customer_id":158842,"tr_customer_product_id":158832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:57:31.000Z","modified_at":"2026-01-17T16:57:31.000Z","name":"Grayson Parisian","mobile_number":"805-726-6735","email_id":"Meagan4@yahoo.com","dop":"2025-11-09","serial_number":"37262570811936","imei1":"37262570811936","imei2":"37262570811936","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158826,"job_number":"JOB_158826","tr_customer_id":158843,"tr_customer_product_id":158833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:57:36.000Z","modified_at":"2026-01-17T16:57:36.000Z","name":"Russell Jacobs","mobile_number":"902-368-1265","email_id":"Niko_Conn8@gmail.com","dop":"2025-11-09","serial_number":"19754020528460","imei1":"19754020528460","imei2":"19754020528460","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158827,"job_number":"JOB_158827","tr_customer_id":158844,"tr_customer_product_id":158834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:01:44.000Z","modified_at":"2026-01-17T17:01:44.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Brian_Crist65@hotmail.com","dop":"2025-07-02","serial_number":"17483713850840","imei1":"17483713850840","imei2":"17483713850840","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:01:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158837,"job_number":"JOB_158837","tr_customer_id":158854,"tr_customer_product_id":158844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:19:34.000Z","modified_at":"2026-01-17T17:19:34.000Z","name":"Jackson Schulist","mobile_number":"205-372-8597","email_id":"Carlie63@gmail.com","dop":"2025-11-09","serial_number":"1082055512642662","imei1":"1082055512642662","imei2":"1082055512642662","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158839,"job_number":"JOB_158839","tr_customer_id":158856,"tr_customer_product_id":158846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:37:15.000Z","modified_at":"2026-01-17T17:37:15.000Z","name":"Jillian Dickinson","mobile_number":"947-812-1294","email_id":"Marjorie53@gmail.com","dop":"2025-11-09","serial_number":"76809446332231170","imei1":"76809446332231170","imei2":"76809446332231170","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158852,"job_number":"JOB_158852","tr_customer_id":158869,"tr_customer_product_id":158859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:55:04.000Z","modified_at":"2026-01-17T17:55:04.000Z","name":"Queenie Paucek","mobile_number":"368-617-5944","email_id":"Nellie73@yahoo.com","dop":"2025-11-09","serial_number":"64264506674218","imei1":"64264506674218","imei2":"64264506674218","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158857,"job_number":"JOB_158857","tr_customer_id":158874,"tr_customer_product_id":158864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:06:02.000Z","modified_at":"2026-01-17T18:06:02.000Z","name":"Eduardo Balistreri","mobile_number":"632-326-4829","email_id":"Camilla33@gmail.com","dop":"2025-11-09","serial_number":"30317247592805","imei1":"30317247592805","imei2":"30317247592805","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:06:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158858,"job_number":"JOB_158858","tr_customer_id":158875,"tr_customer_product_id":158865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:06:04.000Z","modified_at":"2026-01-17T18:06:04.000Z","name":"Lee Hauck","mobile_number":"423-492-5619","email_id":"Camille5@yahoo.com","dop":"2025-11-09","serial_number":"62915010271506","imei1":"62915010271506","imei2":"62915010271506","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:06:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158859,"job_number":"JOB_158859","tr_customer_id":158876,"tr_customer_product_id":158866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:06:06.000Z","modified_at":"2026-01-17T18:06:06.000Z","name":"Alan Moen","mobile_number":"333-924-4232","email_id":"Shanny.Kihn@gmail.com","dop":"2025-11-09","serial_number":"54874544257837","imei1":"54874544257837","imei2":"54874544257837","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:06:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158919,"job_number":"JOB_158919","tr_customer_id":158936,"tr_customer_product_id":158926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:57:39.000Z","modified_at":"2026-01-18T02:57:39.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"16999783582082","imei1":"16999783582082","imei2":"16999783582082","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158920,"job_number":"JOB_158920","tr_customer_id":158937,"tr_customer_product_id":158927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:02:19.000Z","modified_at":"2026-01-18T03:02:19.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"18960427744197","imei1":"18960427744197","imei2":"18960427744197","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:02:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158921,"job_number":"JOB_158921","tr_customer_id":158938,"tr_customer_product_id":158928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:02:45.000Z","modified_at":"2026-01-18T03:02:45.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"15413786821477","imei1":"15413786821477","imei2":"15413786821477","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:02:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158922,"job_number":"JOB_158922","tr_customer_id":158939,"tr_customer_product_id":158929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:02:49.000Z","modified_at":"2026-01-18T03:02:49.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"17488219712659","imei1":"17488219712659","imei2":"17488219712659","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:02:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158925,"job_number":"JOB_158925","tr_customer_id":158942,"tr_customer_product_id":158932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:13:51.000Z","modified_at":"2026-01-18T03:13:51.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"12888349326320","imei1":"12888349326320","imei2":"12888349326320","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:13:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158955,"job_number":"JOB_158955","tr_customer_id":158972,"tr_customer_product_id":158962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:54.000Z","modified_at":"2026-01-18T03:54:54.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Hillary44@yahoo.com","dop":"2025-07-02","serial_number":"16177264770331","imei1":"16177264770331","imei2":"16177264770331","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158972,"job_number":"JOB_158972","tr_customer_id":158989,"tr_customer_product_id":158979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:12.000Z","modified_at":"2026-01-18T03:55:12.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Rodrigo19@yahoo.com","dop":"2025-07-02","serial_number":"10075227066788","imei1":"10075227066788","imei2":"10075227066788","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158981,"job_number":"JOB_158981","tr_customer_id":158998,"tr_customer_product_id":158988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:28.000Z","modified_at":"2026-01-18T03:55:28.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Everett.Mueller56@gmail.com","dop":"2025-07-02","serial_number":"18222792591266","imei1":"18222792591266","imei2":"18222792591266","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159014,"job_number":"JOB_159014","tr_customer_id":159031,"tr_customer_product_id":159021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:52.000Z","modified_at":"2026-01-18T03:55:52.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"178587345595178","imei1":"178587345595178","imei2":"178587345595178","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159015,"job_number":"JOB_159015","tr_customer_id":159032,"tr_customer_product_id":159022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:52.000Z","modified_at":"2026-01-18T03:55:52.000Z","name":"Brice Spencer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"184379799057561","imei1":"184379799057561","imei2":"184379799057561","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159016,"job_number":"JOB_159016","tr_customer_id":159033,"tr_customer_product_id":159023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:52.000Z","modified_at":"2026-01-18T03:55:52.000Z","name":"Freddy Rippin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"184673928715690","imei1":"184673928715690","imei2":"184673928715690","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159018,"job_number":"JOB_159018","tr_customer_id":159035,"tr_customer_product_id":159025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:53.000Z","modified_at":"2026-01-18T03:55:53.000Z","name":"Sheridan Fay","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101742648038726","imei1":"101742648038726","imei2":"101742648038726","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159030,"job_number":"JOB_159030","tr_customer_id":159047,"tr_customer_product_id":159037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:04.000Z","modified_at":"2026-01-18T03:56:04.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"149772267174641","imei1":"149772267174641","imei2":"149772267174641","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159031,"job_number":"JOB_159031","tr_customer_id":159048,"tr_customer_product_id":159038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:05.000Z","modified_at":"2026-01-18T03:56:05.000Z","name":"Kamron Feest","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"150152032301002","imei1":"150152032301002","imei2":"150152032301002","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159032,"job_number":"JOB_159032","tr_customer_id":159049,"tr_customer_product_id":159039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:05.000Z","modified_at":"2026-01-18T03:56:05.000Z","name":"Roy Ullrich","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"137438777865228","imei1":"137438777865228","imei2":"137438777865228","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159033,"job_number":"JOB_159033","tr_customer_id":159050,"tr_customer_product_id":159040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:05.000Z","modified_at":"2026-01-18T03:56:05.000Z","name":"Neoma Ryan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102787594491808","imei1":"102787594491808","imei2":"102787594491808","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159039,"job_number":"JOB_159039","tr_customer_id":159056,"tr_customer_product_id":159046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:09.000Z","modified_at":"2026-01-18T03:56:09.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109629788642404","imei1":"109629788642404","imei2":"109629788642404","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159041,"job_number":"JOB_159041","tr_customer_id":159058,"tr_customer_product_id":159048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:09.000Z","modified_at":"2026-01-18T03:56:09.000Z","name":"Fleta Altenwerth","mobile_number":"959-270-3076","email_id":"Kelsie_Abernathy43@gmail.com","dop":"2025-06-09","serial_number":"101310913718039","imei1":"101310913718039","imei2":"101310913718039","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159065,"job_number":"JOB_159065","tr_customer_id":159082,"tr_customer_product_id":159072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"101640472927755","imei1":"101640472927755","imei2":"101640472927755","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159068,"job_number":"JOB_159068","tr_customer_id":159085,"tr_customer_product_id":159075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Ariane Schinner","mobile_number":"876-414-6433","email_id":"Sigrid_DAmore93@hotmail.com","dop":"2025-06-09","serial_number":"101218134558963","imei1":"101218134558963","imei2":"101218134558963","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159078,"job_number":"JOB_159078","tr_customer_id":159095,"tr_customer_product_id":159085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:38.000Z","modified_at":"2026-01-18T03:56:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"108819093702176","imei1":"108819093702176","imei2":"108819093702176","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159080,"job_number":"JOB_159080","tr_customer_id":159097,"tr_customer_product_id":159087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:39.000Z","modified_at":"2026-01-18T03:56:39.000Z","name":"Lori Mante","mobile_number":"830-863-8987","email_id":"Sofia37@hotmail.com","dop":"2025-06-09","serial_number":"104125942069702","imei1":"104125942069702","imei2":"104125942069702","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159198,"job_number":"JOB_159198","tr_customer_id":159215,"tr_customer_product_id":159205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T06:14:55.000Z","modified_at":"2026-01-18T06:14:55.000Z","name":"Lizeth Hartmann","mobile_number":"513-684-8091","email_id":"Jodie_Crist@yahoo.com","dop":"2025-11-04","serial_number":"36230247521315","imei1":"36230247521315","imei2":"36230247521315","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T06:14:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4OTd9.jHDa2QoUnGxmQm1Yl43pkV3m-CuaNB5SJETnwLLmFnM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a009802e-06db-477b-8dae-4c44cdd1c33b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4OTd9.jHDa2QoUnGxmQm1Yl43pkV3m-CuaNB5SJETnwLLmFnM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 76e547bc-b837-4b4e-a2fb-51ccb8a56812
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 159198,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:14:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 313ms
Mean size per request: 600.45KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4OTd9.jHDa2QoUnGxmQm1Yl43pkV3m-CuaNB5SJETnwLLmFnM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c3833df3-8878-46fe-89c6-ffe1d09502f5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"961cd-WNFyD/GzOCuejAo6B3+PmzGLq+A"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 18 Jan 2026 06:14:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":158273,"job_number":"JOB_158273","tr_customer_id":158290,"tr_customer_product_id":158280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:46:43.000Z","modified_at":"2026-01-16T19:46:43.000Z","name":"Alison Collier","mobile_number":"307-805-8144","email_id":"Domenick_Cassin@gmail.com","dop":"2025-04-06","serial_number":"17233970759347416","imei1":"17233970759347416","imei2":"17233970759347416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:46:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158275,"job_number":"JOB_158275","tr_customer_id":158292,"tr_customer_product_id":158282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:47:02.000Z","modified_at":"2026-01-16T19:47:02.000Z","name":"Shayna Hyatt","mobile_number":"477-517-3209","email_id":"Kaitlyn40@yahoo.com","dop":"2025-04-06","serial_number":"15958914459015718","imei1":"15958914459015718","imei2":"15958914459015718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:47:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158276,"job_number":"JOB_158276","tr_customer_id":158293,"tr_customer_product_id":158283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:49:00.000Z","modified_at":"2026-01-16T19:49:00.000Z","name":"Shwet Reddy","mobile_number":"7058436335","email_id":"kamala.shah@gmail.com","dop":"2026-01-06","serial_number":"694538845952707","imei1":"694538845952707","imei2":"694538845952707","popurl":"www.yogesh-nayar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158277,"job_number":"JOB_158277","tr_customer_id":158294,"tr_customer_product_id":158284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:49:04.000Z","modified_at":"2026-01-16T19:49:04.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-06","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-06T19:49:15.924598800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:49:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158278,"job_number":"JOB_158278","tr_customer_id":158295,"tr_customer_product_id":158285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:49:05.000Z","modified_at":"2026-01-16T19:49:05.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158279,"job_number":"JOB_158279","tr_customer_id":158296,"tr_customer_product_id":158286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:49:05.000Z","modified_at":"2026-01-16T19:49:05.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158280,"job_number":"JOB_158280","tr_customer_id":158297,"tr_customer_product_id":158287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:54:49.000Z","modified_at":"2026-01-16T19:54:49.000Z","name":"Jagathi Bhat","mobile_number":"7005111921","email_id":"nagabhushanam.iyengar@hotmail.com","dop":"2026-01-06","serial_number":"922741235561671","imei1":"922741235561671","imei2":"922741235561671","popurl":"www.anasuya-kapoor.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:54:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158281,"job_number":"JOB_158281","tr_customer_id":158298,"tr_customer_product_id":158288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:55:17.000Z","modified_at":"2026-01-16T19:55:17.000Z","name":"Gopi Johar","mobile_number":"7038530750","email_id":"chidambaram.mishra@hotmail.com","dop":"2026-01-06","serial_number":"555880997876604","imei1":"555880997876604","imei2":"555880997876604","popurl":"www.devangana-kakkar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158283,"job_number":"JOB_158283","tr_customer_id":158300,"tr_customer_product_id":158290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T20:30:50.000Z","modified_at":"2026-01-16T20:30:50.000Z","name":"Jatin Sharma","mobile_number":"7293847564","email_id":"jatin@gmail.com","dop":"2026-01-06","serial_number":"19700432156456","imei1":"19700432156456","imei2":"19700432156456","popurl":"2026-01-06T20:30:49.225128Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T20:30:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158284,"job_number":"JOB_158284","tr_customer_id":158301,"tr_customer_product_id":158291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:40:57.000Z","modified_at":"2026-01-16T21:40:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13729265311060","imei1":"13729265311060","imei2":"13729265311060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:40:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158286,"job_number":"JOB_158286","tr_customer_id":158303,"tr_customer_product_id":158293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:40:59.000Z","modified_at":"2026-01-16T21:40:59.000Z","name":"Samanta Braun","mobile_number":"961-562-9319","email_id":"Ashlee_Cole@yahoo.com","dop":"2025-04-06","serial_number":"15873548447674704","imei1":"15873548447674704","imei2":"15873548447674704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:40:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158287,"job_number":"JOB_158287","tr_customer_id":158304,"tr_customer_product_id":158294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:41:38.000Z","modified_at":"2026-01-16T21:41:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19607481339283","imei1":"19607481339283","imei2":"19607481339283","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:41:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158289,"job_number":"JOB_158289","tr_customer_id":158306,"tr_customer_product_id":158296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:41:40.000Z","modified_at":"2026-01-16T21:41:40.000Z","name":"Colt Schamberger","mobile_number":"239-906-6892","email_id":"Colton.Zboncak@hotmail.com","dop":"2025-04-06","serial_number":"11174211077912184","imei1":"11174211077912184","imei2":"11174211077912184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:41:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158290,"job_number":"JOB_158290","tr_customer_id":158307,"tr_customer_product_id":158297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:42:19.000Z","modified_at":"2026-01-16T21:42:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11241062091039","imei1":"11241062091039","imei2":"11241062091039","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158292,"job_number":"JOB_158292","tr_customer_id":158309,"tr_customer_product_id":158299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:42:21.000Z","modified_at":"2026-01-16T21:42:21.000Z","name":"Allen Schneider","mobile_number":"686-466-8255","email_id":"Laurie20@gmail.com","dop":"2025-04-06","serial_number":"18492069173566884","imei1":"18492069173566884","imei2":"18492069173566884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158293,"job_number":"JOB_158293","tr_customer_id":158310,"tr_customer_product_id":158300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T23:39:23.000Z","modified_at":"2026-01-16T23:39:23.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-06","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-06T23:39:23.517681806Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T23:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158294,"job_number":"JOB_158294","tr_customer_id":158311,"tr_customer_product_id":158301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T23:39:24.000Z","modified_at":"2026-01-16T23:39:24.000Z","name":"Lila Johar","mobile_number":"7048197431","email_id":"siddhran.bhat@gmail.com","dop":"2026-01-06","serial_number":"065074075254305","imei1":"065074075254305","imei2":"065074075254305","popurl":"www.vaishno-pilla.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T23:39:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158295,"job_number":"JOB_158295","tr_customer_id":158312,"tr_customer_product_id":158302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T23:41:48.000Z","modified_at":"2026-01-16T23:41:48.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-06","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-06T23:41:48.164870211Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T23:41:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158296,"job_number":"JOB_158296","tr_customer_id":158313,"tr_customer_product_id":158303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T01:33:59.000Z","modified_at":"2026-01-17T01:33:59.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"59999999999999","imei1":"59999999999999","imei2":"59999999999999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T01:33:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158299,"job_number":"JOB_158299","tr_customer_id":158316,"tr_customer_product_id":158306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:07.000Z","modified_at":"2026-01-17T03:41:07.000Z","name":"Magnus Marvin","mobile_number":"834-388-9274","email_id":"Waldo.Conroy77@yahoo.com","dop":"2025-04-06","serial_number":"11217398513399366","imei1":"11217398513399366","imei2":"11217398513399366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158301,"job_number":"JOB_158301","tr_customer_id":158318,"tr_customer_product_id":158308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:22.000Z","modified_at":"2026-01-17T03:41:22.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"16247455896866","imei1":"16247455896866","imei2":"16247455896866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158303,"job_number":"JOB_158303","tr_customer_id":158320,"tr_customer_product_id":158310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:23.000Z","modified_at":"2026-01-17T03:41:23.000Z","name":"Aaron Kuhic","mobile_number":"714-637-9654","email_id":"Manuela.Stiedemann85@hotmail.com","dop":"2025-04-06","serial_number":"18186531353841656","imei1":"18186531353841656","imei2":"18186531353841656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158304,"job_number":"JOB_158304","tr_customer_id":158321,"tr_customer_product_id":158311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:49.000Z","modified_at":"2026-01-17T03:41:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14266994691543","imei1":"14266994691543","imei2":"14266994691543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158306,"job_number":"JOB_158306","tr_customer_id":158323,"tr_customer_product_id":158313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:51.000Z","modified_at":"2026-01-17T03:41:51.000Z","name":"Chandler Klocko","mobile_number":"736-343-0373","email_id":"Clifford_Hoeger38@hotmail.com","dop":"2025-04-06","serial_number":"16997189515776624","imei1":"16997189515776624","imei2":"16997189515776624","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158308,"job_number":"JOB_158308","tr_customer_id":158325,"tr_customer_product_id":158315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:54.000Z","modified_at":"2026-01-17T03:41:54.000Z","name":"Verla Kreiger","mobile_number":"234-967-1808","email_id":"Nelda_Romaguera@yahoo.com","dop":"2025-04-06","serial_number":"19881500683431856","imei1":"19881500683431856","imei2":"19881500683431856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158309,"job_number":"JOB_158309","tr_customer_id":158326,"tr_customer_product_id":158316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:04.000Z","modified_at":"2026-01-17T03:42:04.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10642936912407","imei1":"10642936912407","imei2":"10642936912407","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158311,"job_number":"JOB_158311","tr_customer_id":158328,"tr_customer_product_id":158318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:06.000Z","modified_at":"2026-01-17T03:42:06.000Z","name":"Ayla Davis","mobile_number":"368-956-0683","email_id":"Sven48@hotmail.com","dop":"2025-04-06","serial_number":"12240058036163820","imei1":"12240058036163820","imei2":"12240058036163820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158312,"job_number":"JOB_158312","tr_customer_id":158329,"tr_customer_product_id":158319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:12.000Z","modified_at":"2026-01-17T03:42:12.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10879389832204","imei1":"10879389832204","imei2":"10879389832204","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158314,"job_number":"JOB_158314","tr_customer_id":158331,"tr_customer_product_id":158321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:13.000Z","modified_at":"2026-01-17T03:42:13.000Z","name":"Columbus Simonis","mobile_number":"405-243-5956","email_id":"Beryl_Howell96@yahoo.com","dop":"2025-06-18","serial_number":"1024766373246710","imei1":"1024766373246710","imei2":"1024766373246710","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158316,"job_number":"JOB_158316","tr_customer_id":158333,"tr_customer_product_id":158323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:21.000Z","modified_at":"2026-01-17T03:42:21.000Z","name":"Mya Predovic","mobile_number":"520-548-4232","email_id":"Kaitlin97@hotmail.com","dop":"2025-04-06","serial_number":"13957635571223596","imei1":"13957635571223596","imei2":"13957635571223596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158317,"job_number":"JOB_158317","tr_customer_id":158334,"tr_customer_product_id":158324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:25.000Z","modified_at":"2026-01-17T03:42:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11548847925689","imei1":"11548847925689","imei2":"11548847925689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158319,"job_number":"JOB_158319","tr_customer_id":158336,"tr_customer_product_id":158326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:27.000Z","modified_at":"2026-01-17T03:42:27.000Z","name":"Josefa Donnelly","mobile_number":"984-836-9449","email_id":"Ally_Streich33@hotmail.com","dop":"2025-04-06","serial_number":"15412672708832728","imei1":"15412672708832728","imei2":"15412672708832728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158320,"job_number":"JOB_158320","tr_customer_id":158337,"tr_customer_product_id":158327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:31.000Z","modified_at":"2026-01-17T03:42:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13226251845927","imei1":"13226251845927","imei2":"13226251845927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158322,"job_number":"JOB_158322","tr_customer_id":158339,"tr_customer_product_id":158329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:33.000Z","modified_at":"2026-01-17T03:42:33.000Z","name":"Ismael Hettinger","mobile_number":"263-541-2330","email_id":"Allison.Feest27@gmail.com","dop":"2025-04-06","serial_number":"16757704840358704","imei1":"16757704840358704","imei2":"16757704840358704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158323,"job_number":"JOB_158323","tr_customer_id":158340,"tr_customer_product_id":158330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:38.000Z","modified_at":"2026-01-17T03:42:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12241115943616","imei1":"12241115943616","imei2":"12241115943616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158326,"job_number":"JOB_158326","tr_customer_id":158343,"tr_customer_product_id":158333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:40.000Z","modified_at":"2026-01-17T03:42:40.000Z","name":"Angel Kilback","mobile_number":"715-873-6019","email_id":"Opal6@yahoo.com","dop":"2025-04-06","serial_number":"17998057303062828","imei1":"17998057303062828","imei2":"17998057303062828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158327,"job_number":"JOB_158327","tr_customer_id":158344,"tr_customer_product_id":158334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:41.000Z","modified_at":"2026-01-17T03:42:41.000Z","name":"Ernestine Ebert","mobile_number":"209-481-8769","email_id":"Newell1@gmail.com","dop":"2025-04-06","serial_number":"17760583323635792","imei1":"17760583323635792","imei2":"17760583323635792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158330,"job_number":"JOB_158330","tr_customer_id":158347,"tr_customer_product_id":158337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:46.000Z","modified_at":"2026-01-17T03:42:46.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13970722830883","imei1":"13970722830883","imei2":"13970722830883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158332,"job_number":"JOB_158332","tr_customer_id":158349,"tr_customer_product_id":158339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:47.000Z","modified_at":"2026-01-17T03:42:47.000Z","name":"Isaac Wisozk","mobile_number":"390-473-4369","email_id":"Wendy56@hotmail.com","dop":"2025-04-06","serial_number":"18360545473714024","imei1":"18360545473714024","imei2":"18360545473714024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158333,"job_number":"JOB_158333","tr_customer_id":158350,"tr_customer_product_id":158340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:48.000Z","modified_at":"2026-01-17T03:42:48.000Z","name":"Giuseppe White","mobile_number":"317-578-4472","email_id":"Gunner_Kulas@yahoo.com","dop":"2025-04-06","serial_number":"10002718532913748","imei1":"10002718532913748","imei2":"10002718532913748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158334,"job_number":"JOB_158334","tr_customer_id":158351,"tr_customer_product_id":158341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:51.000Z","modified_at":"2026-01-17T03:42:51.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10099441595964","imei1":"10099441595964","imei2":"10099441595964","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158336,"job_number":"JOB_158336","tr_customer_id":158353,"tr_customer_product_id":158343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:52.000Z","modified_at":"2026-01-17T03:42:52.000Z","name":"Charlie Lubowitz","mobile_number":"619-782-3561","email_id":"Maxime_Herman50@yahoo.com","dop":"2025-06-18","serial_number":"1044119571468138","imei1":"1044119571468138","imei2":"1044119571468138","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158337,"job_number":"JOB_158337","tr_customer_id":158354,"tr_customer_product_id":158344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:58.000Z","modified_at":"2026-01-17T03:42:58.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"14943025042388","imei1":"14943025042388","imei2":"14943025042388","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158338,"job_number":"JOB_158338","tr_customer_id":158355,"tr_customer_product_id":158345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:58.000Z","modified_at":"2026-01-17T03:42:58.000Z","name":"Gia Tromp","mobile_number":"475-493-6789","email_id":"Marquis.Jacobi@yahoo.com","dop":"2025-09-16","serial_number":"16917283716432","imei1":"16917283716432","imei2":"16917283716432","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158339,"job_number":"JOB_158339","tr_customer_id":158356,"tr_customer_product_id":158346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:59.000Z","modified_at":"2026-01-17T03:42:59.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10540766052360","imei1":"10540766052360","imei2":"10540766052360","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158341,"job_number":"JOB_158341","tr_customer_id":158358,"tr_customer_product_id":158348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:01.000Z","modified_at":"2026-01-17T03:43:01.000Z","name":"Alexandro Batz","mobile_number":"743-426-1879","email_id":"Ollie_Von54@yahoo.com","dop":"2000-01-31","serial_number":"1070503726797013","imei1":"1070503726797013","imei2":"1070503726797013","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158342,"job_number":"JOB_158342","tr_customer_id":158359,"tr_customer_product_id":158349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:01.000Z","modified_at":"2026-01-17T03:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12915933961210","imei1":"12915933961210","imei2":"12915933961210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158345,"job_number":"JOB_158345","tr_customer_id":158362,"tr_customer_product_id":158352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:03.000Z","modified_at":"2026-01-17T03:43:03.000Z","name":"Imogene Jaskolski","mobile_number":"245-899-9647","email_id":"Leila_Kozey@hotmail.com","dop":"2025-04-06","serial_number":"10921159578267174","imei1":"10921159578267174","imei2":"10921159578267174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158346,"job_number":"JOB_158346","tr_customer_id":158363,"tr_customer_product_id":158353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:09.000Z","modified_at":"2026-01-17T03:43:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17830105534431","imei1":"17830105534431","imei2":"17830105534431","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158348,"job_number":"JOB_158348","tr_customer_id":158365,"tr_customer_product_id":158355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:11.000Z","modified_at":"2026-01-17T03:43:11.000Z","name":"Rosa Lakin","mobile_number":"505-854-8592","email_id":"Royal.Kovacek93@gmail.com","dop":"2025-04-06","serial_number":"19891253809236504","imei1":"19891253809236504","imei2":"19891253809236504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158349,"job_number":"JOB_158349","tr_customer_id":158366,"tr_customer_product_id":158356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:13.000Z","modified_at":"2026-01-17T03:43:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19760348823748","imei1":"19760348823748","imei2":"19760348823748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158351,"job_number":"JOB_158351","tr_customer_id":158368,"tr_customer_product_id":158358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:14.000Z","modified_at":"2026-01-17T03:43:14.000Z","name":"Maxie Simonis","mobile_number":"714-646-6797","email_id":"Cortez_Bernhard68@gmail.com","dop":"2025-04-06","serial_number":"18272113358536176","imei1":"18272113358536176","imei2":"18272113358536176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158352,"job_number":"JOB_158352","tr_customer_id":158369,"tr_customer_product_id":158359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:17.000Z","modified_at":"2026-01-17T03:43:17.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"12228670651526","imei1":"12228670651526","imei2":"12228670651526","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158353,"job_number":"JOB_158353","tr_customer_id":158370,"tr_customer_product_id":158360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:17.000Z","modified_at":"2026-01-17T03:43:17.000Z","name":"Abdullah Purdy","mobile_number":"401-933-2880","email_id":"Nicklaus_Lind@gmail.com","dop":"2025-09-16","serial_number":"18222976765792","imei1":"18222976765792","imei2":"18222976765792","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158355,"job_number":"JOB_158355","tr_customer_id":158372,"tr_customer_product_id":158362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:19.000Z","modified_at":"2026-01-17T03:43:19.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19896113260371","imei1":"19896113260371","imei2":"19896113260371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158357,"job_number":"JOB_158357","tr_customer_id":158374,"tr_customer_product_id":158364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:20.000Z","modified_at":"2026-01-17T03:43:20.000Z","name":"Buster Dare","mobile_number":"817-233-3389","email_id":"Weston_Schowalter@yahoo.com","dop":"2025-04-06","serial_number":"17844572024971160","imei1":"17844572024971160","imei2":"17844572024971160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158358,"job_number":"JOB_158358","tr_customer_id":158375,"tr_customer_product_id":158365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:26.000Z","modified_at":"2026-01-17T03:43:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13743105547883","imei1":"13743105547883","imei2":"13743105547883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158360,"job_number":"JOB_158360","tr_customer_id":158377,"tr_customer_product_id":158367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:28.000Z","modified_at":"2026-01-17T03:43:28.000Z","name":"Brett Reynolds","mobile_number":"922-318-3537","email_id":"Maximillia50@yahoo.com","dop":"2025-04-06","serial_number":"13751859025970380","imei1":"13751859025970380","imei2":"13751859025970380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158361,"job_number":"JOB_158361","tr_customer_id":158378,"tr_customer_product_id":158368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:35.000Z","modified_at":"2026-01-17T03:43:35.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18079694482748","imei1":"18079694482748","imei2":"18079694482748","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158362,"job_number":"JOB_158362","tr_customer_id":158379,"tr_customer_product_id":158369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:36.000Z","modified_at":"2026-01-17T03:43:36.000Z","name":"Ward Emard","mobile_number":"924-212-8981","email_id":"Kylie.Nitzsche18@gmail.com","dop":"2025-09-16","serial_number":"18884601472335","imei1":"18884601472335","imei2":"18884601472335","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158363,"job_number":"JOB_158363","tr_customer_id":158380,"tr_customer_product_id":158370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:40.000Z","modified_at":"2026-01-17T03:43:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12154354455255","imei1":"12154354455255","imei2":"12154354455255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158365,"job_number":"JOB_158365","tr_customer_id":158382,"tr_customer_product_id":158372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:41.000Z","modified_at":"2026-01-17T03:43:41.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10068029270895","imei1":"10068029270895","imei2":"10068029270895","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:41.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158367,"job_number":"JOB_158367","tr_customer_id":158384,"tr_customer_product_id":158374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:42.000Z","modified_at":"2026-01-17T03:43:42.000Z","name":"Rachael Hane","mobile_number":"560-882-8847","email_id":"Santino23@hotmail.com","dop":"2025-04-06","serial_number":"15141635986881400","imei1":"15141635986881400","imei2":"15141635986881400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158368,"job_number":"JOB_158368","tr_customer_id":158385,"tr_customer_product_id":158375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:43.000Z","modified_at":"2026-01-17T03:43:43.000Z","name":"Ada Dickens","mobile_number":"255-544-3360","email_id":"Fredrick90@hotmail.com","dop":"2000-01-31","serial_number":"1096078012318063","imei1":"1096078012318063","imei2":"1096078012318063","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:43.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158369,"job_number":"JOB_158369","tr_customer_id":158386,"tr_customer_product_id":158376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:45.000Z","modified_at":"2026-01-17T03:43:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19059364769336","imei1":"19059364769336","imei2":"19059364769336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158371,"job_number":"JOB_158371","tr_customer_id":158388,"tr_customer_product_id":158378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:47.000Z","modified_at":"2026-01-17T03:43:47.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11050754399361","imei1":"11050754399361","imei2":"11050754399361","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158372,"job_number":"JOB_158372","tr_customer_id":158389,"tr_customer_product_id":158379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:47.000Z","modified_at":"2026-01-17T03:43:47.000Z","name":"Abdullah Stokes","mobile_number":"361-781-2074","email_id":"Keagan_McCullough@hotmail.com","dop":"2025-04-06","serial_number":"11764566018513342","imei1":"11764566018513342","imei2":"11764566018513342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158374,"job_number":"JOB_158374","tr_customer_id":158391,"tr_customer_product_id":158381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:49.000Z","modified_at":"2026-01-17T03:43:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19301314842118","imei1":"19301314842118","imei2":"19301314842118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158375,"job_number":"JOB_158375","tr_customer_id":158392,"tr_customer_product_id":158382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:49.000Z","modified_at":"2026-01-17T03:43:49.000Z","name":"Trace Anderson","mobile_number":"627-441-7842","email_id":"Ulices_Pollich60@yahoo.com","dop":"2025-04-06","serial_number":"16639467803181792","imei1":"16639467803181792","imei2":"16639467803181792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158378,"job_number":"JOB_158378","tr_customer_id":158395,"tr_customer_product_id":158385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:50.000Z","modified_at":"2026-01-17T03:43:50.000Z","name":"Emery Kuhn","mobile_number":"624-245-5695","email_id":"Jarrell44@yahoo.com","dop":"2025-04-06","serial_number":"17913242991081472","imei1":"17913242991081472","imei2":"17913242991081472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158379,"job_number":"JOB_158379","tr_customer_id":158396,"tr_customer_product_id":158386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:53.000Z","modified_at":"2026-01-17T03:43:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16028864264067","imei1":"16028864264067","imei2":"16028864264067","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158381,"job_number":"JOB_158381","tr_customer_id":158398,"tr_customer_product_id":158388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:55.000Z","modified_at":"2026-01-17T03:43:55.000Z","name":"Nels Frami","mobile_number":"308-878-2553","email_id":"Gerald_Schiller@gmail.com","dop":"2025-04-06","serial_number":"14994155488342068","imei1":"14994155488342068","imei2":"14994155488342068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158382,"job_number":"JOB_158382","tr_customer_id":158399,"tr_customer_product_id":158389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:59.000Z","modified_at":"2026-01-17T03:43:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15516443505659","imei1":"15516443505659","imei2":"15516443505659","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158384,"job_number":"JOB_158384","tr_customer_id":158401,"tr_customer_product_id":158391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:01.000Z","modified_at":"2026-01-17T03:44:01.000Z","name":"Quincy Kautzer","mobile_number":"253-282-7557","email_id":"Soledad.Fahey23@yahoo.com","dop":"2025-04-06","serial_number":"18422789504421132","imei1":"18422789504421132","imei2":"18422789504421132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158389,"job_number":"JOB_158389","tr_customer_id":158406,"tr_customer_product_id":158396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:04.000Z","modified_at":"2026-01-17T03:44:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14543423106359","imei1":"14543423106359","imei2":"14543423106359","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158391,"job_number":"JOB_158391","tr_customer_id":158408,"tr_customer_product_id":158398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:05.000Z","modified_at":"2026-01-17T03:44:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15909158096228","imei1":"15909158096228","imei2":"15909158096228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158392,"job_number":"JOB_158392","tr_customer_id":158409,"tr_customer_product_id":158399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:05.000Z","modified_at":"2026-01-17T03:44:05.000Z","name":"Carlee Wilderman","mobile_number":"773-230-7782","email_id":"Rex.Gleichner31@hotmail.com","dop":"2025-04-06","serial_number":"10257790852935840","imei1":"10257790852935840","imei2":"10257790852935840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158394,"job_number":"JOB_158394","tr_customer_id":158411,"tr_customer_product_id":158401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:07.000Z","modified_at":"2026-01-17T03:44:07.000Z","name":"Lou Schaden","mobile_number":"454-376-8219","email_id":"Jordon.Zemlak@gmail.com","dop":"2025-04-06","serial_number":"14508947457424256","imei1":"14508947457424256","imei2":"14508947457424256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158395,"job_number":"JOB_158395","tr_customer_id":158412,"tr_customer_product_id":158402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:09.000Z","modified_at":"2026-01-17T03:44:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14580619089639","imei1":"14580619089639","imei2":"14580619089639","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158397,"job_number":"JOB_158397","tr_customer_id":158414,"tr_customer_product_id":158404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:10.000Z","modified_at":"2026-01-17T03:44:10.000Z","name":"Aditya Schuppe","mobile_number":"780-814-5186","email_id":"Cesar95@hotmail.com","dop":"2025-04-06","serial_number":"19345175489014524","imei1":"19345175489014524","imei2":"19345175489014524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158399,"job_number":"JOB_158399","tr_customer_id":158416,"tr_customer_product_id":158406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:13.000Z","modified_at":"2026-01-17T03:44:13.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"15317049550984","imei1":"15317049550984","imei2":"15317049550984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158404,"job_number":"JOB_158404","tr_customer_id":158421,"tr_customer_product_id":158411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:14.000Z","modified_at":"2026-01-17T03:44:14.000Z","name":"Reagan Corwin","mobile_number":"876-313-3810","email_id":"Kamryn.Borer@gmail.com","dop":"2025-04-06","serial_number":"16292775999946216","imei1":"16292775999946216","imei2":"16292775999946216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158405,"job_number":"JOB_158405","tr_customer_id":158422,"tr_customer_product_id":158412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:15.000Z","modified_at":"2026-01-17T03:44:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11819905333217","imei1":"11819905333217","imei2":"11819905333217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158407,"job_number":"JOB_158407","tr_customer_id":158424,"tr_customer_product_id":158414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:16.000Z","modified_at":"2026-01-17T03:44:16.000Z","name":"Trevor Reichel","mobile_number":"682-340-4976","email_id":"Arnoldo_Bauch95@hotmail.com","dop":"2025-04-06","serial_number":"18482934863464452","imei1":"18482934863464452","imei2":"18482934863464452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158408,"job_number":"JOB_158408","tr_customer_id":158425,"tr_customer_product_id":158415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:23.000Z","modified_at":"2026-01-17T03:44:23.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10092148708392","imei1":"10092148708392","imei2":"10092148708392","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158410,"job_number":"JOB_158410","tr_customer_id":158427,"tr_customer_product_id":158417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:24.000Z","modified_at":"2026-01-17T03:44:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12898158063155","imei1":"12898158063155","imei2":"12898158063155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158411,"job_number":"JOB_158411","tr_customer_id":158428,"tr_customer_product_id":158418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:25.000Z","modified_at":"2026-01-17T03:44:25.000Z","name":"Tiara Ledner","mobile_number":"387-756-8910","email_id":"Giuseppe64@gmail.com","dop":"2000-01-31","serial_number":"1078481547272418","imei1":"1078481547272418","imei2":"1078481547272418","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158413,"job_number":"JOB_158413","tr_customer_id":158430,"tr_customer_product_id":158420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:26.000Z","modified_at":"2026-01-17T03:44:26.000Z","name":"Geraldine Simonis","mobile_number":"531-836-5699","email_id":"Skyla.Orn@yahoo.com","dop":"2025-04-06","serial_number":"18252990457476424","imei1":"18252990457476424","imei2":"18252990457476424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158417,"job_number":"JOB_158417","tr_customer_id":158434,"tr_customer_product_id":158424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:29.000Z","modified_at":"2026-01-17T03:44:29.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16230485353786","imei1":"16230485353786","imei2":"16230485353786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158419,"job_number":"JOB_158419","tr_customer_id":158436,"tr_customer_product_id":158426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:30.000Z","modified_at":"2026-01-17T03:44:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12573835982143","imei1":"12573835982143","imei2":"12573835982143","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158421,"job_number":"JOB_158421","tr_customer_id":158438,"tr_customer_product_id":158428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:31.000Z","modified_at":"2026-01-17T03:44:31.000Z","name":"Justyn Fadel","mobile_number":"368-238-2760","email_id":"Ona.Kirlin@hotmail.com","dop":"2025-04-06","serial_number":"17327564406553304","imei1":"17327564406553304","imei2":"17327564406553304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158422,"job_number":"JOB_158422","tr_customer_id":158439,"tr_customer_product_id":158429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:31.000Z","modified_at":"2026-01-17T03:44:31.000Z","name":"Ayla Blanda","mobile_number":"547-223-3146","email_id":"Aleen96@yahoo.com","dop":"2025-04-06","serial_number":"15792962600481620","imei1":"15792962600481620","imei2":"15792962600481620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158423,"job_number":"JOB_158423","tr_customer_id":158440,"tr_customer_product_id":158430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:32.000Z","modified_at":"2026-01-17T03:44:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19927570230036","imei1":"19927570230036","imei2":"19927570230036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158425,"job_number":"JOB_158425","tr_customer_id":158442,"tr_customer_product_id":158432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:33.000Z","modified_at":"2026-01-17T03:44:33.000Z","name":"Ernestine Romaguera","mobile_number":"692-373-9243","email_id":"Kari82@gmail.com","dop":"2025-04-06","serial_number":"12439666052622280","imei1":"12439666052622280","imei2":"12439666052622280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158429,"job_number":"JOB_158429","tr_customer_id":158446,"tr_customer_product_id":158436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:46.000Z","modified_at":"2026-01-17T03:44:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15085258395613","imei1":"15085258395613","imei2":"15085258395613","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158431,"job_number":"JOB_158431","tr_customer_id":158448,"tr_customer_product_id":158438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:48.000Z","modified_at":"2026-01-17T03:44:48.000Z","name":"Chanel Franecki","mobile_number":"310-936-9788","email_id":"Alverta_Raynor@hotmail.com","dop":"2025-04-06","serial_number":"18272496859658330","imei1":"18272496859658330","imei2":"18272496859658330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158432,"job_number":"JOB_158432","tr_customer_id":158449,"tr_customer_product_id":158439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:48.000Z","modified_at":"2026-01-17T03:44:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12780260390456","imei1":"12780260390456","imei2":"12780260390456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158434,"job_number":"JOB_158434","tr_customer_id":158451,"tr_customer_product_id":158441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:50.000Z","modified_at":"2026-01-17T03:44:50.000Z","name":"Arely Davis","mobile_number":"459-915-9185","email_id":"Samson73@yahoo.com","dop":"2025-04-06","serial_number":"15989243258978092","imei1":"15989243258978092","imei2":"15989243258978092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158435,"job_number":"JOB_158435","tr_customer_id":158452,"tr_customer_product_id":158442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:51.000Z","modified_at":"2026-01-17T03:44:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19743296764554","imei1":"19743296764554","imei2":"19743296764554","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158437,"job_number":"JOB_158437","tr_customer_id":158454,"tr_customer_product_id":158444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:52.000Z","modified_at":"2026-01-17T03:44:52.000Z","name":"Moriah Hilpert","mobile_number":"353-636-3908","email_id":"Junius_Toy75@hotmail.com","dop":"2025-04-06","serial_number":"16613733576172818","imei1":"16613733576172818","imei2":"16613733576172818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158438,"job_number":"JOB_158438","tr_customer_id":158455,"tr_customer_product_id":158445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:54.000Z","modified_at":"2026-01-17T03:44:54.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"10503498189805","imei1":"10503498189805","imei2":"10503498189805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158440,"job_number":"JOB_158440","tr_customer_id":158457,"tr_customer_product_id":158447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:55.000Z","modified_at":"2026-01-17T03:44:55.000Z","name":"Baylee Stroman","mobile_number":"511-245-8551","email_id":"Lolita.Anderson@gmail.com","dop":"2025-04-06","serial_number":"11056415589980452","imei1":"11056415589980452","imei2":"11056415589980452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158442,"job_number":"JOB_158442","tr_customer_id":158459,"tr_customer_product_id":158449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:57.000Z","modified_at":"2026-01-17T03:44:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17137425120923","imei1":"17137425120923","imei2":"17137425120923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158446,"job_number":"JOB_158446","tr_customer_id":158463,"tr_customer_product_id":158453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:58.000Z","modified_at":"2026-01-17T03:44:58.000Z","name":"Bert Hamill","mobile_number":"664-240-5642","email_id":"Ludie.Spencer15@hotmail.com","dop":"2025-04-06","serial_number":"15313230477635702","imei1":"15313230477635702","imei2":"15313230477635702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158447,"job_number":"JOB_158447","tr_customer_id":158464,"tr_customer_product_id":158454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:05.000Z","modified_at":"2026-01-17T03:45:05.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10912464399061","imei1":"10912464399061","imei2":"10912464399061","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158449,"job_number":"JOB_158449","tr_customer_id":158466,"tr_customer_product_id":158456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:06.000Z","modified_at":"2026-01-17T03:45:06.000Z","name":"Irwin Schroeder","mobile_number":"754-501-3257","email_id":"Romaine.Ruecker@yahoo.com","dop":"2000-01-31","serial_number":"1080741632308984","imei1":"1080741632308984","imei2":"1080741632308984","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158450,"job_number":"JOB_158450","tr_customer_id":158467,"tr_customer_product_id":158457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:09.000Z","modified_at":"2026-01-17T03:45:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16829385744696","imei1":"16829385744696","imei2":"16829385744696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158452,"job_number":"JOB_158452","tr_customer_id":158469,"tr_customer_product_id":158459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:10.000Z","modified_at":"2026-01-17T03:45:10.000Z","name":"Felicity Hermann","mobile_number":"758-975-0159","email_id":"Jaylan_Welch@gmail.com","dop":"2025-04-06","serial_number":"16830718523164110","imei1":"16830718523164110","imei2":"16830718523164110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158453,"job_number":"JOB_158453","tr_customer_id":158470,"tr_customer_product_id":158460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:11.000Z","modified_at":"2026-01-17T03:45:11.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16550366429811","imei1":"16550366429811","imei2":"16550366429811","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158455,"job_number":"JOB_158455","tr_customer_id":158472,"tr_customer_product_id":158462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:12.000Z","modified_at":"2026-01-17T03:45:12.000Z","name":"Fanny Purdy","mobile_number":"355-969-6249","email_id":"Tre_Lindgren@hotmail.com","dop":"2025-04-06","serial_number":"16738865391688472","imei1":"16738865391688472","imei2":"16738865391688472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158456,"job_number":"JOB_158456","tr_customer_id":158473,"tr_customer_product_id":158463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:15.000Z","modified_at":"2026-01-17T03:45:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17704274226311","imei1":"17704274226311","imei2":"17704274226311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158458,"job_number":"JOB_158458","tr_customer_id":158475,"tr_customer_product_id":158465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:17.000Z","modified_at":"2026-01-17T03:45:17.000Z","name":"Zola Kris","mobile_number":"688-973-9265","email_id":"Alyson_Leuschke73@yahoo.com","dop":"2025-04-06","serial_number":"12014264956446524","imei1":"12014264956446524","imei2":"12014264956446524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158459,"job_number":"JOB_158459","tr_customer_id":158476,"tr_customer_product_id":158466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:27.000Z","modified_at":"2026-01-17T03:45:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16916618709760","imei1":"16916618709760","imei2":"16916618709760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158461,"job_number":"JOB_158461","tr_customer_id":158478,"tr_customer_product_id":158468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:28.000Z","modified_at":"2026-01-17T03:45:28.000Z","name":"Antwon Streich","mobile_number":"707-873-1750","email_id":"Rosie.Lemke78@hotmail.com","dop":"2025-04-06","serial_number":"15865455658023582","imei1":"15865455658023582","imei2":"15865455658023582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158462,"job_number":"JOB_158462","tr_customer_id":158479,"tr_customer_product_id":158469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:33.000Z","modified_at":"2026-01-17T03:45:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15662932582567","imei1":"15662932582567","imei2":"15662932582567","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158464,"job_number":"JOB_158464","tr_customer_id":158481,"tr_customer_product_id":158471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:35.000Z","modified_at":"2026-01-17T03:45:35.000Z","name":"Fritz Huels","mobile_number":"858-733-3882","email_id":"Katrina92@gmail.com","dop":"2025-04-06","serial_number":"12120448868879648","imei1":"12120448868879648","imei2":"12120448868879648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158465,"job_number":"JOB_158465","tr_customer_id":158482,"tr_customer_product_id":158472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:39.000Z","modified_at":"2026-01-17T03:45:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15156462830399","imei1":"15156462830399","imei2":"15156462830399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158467,"job_number":"JOB_158467","tr_customer_id":158484,"tr_customer_product_id":158474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:40.000Z","modified_at":"2026-01-17T03:45:40.000Z","name":"Kaden Simonis","mobile_number":"808-612-1849","email_id":"Samson_Hessel6@gmail.com","dop":"2025-04-06","serial_number":"19678039631427356","imei1":"19678039631427356","imei2":"19678039631427356","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158468,"job_number":"JOB_158468","tr_customer_id":158485,"tr_customer_product_id":158475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:04.000Z","modified_at":"2026-01-17T03:52:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12658702541003","imei1":"12658702541003","imei2":"12658702541003","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158469,"job_number":"JOB_158469","tr_customer_id":158486,"tr_customer_product_id":158476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:05.000Z","modified_at":"2026-01-17T03:52:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12790577762976","imei1":"12790577762976","imei2":"12790577762976","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158470,"job_number":"JOB_158470","tr_customer_id":158487,"tr_customer_product_id":158477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:05.000Z","modified_at":"2026-01-17T03:52:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41571555289715","imei1":"41571555289715","imei2":"41571555289715","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158471,"job_number":"JOB_158471","tr_customer_id":158488,"tr_customer_product_id":158478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:05.000Z","modified_at":"2026-01-17T03:52:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50012863760278","imei1":"50012863760278","imei2":"50012863760278","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158472,"job_number":"JOB_158472","tr_customer_id":158489,"tr_customer_product_id":158479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:06.000Z","modified_at":"2026-01-17T03:52:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93020997356067","imei1":"93020997356067","imei2":"93020997356067","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158473,"job_number":"JOB_158473","tr_customer_id":158490,"tr_customer_product_id":158480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:06.000Z","modified_at":"2026-01-17T03:52:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84372375178370","imei1":"84372375178370","imei2":"84372375178370","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158475,"job_number":"JOB_158475","tr_customer_id":158492,"tr_customer_product_id":158482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:34.000Z","modified_at":"2026-01-17T03:52:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"67740639442453","imei1":"67740639442453","imei2":"67740639442453","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158476,"job_number":"JOB_158476","tr_customer_id":158493,"tr_customer_product_id":158483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:34.000Z","modified_at":"2026-01-17T03:52:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27355793565330","imei1":"27355793565330","imei2":"27355793565330","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158477,"job_number":"JOB_158477","tr_customer_id":158494,"tr_customer_product_id":158484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:34.000Z","modified_at":"2026-01-17T03:52:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23725307168377","imei1":"23725307168377","imei2":"23725307168377","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158478,"job_number":"JOB_158478","tr_customer_id":158495,"tr_customer_product_id":158485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:35.000Z","modified_at":"2026-01-17T03:52:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"58608340593055","imei1":"58608340593055","imei2":"58608340593055","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158479,"job_number":"JOB_158479","tr_customer_id":158496,"tr_customer_product_id":158486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:35.000Z","modified_at":"2026-01-17T03:52:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92112373533722","imei1":"92112373533722","imei2":"92112373533722","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158480,"job_number":"JOB_158480","tr_customer_id":158497,"tr_customer_product_id":158487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:35.000Z","modified_at":"2026-01-17T03:52:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93823973192271","imei1":"93823973192271","imei2":"93823973192271","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158482,"job_number":"JOB_158482","tr_customer_id":158499,"tr_customer_product_id":158489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:03.000Z","modified_at":"2026-01-17T03:53:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84129823989372","imei1":"84129823989372","imei2":"84129823989372","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158483,"job_number":"JOB_158483","tr_customer_id":158500,"tr_customer_product_id":158490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:03.000Z","modified_at":"2026-01-17T03:53:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"56021512155796","imei1":"56021512155796","imei2":"56021512155796","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158484,"job_number":"JOB_158484","tr_customer_id":158501,"tr_customer_product_id":158491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:03.000Z","modified_at":"2026-01-17T03:53:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94200482634850","imei1":"94200482634850","imei2":"94200482634850","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158485,"job_number":"JOB_158485","tr_customer_id":158502,"tr_customer_product_id":158492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:03.000Z","modified_at":"2026-01-17T03:53:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37624114442169","imei1":"37624114442169","imei2":"37624114442169","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158486,"job_number":"JOB_158486","tr_customer_id":158503,"tr_customer_product_id":158493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:04.000Z","modified_at":"2026-01-17T03:53:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87220281306943","imei1":"87220281306943","imei2":"87220281306943","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158487,"job_number":"JOB_158487","tr_customer_id":158504,"tr_customer_product_id":158494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:04.000Z","modified_at":"2026-01-17T03:53:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35888410107871","imei1":"35888410107871","imei2":"35888410107871","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158490,"job_number":"JOB_158490","tr_customer_id":158507,"tr_customer_product_id":158497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:08:33.000Z","modified_at":"2026-01-17T04:08:33.000Z","name":"Hadley Carroll","mobile_number":"771-832-6905","email_id":"Letitia_Beer75@gmail.com","dop":"2025-04-06","serial_number":"18919572424176256","imei1":"18919572424176256","imei2":"18919572424176256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:08:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158491,"job_number":"JOB_158491","tr_customer_id":158508,"tr_customer_product_id":158498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:29:13.000Z","modified_at":"2026-01-17T04:29:13.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-07","serial_number":"79346830104945","imei1":"79346830104945","imei2":"79346830104945","popurl":"2026-01-07T04:29:12.774537917Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158492,"job_number":"JOB_158492","tr_customer_id":158509,"tr_customer_product_id":158499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:29:31.000Z","modified_at":"2026-01-17T04:29:31.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-07","serial_number":"54572346588677","imei1":"54572346588677","imei2":"54572346588677","popurl":"2026-01-07T04:29:31.496533692Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158493,"job_number":"JOB_158493","tr_customer_id":158510,"tr_customer_product_id":158500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:36:30.000Z","modified_at":"2026-01-17T04:36:30.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"104763738620281","imei1":"104763738620281","imei2":"104763738620281","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:36:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158495,"job_number":"JOB_158495","tr_customer_id":158512,"tr_customer_product_id":158502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:36:41.000Z","modified_at":"2026-01-17T04:36:41.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103117976882487","imei1":"103117976882487","imei2":"103117976882487","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:36:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158498,"job_number":"JOB_158498","tr_customer_id":158515,"tr_customer_product_id":158505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:51:05.000Z","modified_at":"2026-01-17T04:51:05.000Z","name":"Bessie Boehm","mobile_number":"999-705-9704","email_id":"Doug.Prohaska19@hotmail.com","dop":"2025-04-06","serial_number":"18239929458845340","imei1":"18239929458845340","imei2":"18239929458845340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:51:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158500,"job_number":"JOB_158500","tr_customer_id":158517,"tr_customer_product_id":158507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:51:27.000Z","modified_at":"2026-01-17T04:51:27.000Z","name":"Violet Jakubowski","mobile_number":"218-628-8258","email_id":"Ronaldo_Romaguera31@hotmail.com","dop":"2025-04-06","serial_number":"14095965883664250","imei1":"14095965883664250","imei2":"14095965883664250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158506,"job_number":"JOB_158506","tr_customer_id":158523,"tr_customer_product_id":158513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:09:19.000Z","modified_at":"2026-01-17T06:09:19.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-01-07","serial_number":"49999999999999","imei1":"49999999999999","imei2":"49999999999999","popurl":"2026-01-07T06:09:12.942977900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:09:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158508,"job_number":"JOB_158508","tr_customer_id":158525,"tr_customer_product_id":158515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:10:17.000Z","modified_at":"2026-01-17T06:10:17.000Z","name":"Janis Kris","mobile_number":"569-347-4856","email_id":"Wanda.Trantow@hotmail.com","dop":"2025-04-13","serial_number":"1052894164277714","imei1":"1052894164277714","imei2":"1052894164277714","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:10:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158514,"job_number":"JOB_158514","tr_customer_id":158531,"tr_customer_product_id":158521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:01:22.000Z","modified_at":"2026-01-17T07:01:22.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-07","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-07T07:01:22.680558100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:01:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158518,"job_number":"JOB_158518","tr_customer_id":158535,"tr_customer_product_id":158525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:37:12.000Z","modified_at":"2026-01-17T07:37:12.000Z","name":"Mateo Brekke","mobile_number":"678-960-7097","email_id":"Isom.Hudson23@gmail.com","dop":"2025-04-06","serial_number":"18453133568383660","imei1":"18453133568383660","imei2":"18453133568383660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158523,"job_number":"JOB_158523","tr_customer_id":158540,"tr_customer_product_id":158530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:38:09.000Z","modified_at":"2026-01-17T07:38:09.000Z","name":"Kelsi Hammes","mobile_number":"486-679-7255","email_id":"Gerardo.Luettgen22@yahoo.com","dop":"2025-04-06","serial_number":"12006937043053414","imei1":"12006937043053414","imei2":"12006937043053414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:38:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158524,"job_number":"JOB_158524","tr_customer_id":158541,"tr_customer_product_id":158531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:43:58.000Z","modified_at":"2026-01-17T07:43:58.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-07","serial_number":"45147707147372","imei1":"45147707147372","imei2":"45147707147372","popurl":"2026-01-07T07:43:58.115451478Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:43:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158525,"job_number":"JOB_158525","tr_customer_id":158542,"tr_customer_product_id":158532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:59:59.000Z","modified_at":"2026-01-17T07:59:59.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"12769103387115","imei1":"12769103387115","imei2":"12769103387115","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158527,"job_number":"JOB_158527","tr_customer_id":158544,"tr_customer_product_id":158534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:00:00.000Z","modified_at":"2026-01-17T08:00:00.000Z","name":"Estefania Pfannerstill","mobile_number":"628-785-9082","email_id":"Angeline26@gmail.com","dop":"2025-11-11","serial_number":"1077417546950140","imei1":"1077417546950140","imei2":"1077417546950140","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158528,"job_number":"JOB_158528","tr_customer_id":158545,"tr_customer_product_id":158535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:00:31.000Z","modified_at":"2026-01-17T08:00:31.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"16669703686097","imei1":"16669703686097","imei2":"16669703686097","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158530,"job_number":"JOB_158530","tr_customer_id":158547,"tr_customer_product_id":158537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:00:32.000Z","modified_at":"2026-01-17T08:00:32.000Z","name":"Dejah Hills","mobile_number":"582-458-8828","email_id":"Janice.Hudson55@hotmail.com","dop":"2025-11-11","serial_number":"1064031406898344","imei1":"1064031406898344","imei2":"1064031406898344","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158531,"job_number":"JOB_158531","tr_customer_id":158548,"tr_customer_product_id":158538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:01:04.000Z","modified_at":"2026-01-17T08:01:04.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"12321985032106","imei1":"12321985032106","imei2":"12321985032106","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158533,"job_number":"JOB_158533","tr_customer_id":158550,"tr_customer_product_id":158540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:01:05.000Z","modified_at":"2026-01-17T08:01:05.000Z","name":"Kris Wiza","mobile_number":"387-398-8240","email_id":"Tomasa.Beahan@gmail.com","dop":"2025-11-11","serial_number":"1012264961362038","imei1":"1012264961362038","imei2":"1012264961362038","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158534,"job_number":"JOB_158534","tr_customer_id":158551,"tr_customer_product_id":158541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:14:59.000Z","modified_at":"2026-01-17T08:14:59.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"15334009936918","imei1":"15334009936918","imei2":"15334009936918","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:14:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158536,"job_number":"JOB_158536","tr_customer_id":158553,"tr_customer_product_id":158543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:15:01.000Z","modified_at":"2026-01-17T08:15:01.000Z","name":"Jermey Fay","mobile_number":"588-795-7408","email_id":"Leann69@gmail.com","dop":"2025-11-11","serial_number":"1053642201114808","imei1":"1053642201114808","imei2":"1053642201114808","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:15:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158537,"job_number":"JOB_158537","tr_customer_id":158554,"tr_customer_product_id":158544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:15:36.000Z","modified_at":"2026-01-17T08:15:37.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"10521778890172","imei1":"10521778890172","imei2":"10521778890172","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:15:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158539,"job_number":"JOB_158539","tr_customer_id":158556,"tr_customer_product_id":158546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:15:38.000Z","modified_at":"2026-01-17T08:15:38.000Z","name":"Vesta Adams","mobile_number":"602-479-0951","email_id":"Loy_Bartell@yahoo.com","dop":"2025-11-11","serial_number":"1034828494722546","imei1":"1034828494722546","imei2":"1034828494722546","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:15:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158540,"job_number":"JOB_158540","tr_customer_id":158557,"tr_customer_product_id":158547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:16:13.000Z","modified_at":"2026-01-17T08:16:13.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"17802269403639","imei1":"17802269403639","imei2":"17802269403639","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:16:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158542,"job_number":"JOB_158542","tr_customer_id":158559,"tr_customer_product_id":158549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:16:14.000Z","modified_at":"2026-01-17T08:16:14.000Z","name":"Stacy Terry","mobile_number":"662-953-4308","email_id":"Bobbie.Kessler@hotmail.com","dop":"2025-11-11","serial_number":"1095504457553139","imei1":"1095504457553139","imei2":"1095504457553139","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:16:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158543,"job_number":"JOB_158543","tr_customer_id":158560,"tr_customer_product_id":158550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:16:58.000Z","modified_at":"2026-01-17T08:16:58.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"14410187190358","imei1":"14410187190358","imei2":"14410187190358","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:16:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158545,"job_number":"JOB_158545","tr_customer_id":158562,"tr_customer_product_id":158552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:16:59.000Z","modified_at":"2026-01-17T08:16:59.000Z","name":"Florian Corkery","mobile_number":"339-664-6112","email_id":"Natasha.Kovacek31@gmail.com","dop":"2025-11-11","serial_number":"1089759704103791","imei1":"1089759704103791","imei2":"1089759704103791","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:16:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158546,"job_number":"JOB_158546","tr_customer_id":158563,"tr_customer_product_id":158553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:17:31.000Z","modified_at":"2026-01-17T08:17:31.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"13031192936951","imei1":"13031192936951","imei2":"13031192936951","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158548,"job_number":"JOB_158548","tr_customer_id":158565,"tr_customer_product_id":158555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:17:32.000Z","modified_at":"2026-01-17T08:17:32.000Z","name":"Luna Strosin","mobile_number":"912-537-8353","email_id":"Neoma_Walker@hotmail.com","dop":"2025-11-11","serial_number":"1089809401415059","imei1":"1089809401415059","imei2":"1089809401415059","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:17:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158549,"job_number":"JOB_158549","tr_customer_id":158566,"tr_customer_product_id":158556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:18:04.000Z","modified_at":"2026-01-17T08:18:04.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"12527699152554","imei1":"12527699152554","imei2":"12527699152554","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:18:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158551,"job_number":"JOB_158551","tr_customer_id":158568,"tr_customer_product_id":158558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:18:06.000Z","modified_at":"2026-01-17T08:18:06.000Z","name":"Brandon Dickinson","mobile_number":"488-970-6215","email_id":"Jameson.Sporer@hotmail.com","dop":"2025-11-11","serial_number":"1006251795810761","imei1":"1006251795810761","imei2":"1006251795810761","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158552,"job_number":"JOB_158552","tr_customer_id":158569,"tr_customer_product_id":158559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:21:04.000Z","modified_at":"2026-01-17T08:21:04.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"19565437812488","imei1":"19565437812488","imei2":"19565437812488","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158554,"job_number":"JOB_158554","tr_customer_id":158571,"tr_customer_product_id":158561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:21:06.000Z","modified_at":"2026-01-17T08:21:06.000Z","name":"Robb Wilkinson","mobile_number":"556-554-4747","email_id":"Oceane.Okuneva79@hotmail.com","dop":"2025-11-11","serial_number":"1048774358593789","imei1":"1048774358593789","imei2":"1048774358593789","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158555,"job_number":"JOB_158555","tr_customer_id":158572,"tr_customer_product_id":158562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:21:44.000Z","modified_at":"2026-01-17T08:21:44.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"19450734363893","imei1":"19450734363893","imei2":"19450734363893","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:21:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158557,"job_number":"JOB_158557","tr_customer_id":158574,"tr_customer_product_id":158564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:21:45.000Z","modified_at":"2026-01-17T08:21:45.000Z","name":"Moshe Blanda","mobile_number":"753-548-1555","email_id":"Maxie.Dooley@gmail.com","dop":"2025-11-11","serial_number":"1090789462274335","imei1":"1090789462274335","imei2":"1090789462274335","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:21:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158558,"job_number":"JOB_158558","tr_customer_id":158575,"tr_customer_product_id":158565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:22:23.000Z","modified_at":"2026-01-17T08:22:23.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"11071961342702","imei1":"11071961342702","imei2":"11071961342702","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:22:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158560,"job_number":"JOB_158560","tr_customer_id":158577,"tr_customer_product_id":158567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:22:24.000Z","modified_at":"2026-01-17T08:22:24.000Z","name":"Queen Heathcote","mobile_number":"480-444-4845","email_id":"Kailee.Littel42@yahoo.com","dop":"2025-11-11","serial_number":"1022970343593802","imei1":"1022970343593802","imei2":"1022970343593802","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:22:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158567,"job_number":"JOB_158567","tr_customer_id":158584,"tr_customer_product_id":158574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T09:26:35.000Z","modified_at":"2026-01-17T09:26:35.000Z","name":"Rajdeep Roy","mobile_number":"8767564676","email_id":"rajdeep@mail.com","dop":"2025-12-31","serial_number":"34545656765645","imei1":"34545656765645","imei2":"34545656765645","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T09:26:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158568,"job_number":"JOB_158568","tr_customer_id":158585,"tr_customer_product_id":158575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T09:39:32.000Z","modified_at":"2026-01-17T09:39:32.000Z","name":"Rajdeep Roy","mobile_number":"8767564676","email_id":"rajdeep@mail.com","dop":"2025-12-31","serial_number":"34545656765641","imei1":"34545656765641","imei2":"34545656765641","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T09:39:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158569,"job_number":"JOB_158569","tr_customer_id":158586,"tr_customer_product_id":158576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T09:50:14.000Z","modified_at":"2026-01-17T09:50:14.000Z","name":"Aurore Wiegand","mobile_number":"515-741-0744","email_id":"Keshaun18@hotmail.com","dop":"2025-12-01","serial_number":"13314381694261","imei1":"13314381694261","imei2":"13314381694261","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T09:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158570,"job_number":"JOB_158570","tr_customer_id":158587,"tr_customer_product_id":158577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T09:50:23.000Z","modified_at":"2026-01-17T09:50:23.000Z","name":"Orval Stiedemann","mobile_number":"414-340-6119","email_id":"Murl.Harber52@hotmail.com","dop":"2025-12-01","serial_number":"14181177242485","imei1":"14181177242485","imei2":"14181177242485","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T09:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158571,"job_number":"JOB_158571","tr_customer_id":158588,"tr_customer_product_id":158578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:14:41.000Z","modified_at":"2026-01-17T10:14:41.000Z","name":"Orval Stiedemann","mobile_number":"414-340-6119","email_id":"Murl.Harber52@hotmail.com","dop":"2025-12-01","serial_number":"59181177242415","imei1":"59181177242415","imei2":"59181177242415","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:14:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158572,"job_number":"JOB_158572","tr_customer_id":158589,"tr_customer_product_id":158579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:14:41.000Z","modified_at":"2026-01-17T10:14:41.000Z","name":"Orval Stiedemann","mobile_number":"414-340-6119","email_id":"Murl.Harber52@hotmail.com","dop":"2025-12-01","serial_number":"54181077242485","imei1":"54181077242485","imei2":"54181077242485","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:14:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158573,"job_number":"JOB_158573","tr_customer_id":158590,"tr_customer_product_id":158580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:14:41.000Z","modified_at":"2026-01-17T10:14:41.000Z","name":"Orval Stiedemann","mobile_number":"414-340-6119","email_id":"Murl.Harber52@hotmail.com","dop":"2025-12-01","serial_number":"84781177242485","imei1":"84781177242485","imei2":"84781177242485","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:14:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158574,"job_number":"JOB_158574","tr_customer_id":158591,"tr_customer_product_id":158581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:30:22.000Z","modified_at":"2026-01-17T10:30:22.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-07","serial_number":"499863806375566","imei1":"499863806375566","imei2":"499863806375566","popurl":"2026-01-07T10:30:21.934521140Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:30:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158575,"job_number":"JOB_158575","tr_customer_id":158592,"tr_customer_product_id":158582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:30:34.000Z","modified_at":"2026-01-17T10:30:34.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-07","serial_number":"499863806376402","imei1":"499863806376402","imei2":"499863806376402","popurl":"2026-01-07T10:30:33.469421365Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:30:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158576,"job_number":"JOB_158576","tr_customer_id":158593,"tr_customer_product_id":158583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:30:39.000Z","modified_at":"2026-01-17T10:30:39.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-07","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2026-01-07T10:30:39.032616190Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:30:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158580,"job_number":"JOB_158580","tr_customer_id":158597,"tr_customer_product_id":158587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:55.000Z","modified_at":"2026-01-17T10:32:55.000Z","name":"Chitrangada Mukhopadhyay","mobile_number":"7027460945","email_id":"shwet.abbott@hotmail.com","dop":"2026-01-07","serial_number":"851290639513866","imei1":"851290639513866","imei2":"851290639513866","popurl":"www.abhisyanta-prajapat.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158581,"job_number":"JOB_158581","tr_customer_id":158598,"tr_customer_product_id":158588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:55.000Z","modified_at":"2026-01-17T10:32:55.000Z","name":"Trilokanath Jha","mobile_number":"7094776007","email_id":"gautama.nayar@hotmail.com","dop":"2026-01-07","serial_number":"304990818021268","imei1":"304990818021268","imei2":"304990818021268","popurl":"www.ramaa-gandhi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158582,"job_number":"JOB_158582","tr_customer_id":158599,"tr_customer_product_id":158589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:55.000Z","modified_at":"2026-01-17T10:32:55.000Z","name":"Bankim Mehra","mobile_number":"7024884726","email_id":"chidambar.jha@hotmail.com","dop":"2026-01-07","serial_number":"917100613738955","imei1":"917100613738955","imei2":"917100613738955","popurl":"www.gouranga-gupta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158583,"job_number":"JOB_158583","tr_customer_id":158600,"tr_customer_product_id":158590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:55.000Z","modified_at":"2026-01-17T10:32:55.000Z","name":"Sanjay Nehru","mobile_number":"7028517917","email_id":"hiranmay.khatri@hotmail.com","dop":"2026-01-07","serial_number":"449226044585182","imei1":"449226044585182","imei2":"449226044585182","popurl":"www.udai-guneta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158584,"job_number":"JOB_158584","tr_customer_id":158601,"tr_customer_product_id":158591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:55.000Z","modified_at":"2026-01-17T10:32:55.000Z","name":"Sanya Tandon","mobile_number":"7046173699","email_id":"kashyapi.shukla@yahoo.co.in","dop":"2026-01-07","serial_number":"035723642123512","imei1":"035723642123512","imei2":"035723642123512","popurl":"www.tejas-varrier.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158588,"job_number":"JOB_158588","tr_customer_id":158605,"tr_customer_product_id":158595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:33:04.000Z","modified_at":"2026-01-17T10:33:04.000Z","name":"Vidal Schiller","mobile_number":"223-344-6852","email_id":"Nathen.Rodriguez@hotmail.com","dop":"2025-04-06","serial_number":"10990250539126","imei1":"10990250539126","imei2":"10990250539126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158589,"job_number":"JOB_158589","tr_customer_id":158606,"tr_customer_product_id":158596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:33:04.000Z","modified_at":"2026-01-17T10:33:04.000Z","name":"Lessie Mayert","mobile_number":"575-525-5712","email_id":"Dale_King7@gmail.com","dop":"2025-04-06","serial_number":"15820412693753","imei1":"15820412693753","imei2":"15820412693753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158590,"job_number":"JOB_158590","tr_customer_id":158607,"tr_customer_product_id":158597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:33:04.000Z","modified_at":"2026-01-17T10:33:04.000Z","name":"Vidal Schiller","mobile_number":"223-344-6852","email_id":"Nathen.Rodriguez@hotmail.com","dop":"2025-04-06","serial_number":"10990250539126","imei1":"10990250539126","imei2":"10990250539126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158591,"job_number":"JOB_158591","tr_customer_id":158608,"tr_customer_product_id":158598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:33:04.000Z","modified_at":"2026-01-17T10:33:04.000Z","name":"Lessie Mayert","mobile_number":"575-525-5712","email_id":"Dale_King7@gmail.com","dop":"2025-04-06","serial_number":"15820412693753","imei1":"15820412693753","imei2":"15820412693753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158592,"job_number":"JOB_158592","tr_customer_id":158609,"tr_customer_product_id":158599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:36:33.000Z","modified_at":"2026-01-17T10:36:33.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-07","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-07T10:36:25.200210249Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158595,"job_number":"JOB_158595","tr_customer_id":158612,"tr_customer_product_id":158602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:06:50.000Z","modified_at":"2026-01-17T13:06:50.000Z","name":"Praven R","mobile_number":"8085536329","email_id":"praveen.raghu.raghu@gmail.com","dop":"2026-01-07","serial_number":"69002151778042","imei1":"69002151778042","imei2":"69002151778042","popurl":"2026-01-07T13:06:47.374840400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158597,"job_number":"JOB_158597","tr_customer_id":158614,"tr_customer_product_id":158604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:17:59.000Z","modified_at":"2026-01-17T13:17:59.000Z","name":"Zola Baumbach","mobile_number":"703-621-0580","email_id":"Alessandro_Spinka65@hotmail.com","dop":"2025-04-06","serial_number":"15658214331231192","imei1":"15658214331231192","imei2":"15658214331231192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158599,"job_number":"JOB_158599","tr_customer_id":158616,"tr_customer_product_id":158606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:30:11.000Z","modified_at":"2026-01-17T13:30:11.000Z","name":"Ewell Ullrich","mobile_number":"483-945-4635","email_id":"Pedro.Franecki@gmail.com","dop":"2025-04-06","serial_number":"16359633880044436","imei1":"16359633880044436","imei2":"16359633880044436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158601,"job_number":"JOB_158601","tr_customer_id":158618,"tr_customer_product_id":158608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:34:54.000Z","modified_at":"2026-01-17T13:34:54.000Z","name":"Jerrell Kuphal","mobile_number":"397-418-9876","email_id":"Amelia.Graham@yahoo.com","dop":"2025-04-06","serial_number":"12918805390936248","imei1":"12918805390936248","imei2":"12918805390936248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158602,"job_number":"JOB_158602","tr_customer_id":158619,"tr_customer_product_id":158609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:15.000Z","modified_at":"2026-01-17T13:44:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"74057997265807","imei1":"74057997265807","imei2":"74057997265807","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158603,"job_number":"JOB_158603","tr_customer_id":158620,"tr_customer_product_id":158610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:15.000Z","modified_at":"2026-01-17T13:44:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30167951031804","imei1":"30167951031804","imei2":"30167951031804","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158604,"job_number":"JOB_158604","tr_customer_id":158621,"tr_customer_product_id":158611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:15.000Z","modified_at":"2026-01-17T13:44:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41151216386246","imei1":"41151216386246","imei2":"41151216386246","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158605,"job_number":"JOB_158605","tr_customer_id":158622,"tr_customer_product_id":158612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:16.000Z","modified_at":"2026-01-17T13:44:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"52722559354487","imei1":"52722559354487","imei2":"52722559354487","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158606,"job_number":"JOB_158606","tr_customer_id":158623,"tr_customer_product_id":158613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:16.000Z","modified_at":"2026-01-17T13:44:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40832581069756","imei1":"40832581069756","imei2":"40832581069756","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158607,"job_number":"JOB_158607","tr_customer_id":158624,"tr_customer_product_id":158614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:16.000Z","modified_at":"2026-01-17T13:44:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26550524413487","imei1":"26550524413487","imei2":"26550524413487","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158610,"job_number":"JOB_158610","tr_customer_id":158627,"tr_customer_product_id":158617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:35.000Z","modified_at":"2026-01-17T13:44:35.000Z","name":"Weston Pagac","mobile_number":"388-407-3757","email_id":"Chesley.Kovacek81@gmail.com","dop":"2025-04-06","serial_number":"10532881943652788","imei1":"10532881943652788","imei2":"10532881943652788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158611,"job_number":"JOB_158611","tr_customer_id":158628,"tr_customer_product_id":158618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:45.000Z","modified_at":"2026-01-17T13:44:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26245256270819","imei1":"26245256270819","imei2":"26245256270819","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158612,"job_number":"JOB_158612","tr_customer_id":158629,"tr_customer_product_id":158619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:45.000Z","modified_at":"2026-01-17T13:44:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18859458334557","imei1":"18859458334557","imei2":"18859458334557","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158613,"job_number":"JOB_158613","tr_customer_id":158630,"tr_customer_product_id":158620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:46.000Z","modified_at":"2026-01-17T13:44:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"66111986633630","imei1":"66111986633630","imei2":"66111986633630","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158614,"job_number":"JOB_158614","tr_customer_id":158631,"tr_customer_product_id":158621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:46.000Z","modified_at":"2026-01-17T13:44:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41453310610370","imei1":"41453310610370","imei2":"41453310610370","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158615,"job_number":"JOB_158615","tr_customer_id":158632,"tr_customer_product_id":158622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:46.000Z","modified_at":"2026-01-17T13:44:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26976981165670","imei1":"26976981165670","imei2":"26976981165670","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158616,"job_number":"JOB_158616","tr_customer_id":158633,"tr_customer_product_id":158623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:47.000Z","modified_at":"2026-01-17T13:44:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41156612472435","imei1":"41156612472435","imei2":"41156612472435","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158618,"job_number":"JOB_158618","tr_customer_id":158635,"tr_customer_product_id":158625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:15.000Z","modified_at":"2026-01-17T13:45:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30122012309143","imei1":"30122012309143","imei2":"30122012309143","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158619,"job_number":"JOB_158619","tr_customer_id":158636,"tr_customer_product_id":158626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:16.000Z","modified_at":"2026-01-17T13:45:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78630305501777","imei1":"78630305501777","imei2":"78630305501777","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158620,"job_number":"JOB_158620","tr_customer_id":158637,"tr_customer_product_id":158627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:16.000Z","modified_at":"2026-01-17T13:45:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28511227585697","imei1":"28511227585697","imei2":"28511227585697","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158621,"job_number":"JOB_158621","tr_customer_id":158638,"tr_customer_product_id":158628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:16.000Z","modified_at":"2026-01-17T13:45:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87794233422130","imei1":"87794233422130","imei2":"87794233422130","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158622,"job_number":"JOB_158622","tr_customer_id":158639,"tr_customer_product_id":158629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:16.000Z","modified_at":"2026-01-17T13:45:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26325599133394","imei1":"26325599133394","imei2":"26325599133394","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158623,"job_number":"JOB_158623","tr_customer_id":158640,"tr_customer_product_id":158630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:17.000Z","modified_at":"2026-01-17T13:45:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"66370868426626","imei1":"66370868426626","imei2":"66370868426626","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158625,"job_number":"JOB_158625","tr_customer_id":158642,"tr_customer_product_id":158632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:30.000Z","modified_at":"2026-01-17T13:45:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17629368444625","imei1":"17629368444625","imei2":"17629368444625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158627,"job_number":"JOB_158627","tr_customer_id":158644,"tr_customer_product_id":158634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:32.000Z","modified_at":"2026-01-17T13:45:32.000Z","name":"Karley Dickens","mobile_number":"746-981-3678","email_id":"Mervin.Braun93@yahoo.com","dop":"2025-04-06","serial_number":"19117609586636850","imei1":"19117609586636850","imei2":"19117609586636850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158630,"job_number":"JOB_158630","tr_customer_id":158647,"tr_customer_product_id":158637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:46:12.000Z","modified_at":"2026-01-17T13:46:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15543158690517","imei1":"15543158690517","imei2":"15543158690517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:46:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158632,"job_number":"JOB_158632","tr_customer_id":158649,"tr_customer_product_id":158639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:46:14.000Z","modified_at":"2026-01-17T13:46:14.000Z","name":"Ulices Jakubowski","mobile_number":"207-743-0260","email_id":"Emerald.McDermott@hotmail.com","dop":"2025-04-06","serial_number":"13272885307762950","imei1":"13272885307762950","imei2":"13272885307762950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:46:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158634,"job_number":"JOB_158634","tr_customer_id":158651,"tr_customer_product_id":158641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:46:53.000Z","modified_at":"2026-01-17T13:46:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19130729252620","imei1":"19130729252620","imei2":"19130729252620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158636,"job_number":"JOB_158636","tr_customer_id":158653,"tr_customer_product_id":158643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:46:55.000Z","modified_at":"2026-01-17T13:46:55.000Z","name":"Gregory Lehner","mobile_number":"252-907-3482","email_id":"Nickolas.Okuneva18@gmail.com","dop":"2025-04-06","serial_number":"15410526922974666","imei1":"15410526922974666","imei2":"15410526922974666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:46:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158646,"job_number":"JOB_158646","tr_customer_id":158663,"tr_customer_product_id":158653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:12:32.000Z","modified_at":"2026-01-17T14:12:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18091773680498","imei1":"18091773680498","imei2":"18091773680498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:12:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158648,"job_number":"JOB_158648","tr_customer_id":158665,"tr_customer_product_id":158655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:12:34.000Z","modified_at":"2026-01-17T14:12:34.000Z","name":"Gerson Tremblay","mobile_number":"372-931-4596","email_id":"Baby.Leannon@hotmail.com","dop":"2025-04-06","serial_number":"16649133410941834","imei1":"16649133410941834","imei2":"16649133410941834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:12:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158649,"job_number":"JOB_158649","tr_customer_id":158666,"tr_customer_product_id":158656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:13:14.000Z","modified_at":"2026-01-17T14:13:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10684522929694","imei1":"10684522929694","imei2":"10684522929694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:13:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158651,"job_number":"JOB_158651","tr_customer_id":158668,"tr_customer_product_id":158658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:13:16.000Z","modified_at":"2026-01-17T14:13:16.000Z","name":"Sasha Lindgren","mobile_number":"298-975-3537","email_id":"Haley_Ferry81@yahoo.com","dop":"2025-04-06","serial_number":"19125134454016620","imei1":"19125134454016620","imei2":"19125134454016620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:13:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158653,"job_number":"JOB_158653","tr_customer_id":158670,"tr_customer_product_id":158660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:13:55.000Z","modified_at":"2026-01-17T14:13:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12373828898741","imei1":"12373828898741","imei2":"12373828898741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:13:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158655,"job_number":"JOB_158655","tr_customer_id":158672,"tr_customer_product_id":158662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:13:57.000Z","modified_at":"2026-01-17T14:13:57.000Z","name":"Westley Wiegand","mobile_number":"710-933-5009","email_id":"Rigoberto_Ullrich34@yahoo.com","dop":"2025-04-06","serial_number":"18353973864368252","imei1":"18353973864368252","imei2":"18353973864368252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:13:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158657,"job_number":"JOB_158657","tr_customer_id":158674,"tr_customer_product_id":158664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:14:37.000Z","modified_at":"2026-01-17T14:14:37.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10451471700727","imei1":"10451471700727","imei2":"10451471700727","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158659,"job_number":"JOB_158659","tr_customer_id":158676,"tr_customer_product_id":158666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:14:38.000Z","modified_at":"2026-01-17T14:14:38.000Z","name":"Greta Wunsch","mobile_number":"522-394-8510","email_id":"Lavon.Gibson3@hotmail.com","dop":"2025-06-18","serial_number":"1084230471254524","imei1":"1084230471254524","imei2":"1084230471254524","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158660,"job_number":"JOB_158660","tr_customer_id":158677,"tr_customer_product_id":158667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:14:53.000Z","modified_at":"2026-01-17T14:14:53.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10224292673251","imei1":"10224292673251","imei2":"10224292673251","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:14:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158662,"job_number":"JOB_158662","tr_customer_id":158679,"tr_customer_product_id":158669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:14:54.000Z","modified_at":"2026-01-17T14:14:54.000Z","name":"Vicente Shields","mobile_number":"455-495-0587","email_id":"Linnie_Boyer50@hotmail.com","dop":"2000-01-31","serial_number":"1091488826582765","imei1":"1091488826582765","imei2":"1091488826582765","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:14:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158663,"job_number":"JOB_158663","tr_customer_id":158680,"tr_customer_product_id":158670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:15:20.000Z","modified_at":"2026-01-17T14:15:20.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10551444669687","imei1":"10551444669687","imei2":"10551444669687","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:15:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158665,"job_number":"JOB_158665","tr_customer_id":158682,"tr_customer_product_id":158672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:15:21.000Z","modified_at":"2026-01-17T14:15:21.000Z","name":"Monica Reilly","mobile_number":"926-236-0632","email_id":"Otho.Rice50@gmail.com","dop":"2025-06-18","serial_number":"1087489033745932","imei1":"1087489033745932","imei2":"1087489033745932","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158666,"job_number":"JOB_158666","tr_customer_id":158683,"tr_customer_product_id":158673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:15:36.000Z","modified_at":"2026-01-17T14:15:36.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10931693820099","imei1":"10931693820099","imei2":"10931693820099","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:15:36.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158668,"job_number":"JOB_158668","tr_customer_id":158685,"tr_customer_product_id":158675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:15:38.000Z","modified_at":"2026-01-17T14:15:38.000Z","name":"Victoria Bruen","mobile_number":"425-304-4523","email_id":"Laura_Walker@gmail.com","dop":"2000-01-31","serial_number":"1066920924905886","imei1":"1066920924905886","imei2":"1066920924905886","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:15:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158669,"job_number":"JOB_158669","tr_customer_id":158686,"tr_customer_product_id":158676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:16:19.000Z","modified_at":"2026-01-17T14:16:19.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10578751958578","imei1":"10578751958578","imei2":"10578751958578","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158671,"job_number":"JOB_158671","tr_customer_id":158688,"tr_customer_product_id":158678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:16:20.000Z","modified_at":"2026-01-17T14:16:20.000Z","name":"Jarrod Kirlin","mobile_number":"450-520-5808","email_id":"Camden.Ryan@hotmail.com","dop":"2000-01-31","serial_number":"1076332240577605","imei1":"1076332240577605","imei2":"1076332240577605","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:16:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158672,"job_number":"JOB_158672","tr_customer_id":158689,"tr_customer_product_id":158679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:16:51.000Z","modified_at":"2026-01-17T14:16:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12753533721348","imei1":"12753533721348","imei2":"12753533721348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:16:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158674,"job_number":"JOB_158674","tr_customer_id":158691,"tr_customer_product_id":158681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:16:52.000Z","modified_at":"2026-01-17T14:16:52.000Z","name":"Jaden Rowe","mobile_number":"798-986-0076","email_id":"Jimmie_Franecki@gmail.com","dop":"2025-04-06","serial_number":"17980158681459964","imei1":"17980158681459964","imei2":"17980158681459964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:16:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158675,"job_number":"JOB_158675","tr_customer_id":158692,"tr_customer_product_id":158682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:01.000Z","modified_at":"2026-01-17T14:17:01.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10116015840681","imei1":"10116015840681","imei2":"10116015840681","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158677,"job_number":"JOB_158677","tr_customer_id":158694,"tr_customer_product_id":158684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:03.000Z","modified_at":"2026-01-17T14:17:03.000Z","name":"Antonietta Armstrong","mobile_number":"972-790-8736","email_id":"Deondre.Balistreri72@hotmail.com","dop":"2000-01-31","serial_number":"1041996121168359","imei1":"1041996121168359","imei2":"1041996121168359","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158678,"job_number":"JOB_158678","tr_customer_id":158695,"tr_customer_product_id":158685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:04.000Z","modified_at":"2026-01-17T14:17:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16342830193164","imei1":"16342830193164","imei2":"16342830193164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158680,"job_number":"JOB_158680","tr_customer_id":158697,"tr_customer_product_id":158687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:05.000Z","modified_at":"2026-01-17T14:17:05.000Z","name":"Humberto Spinka","mobile_number":"753-416-6420","email_id":"Randi.Luettgen@yahoo.com","dop":"2025-04-06","serial_number":"19588036401966276","imei1":"19588036401966276","imei2":"19588036401966276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158681,"job_number":"JOB_158681","tr_customer_id":158698,"tr_customer_product_id":158688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:33.000Z","modified_at":"2026-01-17T14:17:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12834778364601","imei1":"12834778364601","imei2":"12834778364601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158683,"job_number":"JOB_158683","tr_customer_id":158700,"tr_customer_product_id":158690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:35.000Z","modified_at":"2026-01-17T14:17:35.000Z","name":"Andy Beatty","mobile_number":"935-289-2567","email_id":"Llewellyn7@gmail.com","dop":"2025-04-06","serial_number":"18904882249374670","imei1":"18904882249374670","imei2":"18904882249374670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158684,"job_number":"JOB_158684","tr_customer_id":158701,"tr_customer_product_id":158691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:48.000Z","modified_at":"2026-01-17T14:17:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18094886759588","imei1":"18094886759588","imei2":"18094886759588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158686,"job_number":"JOB_158686","tr_customer_id":158703,"tr_customer_product_id":158693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:50.000Z","modified_at":"2026-01-17T14:17:50.000Z","name":"Godfrey Bruen","mobile_number":"466-999-4189","email_id":"Arnoldo.Schamberger37@hotmail.com","dop":"2025-04-06","serial_number":"14618177786943698","imei1":"14618177786943698","imei2":"14618177786943698","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158687,"job_number":"JOB_158687","tr_customer_id":158704,"tr_customer_product_id":158694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:56.000Z","modified_at":"2026-01-17T14:17:56.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"18517755921790","imei1":"18517755921790","imei2":"18517755921790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158689,"job_number":"JOB_158689","tr_customer_id":158706,"tr_customer_product_id":158696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:57.000Z","modified_at":"2026-01-17T14:17:57.000Z","name":"Destiney Dicki","mobile_number":"450-345-8998","email_id":"Jany.Buckridge28@yahoo.com","dop":"2025-04-06","serial_number":"17162810290107806","imei1":"17162810290107806","imei2":"17162810290107806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158690,"job_number":"JOB_158690","tr_customer_id":158707,"tr_customer_product_id":158697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:16.000Z","modified_at":"2026-01-17T14:18:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14522990969261","imei1":"14522990969261","imei2":"14522990969261","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158692,"job_number":"JOB_158692","tr_customer_id":158709,"tr_customer_product_id":158699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:17.000Z","modified_at":"2026-01-17T14:18:17.000Z","name":"Vinnie Bahringer","mobile_number":"522-760-4962","email_id":"Jaylin.Boehm21@gmail.com","dop":"2025-04-06","serial_number":"11338952446564860","imei1":"11338952446564860","imei2":"11338952446564860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158693,"job_number":"JOB_158693","tr_customer_id":158710,"tr_customer_product_id":158700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:20.000Z","modified_at":"2026-01-17T14:18:20.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10266768713551","imei1":"10266768713551","imei2":"10266768713551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158695,"job_number":"JOB_158695","tr_customer_id":158712,"tr_customer_product_id":158702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:22.000Z","modified_at":"2026-01-17T14:18:22.000Z","name":"Christiana Lesch","mobile_number":"447-266-5208","email_id":"Jane_Blanda@yahoo.com","dop":"2025-04-06","serial_number":"15113884644999442","imei1":"15113884644999442","imei2":"15113884644999442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158696,"job_number":"JOB_158696","tr_customer_id":158713,"tr_customer_product_id":158703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:32.000Z","modified_at":"2026-01-17T14:18:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17404816605093","imei1":"17404816605093","imei2":"17404816605093","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158698,"job_number":"JOB_158698","tr_customer_id":158715,"tr_customer_product_id":158705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:34.000Z","modified_at":"2026-01-17T14:18:34.000Z","name":"Tyree Weimann","mobile_number":"764-771-4006","email_id":"Wilhelmine.Jaskolski@yahoo.com","dop":"2025-04-06","serial_number":"15465211349674468","imei1":"15465211349674468","imei2":"15465211349674468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158699,"job_number":"JOB_158699","tr_customer_id":158716,"tr_customer_product_id":158706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:39.000Z","modified_at":"2026-01-17T14:18:39.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10471800020481","imei1":"10471800020481","imei2":"10471800020481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158701,"job_number":"JOB_158701","tr_customer_id":158718,"tr_customer_product_id":158708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:40.000Z","modified_at":"2026-01-17T14:18:40.000Z","name":"Bonita Dickinson","mobile_number":"657-671-1617","email_id":"Ola.Boyer0@gmail.com","dop":"2025-04-06","serial_number":"13514098710868666","imei1":"13514098710868666","imei2":"13514098710868666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158702,"job_number":"JOB_158702","tr_customer_id":158719,"tr_customer_product_id":158709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:04.000Z","modified_at":"2026-01-17T14:19:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17025591250862","imei1":"17025591250862","imei2":"17025591250862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158704,"job_number":"JOB_158704","tr_customer_id":158721,"tr_customer_product_id":158711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:06.000Z","modified_at":"2026-01-17T14:19:06.000Z","name":"Oren Cole","mobile_number":"806-696-3473","email_id":"Talon.Hahn@yahoo.com","dop":"2025-04-06","serial_number":"14657256295217396","imei1":"14657256295217396","imei2":"14657256295217396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158705,"job_number":"JOB_158705","tr_customer_id":158722,"tr_customer_product_id":158712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:21.000Z","modified_at":"2026-01-17T14:19:21.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"17820338035101","imei1":"17820338035101","imei2":"17820338035101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158707,"job_number":"JOB_158707","tr_customer_id":158724,"tr_customer_product_id":158714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:23.000Z","modified_at":"2026-01-17T14:19:23.000Z","name":"Joel Mayer","mobile_number":"491-736-0982","email_id":"Salvador_Moore@gmail.com","dop":"2025-04-06","serial_number":"17663381993187036","imei1":"17663381993187036","imei2":"17663381993187036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158708,"job_number":"JOB_158708","tr_customer_id":158725,"tr_customer_product_id":158715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:23.000Z","modified_at":"2026-01-17T14:19:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12418606962852","imei1":"12418606962852","imei2":"12418606962852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158710,"job_number":"JOB_158710","tr_customer_id":158727,"tr_customer_product_id":158717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:24.000Z","modified_at":"2026-01-17T14:19:24.000Z","name":"Laverne Davis","mobile_number":"416-571-1562","email_id":"Randi39@yahoo.com","dop":"2025-04-06","serial_number":"14641225090621914","imei1":"14641225090621914","imei2":"14641225090621914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158712,"job_number":"JOB_158712","tr_customer_id":158729,"tr_customer_product_id":158719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:32.000Z","modified_at":"2026-01-17T14:19:32.000Z","name":"Allison Miller","mobile_number":"658-807-8668","email_id":"Raegan.Stoltenberg@gmail.com","dop":"2025-04-06","serial_number":"18715288675855280","imei1":"18715288675855280","imei2":"18715288675855280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158713,"job_number":"JOB_158713","tr_customer_id":158730,"tr_customer_product_id":158720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:48.000Z","modified_at":"2026-01-17T14:19:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15155028369161","imei1":"15155028369161","imei2":"15155028369161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158715,"job_number":"JOB_158715","tr_customer_id":158732,"tr_customer_product_id":158722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:49.000Z","modified_at":"2026-01-17T14:19:49.000Z","name":"Carlie Glover","mobile_number":"424-612-9076","email_id":"Flavie17@yahoo.com","dop":"2025-04-06","serial_number":"10210960690691308","imei1":"10210960690691308","imei2":"10210960690691308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158717,"job_number":"JOB_158717","tr_customer_id":158734,"tr_customer_product_id":158724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:51.000Z","modified_at":"2026-01-17T14:19:51.000Z","name":"Dexter Ankunding","mobile_number":"535-218-4311","email_id":"Retta2@yahoo.com","dop":"2025-04-06","serial_number":"17666983575585188","imei1":"17666983575585188","imei2":"17666983575585188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158718,"job_number":"JOB_158718","tr_customer_id":158735,"tr_customer_product_id":158725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:09.000Z","modified_at":"2026-01-17T14:20:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14679496125109","imei1":"14679496125109","imei2":"14679496125109","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158720,"job_number":"JOB_158720","tr_customer_id":158737,"tr_customer_product_id":158727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:10.000Z","modified_at":"2026-01-17T14:20:10.000Z","name":"Sabrina Morissette","mobile_number":"484-954-5719","email_id":"Myrtle51@gmail.com","dop":"2025-04-06","serial_number":"18692994420446824","imei1":"18692994420446824","imei2":"18692994420446824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158721,"job_number":"JOB_158721","tr_customer_id":158738,"tr_customer_product_id":158728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:41.000Z","modified_at":"2026-01-17T14:20:41.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15534232638303","imei1":"15534232638303","imei2":"15534232638303","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158722,"job_number":"JOB_158722","tr_customer_id":158739,"tr_customer_product_id":158729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:42.000Z","modified_at":"2026-01-17T14:20:42.000Z","name":"Era Heathcote","mobile_number":"837-201-9597","email_id":"Winona_Hilll69@yahoo.com","dop":"2025-09-16","serial_number":"15238595934770","imei1":"15238595934770","imei2":"15238595934770","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158723,"job_number":"JOB_158723","tr_customer_id":158740,"tr_customer_product_id":158730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:54.000Z","modified_at":"2026-01-17T14:20:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19102849190838","imei1":"19102849190838","imei2":"19102849190838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158725,"job_number":"JOB_158725","tr_customer_id":158742,"tr_customer_product_id":158732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:56.000Z","modified_at":"2026-01-17T14:20:56.000Z","name":"Donny Heaney","mobile_number":"222-752-2996","email_id":"Elmira_Dach@yahoo.com","dop":"2025-04-06","serial_number":"18219336670513028","imei1":"18219336670513028","imei2":"18219336670513028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158726,"job_number":"JOB_158726","tr_customer_id":158743,"tr_customer_product_id":158733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:21:01.000Z","modified_at":"2026-01-17T14:21:01.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"19595362858336","imei1":"19595362858336","imei2":"19595362858336","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:21:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158727,"job_number":"JOB_158727","tr_customer_id":158744,"tr_customer_product_id":158734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:21:01.000Z","modified_at":"2026-01-17T14:21:01.000Z","name":"Ludwig Weimann","mobile_number":"275-657-2186","email_id":"Bernadine89@yahoo.com","dop":"2025-09-16","serial_number":"17892064411706","imei1":"17892064411706","imei2":"17892064411706","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:21:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158728,"job_number":"JOB_158728","tr_customer_id":158745,"tr_customer_product_id":158735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:21:19.000Z","modified_at":"2026-01-17T14:21:19.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"11468865745600","imei1":"11468865745600","imei2":"11468865745600","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:21:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158729,"job_number":"JOB_158729","tr_customer_id":158746,"tr_customer_product_id":158736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:21:19.000Z","modified_at":"2026-01-17T14:21:19.000Z","name":"Dora Heathcote","mobile_number":"366-332-4191","email_id":"Annamarie.Parisian@yahoo.com","dop":"2025-09-16","serial_number":"13318452855964","imei1":"13318452855964","imei2":"13318452855964","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:21:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158730,"job_number":"JOB_158730","tr_customer_id":158747,"tr_customer_product_id":158737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:00.000Z","modified_at":"2026-01-17T14:22:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15907174839703","imei1":"15907174839703","imei2":"15907174839703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158732,"job_number":"JOB_158732","tr_customer_id":158749,"tr_customer_product_id":158739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:02.000Z","modified_at":"2026-01-17T14:22:02.000Z","name":"Daniela Ortiz","mobile_number":"537-952-8359","email_id":"Johathan57@yahoo.com","dop":"2025-04-06","serial_number":"12250002517113234","imei1":"12250002517113234","imei2":"12250002517113234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158733,"job_number":"JOB_158733","tr_customer_id":158750,"tr_customer_product_id":158740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:26.000Z","modified_at":"2026-01-17T14:22:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19848454437255","imei1":"19848454437255","imei2":"19848454437255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158735,"job_number":"JOB_158735","tr_customer_id":158752,"tr_customer_product_id":158742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:28.000Z","modified_at":"2026-01-17T14:22:28.000Z","name":"Curt Mraz","mobile_number":"411-450-7391","email_id":"Chasity_Zieme@gmail.com","dop":"2025-04-06","serial_number":"18929365349683284","imei1":"18929365349683284","imei2":"18929365349683284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158736,"job_number":"JOB_158736","tr_customer_id":158753,"tr_customer_product_id":158743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:46.000Z","modified_at":"2026-01-17T14:22:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12757012798342","imei1":"12757012798342","imei2":"12757012798342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158738,"job_number":"JOB_158738","tr_customer_id":158755,"tr_customer_product_id":158745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:48.000Z","modified_at":"2026-01-17T14:22:48.000Z","name":"Leann Davis","mobile_number":"754-869-3737","email_id":"Roscoe_Emmerich35@yahoo.com","dop":"2025-04-06","serial_number":"13382086655036860","imei1":"13382086655036860","imei2":"13382086655036860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158739,"job_number":"JOB_158739","tr_customer_id":158756,"tr_customer_product_id":158746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:00.000Z","modified_at":"2026-01-17T14:23:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16918879298313","imei1":"16918879298313","imei2":"16918879298313","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158741,"job_number":"JOB_158741","tr_customer_id":158758,"tr_customer_product_id":158748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:02.000Z","modified_at":"2026-01-17T14:23:02.000Z","name":"Carlee Hammes","mobile_number":"500-754-2248","email_id":"Torey.Rosenbaum83@yahoo.com","dop":"2025-04-06","serial_number":"14537276977465120","imei1":"14537276977465120","imei2":"14537276977465120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158745,"job_number":"JOB_158745","tr_customer_id":158762,"tr_customer_product_id":158752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:10.000Z","modified_at":"2026-01-17T14:23:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12486151178579","imei1":"12486151178579","imei2":"12486151178579","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158747,"job_number":"JOB_158747","tr_customer_id":158764,"tr_customer_product_id":158754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:11.000Z","modified_at":"2026-01-17T14:23:11.000Z","name":"Burley Will","mobile_number":"838-557-6590","email_id":"Kareem.Welch16@hotmail.com","dop":"2025-04-06","serial_number":"11734939947857930","imei1":"11734939947857930","imei2":"11734939947857930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158751,"job_number":"JOB_158751","tr_customer_id":158768,"tr_customer_product_id":158758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:31.000Z","modified_at":"2026-01-17T14:23:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15907929802794","imei1":"15907929802794","imei2":"15907929802794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158754,"job_number":"JOB_158754","tr_customer_id":158771,"tr_customer_product_id":158761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:33.000Z","modified_at":"2026-01-17T14:23:33.000Z","name":"Rene Rutherford","mobile_number":"251-807-9780","email_id":"Aric83@yahoo.com","dop":"2025-04-06","serial_number":"16472941615727376","imei1":"16472941615727376","imei2":"16472941615727376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158757,"job_number":"JOB_158757","tr_customer_id":158774,"tr_customer_product_id":158764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:46.000Z","modified_at":"2026-01-17T14:23:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12257320382136","imei1":"12257320382136","imei2":"12257320382136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158759,"job_number":"JOB_158759","tr_customer_id":158776,"tr_customer_product_id":158766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:48.000Z","modified_at":"2026-01-17T14:23:48.000Z","name":"Hiram Hodkiewicz","mobile_number":"935-374-6827","email_id":"Reyes12@hotmail.com","dop":"2025-04-06","serial_number":"11424991411025350","imei1":"11424991411025350","imei2":"11424991411025350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158760,"job_number":"JOB_158760","tr_customer_id":158777,"tr_customer_product_id":158767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:52.000Z","modified_at":"2026-01-17T14:23:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15662172865686","imei1":"15662172865686","imei2":"15662172865686","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158762,"job_number":"JOB_158762","tr_customer_id":158779,"tr_customer_product_id":158769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:53.000Z","modified_at":"2026-01-17T14:23:53.000Z","name":"Halie Zulauf","mobile_number":"794-844-4950","email_id":"Mekhi73@hotmail.com","dop":"2025-04-06","serial_number":"18450969728955960","imei1":"18450969728955960","imei2":"18450969728955960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158764,"job_number":"JOB_158764","tr_customer_id":158781,"tr_customer_product_id":158771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:24:09.000Z","modified_at":"2026-01-17T14:24:09.000Z","name":"Gail Keebler","mobile_number":"817-637-0421","email_id":"Krystel_Kessler31@hotmail.com","dop":"2025-04-06","serial_number":"19946476378658236","imei1":"19946476378658236","imei2":"19946476378658236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:24:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158765,"job_number":"JOB_158765","tr_customer_id":158782,"tr_customer_product_id":158772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:24:30.000Z","modified_at":"2026-01-17T14:24:30.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11300854590031","imei1":"11300854590031","imei2":"11300854590031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:24:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158767,"job_number":"JOB_158767","tr_customer_id":158784,"tr_customer_product_id":158774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:24:31.000Z","modified_at":"2026-01-17T14:24:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13988669582897","imei1":"13988669582897","imei2":"13988669582897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:24:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158769,"job_number":"JOB_158769","tr_customer_id":158786,"tr_customer_product_id":158776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:24:32.000Z","modified_at":"2026-01-17T14:24:32.000Z","name":"Gregory Tremblay","mobile_number":"927-922-4456","email_id":"Nora.Conroy@gmail.com","dop":"2025-04-06","serial_number":"15601718858284190","imei1":"15601718858284190","imei2":"15601718858284190","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:24:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158770,"job_number":"JOB_158770","tr_customer_id":158787,"tr_customer_product_id":158777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:24:33.000Z","modified_at":"2026-01-17T14:24:33.000Z","name":"Shayna Corkery","mobile_number":"763-359-1093","email_id":"Nick.Feest96@yahoo.com","dop":"2025-04-06","serial_number":"14553842372321276","imei1":"14553842372321276","imei2":"14553842372321276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:24:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158772,"job_number":"JOB_158772","tr_customer_id":158789,"tr_customer_product_id":158779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:25:05.000Z","modified_at":"2026-01-17T14:25:05.000Z","name":"Sabina Considine","mobile_number":"543-459-3385","email_id":"Gerry.Gleichner14@yahoo.com","dop":"2025-04-06","serial_number":"18872442904006304","imei1":"18872442904006304","imei2":"18872442904006304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:25:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158773,"job_number":"JOB_158773","tr_customer_id":158790,"tr_customer_product_id":158780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:25:15.000Z","modified_at":"2026-01-17T14:25:15.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15358011344340","imei1":"15358011344340","imei2":"15358011344340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:25:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158775,"job_number":"JOB_158775","tr_customer_id":158792,"tr_customer_product_id":158782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:25:16.000Z","modified_at":"2026-01-17T14:25:16.000Z","name":"Queen Larkin","mobile_number":"652-759-1436","email_id":"Joe.Schaefer66@yahoo.com","dop":"2025-04-06","serial_number":"16294230477411068","imei1":"16294230477411068","imei2":"16294230477411068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:25:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158776,"job_number":"JOB_158776","tr_customer_id":158793,"tr_customer_product_id":158783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:25:59.000Z","modified_at":"2026-01-17T14:25:59.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14230940295057","imei1":"14230940295057","imei2":"14230940295057","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:25:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158778,"job_number":"JOB_158778","tr_customer_id":158795,"tr_customer_product_id":158785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:26:01.000Z","modified_at":"2026-01-17T14:26:01.000Z","name":"Noemi Treutel","mobile_number":"874-842-0663","email_id":"Isadore78@gmail.com","dop":"2025-04-06","serial_number":"14698927187194086","imei1":"14698927187194086","imei2":"14698927187194086","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158779,"job_number":"JOB_158779","tr_customer_id":158796,"tr_customer_product_id":158786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:26:26.000Z","modified_at":"2026-01-17T14:26:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12679846473838","imei1":"12679846473838","imei2":"12679846473838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158781,"job_number":"JOB_158781","tr_customer_id":158798,"tr_customer_product_id":158788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:26:27.000Z","modified_at":"2026-01-17T14:26:27.000Z","name":"Logan Carter","mobile_number":"804-714-8589","email_id":"Alia_Bayer2@hotmail.com","dop":"2025-04-06","serial_number":"16447384382198928","imei1":"16447384382198928","imei2":"16447384382198928","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:26:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158782,"job_number":"JOB_158782","tr_customer_id":158799,"tr_customer_product_id":158789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:26:56.000Z","modified_at":"2026-01-17T14:26:56.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-01-07","serial_number":"39999999999999","imei1":"39999999999999","imei2":"39999999999999","popurl":"2026-01-07T14:26:43.185531400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158783,"job_number":"JOB_158783","tr_customer_id":158800,"tr_customer_product_id":158790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:27:10.000Z","modified_at":"2026-01-17T14:27:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13821228683480","imei1":"13821228683480","imei2":"13821228683480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158785,"job_number":"JOB_158785","tr_customer_id":158802,"tr_customer_product_id":158792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:27:12.000Z","modified_at":"2026-01-17T14:27:12.000Z","name":"Eliezer Rohan","mobile_number":"540-789-5939","email_id":"Gage_Homenick54@yahoo.com","dop":"2025-04-06","serial_number":"15795343964997520","imei1":"15795343964997520","imei2":"15795343964997520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158786,"job_number":"JOB_158786","tr_customer_id":158803,"tr_customer_product_id":158793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:27:54.000Z","modified_at":"2026-01-17T14:27:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14208627594099","imei1":"14208627594099","imei2":"14208627594099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158788,"job_number":"JOB_158788","tr_customer_id":158805,"tr_customer_product_id":158795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:27:55.000Z","modified_at":"2026-01-17T14:27:55.000Z","name":"Janae Bogan","mobile_number":"832-428-5160","email_id":"Alda.Berge1@gmail.com","dop":"2025-04-06","serial_number":"11444470079967140","imei1":"11444470079967140","imei2":"11444470079967140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:27:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158790,"job_number":"JOB_158790","tr_customer_id":158807,"tr_customer_product_id":158797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:40:30.000Z","modified_at":"2026-01-17T14:40:30.000Z","name":"Judd Shields","mobile_number":"995-557-6442","email_id":"Darrin.OConnell13@gmail.com","dop":"2025-04-06","serial_number":"10954306116211638","imei1":"10954306116211638","imei2":"10954306116211638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:40:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158791,"job_number":"JOB_158791","tr_customer_id":158808,"tr_customer_product_id":158798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:41:15.000Z","modified_at":"2026-01-17T14:41:15.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"15220041826155","imei1":"15220041826155","imei2":"15220041826155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158793,"job_number":"JOB_158793","tr_customer_id":158810,"tr_customer_product_id":158800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:41:16.000Z","modified_at":"2026-01-17T14:41:16.000Z","name":"Lessie Renner","mobile_number":"642-357-3670","email_id":"Eulah.Macejkovic@gmail.com","dop":"2025-04-06","serial_number":"12361398408839692","imei1":"12361398408839692","imei2":"12361398408839692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:41:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158794,"job_number":"JOB_158794","tr_customer_id":158811,"tr_customer_product_id":158801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:41:58.000Z","modified_at":"2026-01-17T14:41:58.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"17386770159543","imei1":"17386770159543","imei2":"17386770159543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158796,"job_number":"JOB_158796","tr_customer_id":158813,"tr_customer_product_id":158803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:42:00.000Z","modified_at":"2026-01-17T14:42:00.000Z","name":"Myriam Abshire","mobile_number":"424-332-1005","email_id":"Joe_Cummerata@yahoo.com","dop":"2025-04-06","serial_number":"18576273987072096","imei1":"18576273987072096","imei2":"18576273987072096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158797,"job_number":"JOB_158797","tr_customer_id":158814,"tr_customer_product_id":158804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T15:38:14.000Z","modified_at":"2026-01-17T15:38:14.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"108969619705695","imei1":"108969619705695","imei2":"108969619705695","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T15:38:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158799,"job_number":"JOB_158799","tr_customer_id":158816,"tr_customer_product_id":158806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T15:38:26.000Z","modified_at":"2026-01-17T15:38:26.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"107085886326638","imei1":"107085886326638","imei2":"107085886326638","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T15:38:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158801,"job_number":"JOB_158801","tr_customer_id":158818,"tr_customer_product_id":158808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T15:40:42.000Z","modified_at":"2026-01-17T15:40:42.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2026-01-17","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2026-01-17T15:40:41.471Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T15:40:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158802,"job_number":"JOB_158802","tr_customer_id":158819,"tr_customer_product_id":158809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:05:06.000Z","modified_at":"2026-01-17T16:05:06.000Z","name":"Rachel Rach","mobile_number":"8983120267","email_id":"spkrishu2003@gmail.com","dop":"2025-11-10","serial_number":"35678901234699","imei1":"356789012345819","imei2":"356789012345819","popurl":"2025-11-10T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158803,"job_number":"JOB_158803","tr_customer_id":158820,"tr_customer_product_id":158810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:12:57.000Z","modified_at":"2026-01-17T16:12:57.000Z","name":"Elisha Pacocha","mobile_number":"985-455-0519","email_id":"Krystina.Greenholt95@gmail.com","dop":"2025-07-21","serial_number":"100536559568609","imei1":"100536559568609","imei2":"100536559568609","popurl":"2025-07-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:12:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158816,"job_number":"JOB_158816","tr_customer_id":158833,"tr_customer_product_id":158823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:45:28.000Z","modified_at":"2026-01-17T16:45:28.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-07","serial_number":"19920302984769","imei1":"19920302984769","imei2":"19920302984769","popurl":"2026-01-07T16:45:27.765916191Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:45:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158818,"job_number":"JOB_158818","tr_customer_id":158835,"tr_customer_product_id":158825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:47:48.000Z","modified_at":"2026-01-17T16:47:48.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2026-01-07","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2026-01-07T16:47:47.636450270Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158838,"job_number":"JOB_158838","tr_customer_id":158855,"tr_customer_product_id":158845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:35:41.000Z","modified_at":"2026-01-17T17:35:41.000Z","name":"Sydni McLaughlin","mobile_number":"285-859-2640","email_id":"Lilla_Rolfson88@gmail.com","dop":"2025-12-31","serial_number":"107829470080426","imei1":"107829470080426","imei2":"107829470080426","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158840,"job_number":"JOB_158840","tr_customer_id":158857,"tr_customer_product_id":158847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:37:27.000Z","modified_at":"2026-01-17T17:37:27.000Z","name":"Jatin Sharma","mobile_number":"8806144202","email_id":"sonawaneomprakash222@gmail.com","dop":"2026-01-17","serial_number":"22138664331392","imei1":"22138664331392","imei2":"22138664331392","popurl":"2026-01-17T17:37:24.242Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:37:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158844,"job_number":"JOB_158844","tr_customer_id":158861,"tr_customer_product_id":158851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:41:03.000Z","modified_at":"2026-01-17T17:41:03.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2026-01-07","serial_number":"5444598687484620","imei1":"5444598687484620","imei2":"5444598687484620","popurl":"2026-01-07T17:41:02.990385637Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158845,"job_number":"JOB_158845","tr_customer_id":158862,"tr_customer_product_id":158852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:41:04.000Z","modified_at":"2026-01-17T17:41:04.000Z","name":"Anandamayi Kaniyar","mobile_number":"7090650105","email_id":"chandraayan.embranthiri@gmail.com","dop":"2026-01-07","serial_number":"667494458187647","imei1":"667494458187647","imei2":"667494458187647","popurl":"www.bhasvan-joshi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:41:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158846,"job_number":"JOB_158846","tr_customer_id":158863,"tr_customer_product_id":158853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:41:12.000Z","modified_at":"2026-01-17T17:41:12.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2026-01-07","serial_number":"5450598687484124","imei1":"5450598687484124","imei2":"5450598687484124","popurl":"2026-01-07T17:41:11.492836474Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:41:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158847,"job_number":"JOB_158847","tr_customer_id":158864,"tr_customer_product_id":158854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:41:21.000Z","modified_at":"2026-01-17T17:41:21.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2026-01-07","serial_number":"5449698687484024","imei1":"5449698687484024","imei2":"5449698687484024","popurl":"2026-01-07T17:41:20.422666856Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158848,"job_number":"JOB_158848","tr_customer_id":158865,"tr_customer_product_id":158855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:43:17.000Z","modified_at":"2026-01-17T17:43:17.000Z","name":"Kaus Das","mobile_number":"7686923755","email_id":"kstvds@gmail.com","dop":"2026-01-07","serial_number":"96548404198211","imei1":"96548404198211","imei2":"96548404198211","popurl":"2026-01-07T17:43:17.424061663Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158849,"job_number":"JOB_158849","tr_customer_id":158866,"tr_customer_product_id":158856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:44:59.000Z","modified_at":"2026-01-17T17:44:59.000Z","name":"Magali Medhurst","mobile_number":"945-636-9842","email_id":"Ruby_Rodriguez97@gmail.com","dop":"2025-12-31","serial_number":"107864519160931","imei1":"107864519160931","imei2":"107864519160931","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:44:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158850,"job_number":"JOB_158850","tr_customer_id":158867,"tr_customer_product_id":158857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:48:00.000Z","modified_at":"2026-01-17T17:48:00.000Z","name":"Tomas Torphy","mobile_number":"448-472-4310","email_id":"Emmalee_Prohaska@gmail.com","dop":"2025-12-31","serial_number":"106983881415341","imei1":"106983881415341","imei2":"106983881415341","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158851,"job_number":"JOB_158851","tr_customer_id":158868,"tr_customer_product_id":158858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:54:38.000Z","modified_at":"2026-01-17T17:54:38.000Z","name":"Rounit Sharma","mobile_number":"7000298282","email_id":"rounitsharma@gmail.com","dop":"2026-01-07","serial_number":"66269747447007","imei1":"66269747447007","imei2":"66269747447007","popurl":"2026-01-07T17:54:37.201416341Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158853,"job_number":"JOB_158853","tr_customer_id":158870,"tr_customer_product_id":158860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:55:55.000Z","modified_at":"2026-01-17T17:55:55.000Z","name":"Clay Wuckert","mobile_number":"201-942-5666","email_id":"Camilla65@hotmail.com","dop":"2025-12-31","serial_number":"100546821712279","imei1":"100546821712279","imei2":"100546821712279","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158854,"job_number":"JOB_158854","tr_customer_id":158871,"tr_customer_product_id":158861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:56:09.000Z","modified_at":"2026-01-17T17:56:09.000Z","name":"Rosanna Jakubowski","mobile_number":"307-790-2919","email_id":"Zelma_Bednar@gmail.com","dop":"2025-12-31","serial_number":"100897519233261","imei1":"100897519233261","imei2":"100897519233261","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158855,"job_number":"JOB_158855","tr_customer_id":158872,"tr_customer_product_id":158862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:57:15.000Z","modified_at":"2026-01-17T17:57:15.000Z","name":"Axel Zemlak","mobile_number":"900-546-5320","email_id":"Gavin_Rempel@hotmail.com","dop":"2025-12-31","serial_number":"105548325115767","imei1":"105548325115767","imei2":"105548325115767","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158856,"job_number":"JOB_158856","tr_customer_id":158873,"tr_customer_product_id":158863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:58:36.000Z","modified_at":"2026-01-17T17:58:36.000Z","name":"Walton Graham","mobile_number":"883-622-9226","email_id":"Hiram71@hotmail.com","dop":"2025-12-31","serial_number":"101113110502636","imei1":"101113110502636","imei2":"101113110502636","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:58:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158860,"job_number":"JOB_158860","tr_customer_id":158877,"tr_customer_product_id":158867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:07:23.000Z","modified_at":"2026-01-17T18:07:23.000Z","name":"Jazmyn Kuhn","mobile_number":"855-841-3078","email_id":"Gay70@gmail.com","dop":"2025-12-31","serial_number":"109254707888755","imei1":"109254707888755","imei2":"109254707888755","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:07:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158864,"job_number":"JOB_158864","tr_customer_id":158881,"tr_customer_product_id":158871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:17:31.000Z","modified_at":"2026-01-17T18:17:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12460413964459","imei1":"12460413964459","imei2":"12460413964459","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158866,"job_number":"JOB_158866","tr_customer_id":158883,"tr_customer_product_id":158873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:17:33.000Z","modified_at":"2026-01-17T18:17:33.000Z","name":"Josiah Parker","mobile_number":"896-613-9500","email_id":"Meta.Effertz@yahoo.com","dop":"2025-04-06","serial_number":"11441597202623780","imei1":"11441597202623780","imei2":"11441597202623780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:17:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158867,"job_number":"JOB_158867","tr_customer_id":158884,"tr_customer_product_id":158874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:18:14.000Z","modified_at":"2026-01-17T18:18:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15624402980079","imei1":"15624402980079","imei2":"15624402980079","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:18:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158869,"job_number":"JOB_158869","tr_customer_id":158886,"tr_customer_product_id":158876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:18:15.000Z","modified_at":"2026-01-17T18:18:15.000Z","name":"Guillermo Wisozk","mobile_number":"382-870-9965","email_id":"Maye.Emmerich93@hotmail.com","dop":"2025-04-06","serial_number":"10526192118383702","imei1":"10526192118383702","imei2":"10526192118383702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:18:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158870,"job_number":"JOB_158870","tr_customer_id":158887,"tr_customer_product_id":158877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:18:56.000Z","modified_at":"2026-01-17T18:18:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12323914585832","imei1":"12323914585832","imei2":"12323914585832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158872,"job_number":"JOB_158872","tr_customer_id":158889,"tr_customer_product_id":158879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:18:57.000Z","modified_at":"2026-01-17T18:18:57.000Z","name":"Walton O'Connell","mobile_number":"532-496-0095","email_id":"Keanu.Kulas34@yahoo.com","dop":"2025-04-06","serial_number":"17564160745905328","imei1":"17564160745905328","imei2":"17564160745905328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:18:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158877,"job_number":"JOB_158877","tr_customer_id":158894,"tr_customer_product_id":158884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:33:43.000Z","modified_at":"2026-01-17T18:33:43.000Z","name":"Nadia Cormier","mobile_number":"331-562-6520","email_id":"Maximo.Jakubowski@gmail.com","dop":"2025-12-31","serial_number":"102874650844872","imei1":"102874650844872","imei2":"102874650844872","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158878,"job_number":"JOB_158878","tr_customer_id":158895,"tr_customer_product_id":158885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:48:41.000Z","modified_at":"2026-01-17T18:48:41.000Z","name":"karthik D","mobile_number":"0987654321","email_id":"krthiksantosh@gmail.com","dop":"2026-01-07","serial_number":"87061348153532","imei1":"87061348153532","imei2":"87061348153532","popurl":"2026-01-07T18:48:41.020980882Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158879,"job_number":"JOB_158879","tr_customer_id":158896,"tr_customer_product_id":158886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:50:13.000Z","modified_at":"2026-01-17T18:50:13.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-07","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2026-01-07T18:50:13.216365870Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158880,"job_number":"JOB_158880","tr_customer_id":158897,"tr_customer_product_id":158887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:50:14.000Z","modified_at":"2026-01-17T18:50:14.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-07","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2026-01-07T18:50:13.780046206Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158881,"job_number":"JOB_158881","tr_customer_id":158898,"tr_customer_product_id":158888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:50:25.000Z","modified_at":"2026-01-17T18:50:25.000Z","name":"Anant Kinlekar","mobile_number":"7995924124","email_id":"anantkinlekar18@gmail.com","dop":"2026-01-16","serial_number":"23842930780876","imei1":"23842930780876","imei2":"23842930780876","popurl":"2026-01-16T18:50:25.495403419Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158882,"job_number":"JOB_158882","tr_customer_id":158899,"tr_customer_product_id":158889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:51:09.000Z","modified_at":"2026-01-17T18:51:09.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-07","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-07T18:51:09.480672557Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:51:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158883,"job_number":"JOB_158883","tr_customer_id":158900,"tr_customer_product_id":158890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:51:20.000Z","modified_at":"2026-01-17T18:51:20.000Z","name":"Gobinda Gandhi","mobile_number":"7056695810","email_id":"ekaaksh.shukla@gmail.com","dop":"2026-01-07","serial_number":"302489237354633","imei1":"302489237354633","imei2":"302489237354633","popurl":"www.anil-dutta.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158884,"job_number":"JOB_158884","tr_customer_id":158901,"tr_customer_product_id":158891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:51:28.000Z","modified_at":"2026-01-17T18:51:28.000Z","name":"rahul ssharma","mobile_number":"123456789012","email_id":"rahul@yopmail.com","dop":"2026-01-12","serial_number":"SN243422733055","imei1":"356789072245378","imei2":"333785579225679","popurl":"2026-01-12T18:51:27.897654996Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158885,"job_number":"JOB_158885","tr_customer_id":158902,"tr_customer_product_id":158892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:56:10.000Z","modified_at":"2026-01-17T18:56:10.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"12345678901234","imei1":"12345678901234","imei2":"12345678901234","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158887,"job_number":"JOB_158887","tr_customer_id":158904,"tr_customer_product_id":158894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:01:52.000Z","modified_at":"2026-01-17T19:01:52.000Z","name":"Dereck Sauer","mobile_number":"413-702-0845","email_id":"Alexandrea.Stroman22@gmail.com","dop":"2025-04-13","serial_number":"1018010739317995","imei1":"1018010739317995","imei2":"1018010739317995","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:01:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158888,"job_number":"JOB_158888","tr_customer_id":158905,"tr_customer_product_id":158895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:04:04.000Z","modified_at":"2026-01-17T19:04:04.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"12345678901234","imei1":"445454545454545","imei2":"878787878787878","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:04:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158890,"job_number":"JOB_158890","tr_customer_id":158907,"tr_customer_product_id":158897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:07:38.000Z","modified_at":"2026-01-17T19:07:38.000Z","name":"Abe Collins","mobile_number":"604-373-0274","email_id":"Rosemarie_Deckow80@yahoo.com","dop":"2025-04-13","serial_number":"1039132638657543","imei1":"1039132638657543","imei2":"1039132638657543","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:07:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158892,"job_number":"JOB_158892","tr_customer_id":158909,"tr_customer_product_id":158899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:24:08.000Z","modified_at":"2026-01-17T19:24:08.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"18556613932791","imei1":"18556613932791","imei2":"18556613932791","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:24:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158894,"job_number":"JOB_158894","tr_customer_id":158911,"tr_customer_product_id":158901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:27:12.000Z","modified_at":"2026-01-17T19:27:12.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"23481924202418","imei1":"23481924202418","imei2":"23481924202418","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158895,"job_number":"JOB_158895","tr_customer_id":158912,"tr_customer_product_id":158902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:36:49.000Z","modified_at":"2026-01-17T19:36:49.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2026-01-07","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2026-01-07T19:36:49.080803022Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:36:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158896,"job_number":"JOB_158896","tr_customer_id":158913,"tr_customer_product_id":158903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:22:09.000Z","modified_at":"2026-01-17T20:22:09.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"79352333685862","imei1":"79352333685862","imei2":"79352333685862","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:22:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158897,"job_number":"JOB_158897","tr_customer_id":158914,"tr_customer_product_id":158904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:27:40.000Z","modified_at":"2026-01-17T20:27:40.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"54255422144910","imei1":"54255422144910","imei2":"54255422144910","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158898,"job_number":"JOB_158898","tr_customer_id":158915,"tr_customer_product_id":158905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:29:12.000Z","modified_at":"2026-01-17T20:29:12.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"38214084920646","imei1":"38214084920646","imei2":"38214084920646","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:29:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158899,"job_number":"JOB_158899","tr_customer_id":158916,"tr_customer_product_id":158906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:42:51.000Z","modified_at":"2026-01-17T20:42:51.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"61144839786044","imei1":"61144839786044","imei2":"61144839786044","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158900,"job_number":"JOB_158900","tr_customer_id":158917,"tr_customer_product_id":158907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:52:36.000Z","modified_at":"2026-01-17T20:52:36.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"59537308514025","imei1":"59537308514025","imei2":"59537308514025","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:52:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158901,"job_number":"JOB_158901","tr_customer_id":158918,"tr_customer_product_id":158908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:54:15.000Z","modified_at":"2026-01-17T20:54:15.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"13131561780689","imei1":"13131561780689","imei2":"13131561780689","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158902,"job_number":"JOB_158902","tr_customer_id":158919,"tr_customer_product_id":158909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:56:37.000Z","modified_at":"2026-01-17T20:56:37.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"59441625477344","imei1":"59441625477344","imei2":"59441625477344","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:56:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158904,"job_number":"JOB_158904","tr_customer_id":158921,"tr_customer_product_id":158911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:04:43.000Z","modified_at":"2026-01-17T21:04:43.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"56827355984425","imei1":"56827355984425","imei2":"56827355984425","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:04:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158906,"job_number":"JOB_158906","tr_customer_id":158923,"tr_customer_product_id":158913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:37:04.000Z","modified_at":"2026-01-17T21:37:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11221658789255","imei1":"11221658789255","imei2":"11221658789255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158908,"job_number":"JOB_158908","tr_customer_id":158925,"tr_customer_product_id":158915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:37:06.000Z","modified_at":"2026-01-17T21:37:06.000Z","name":"Kay Homenick","mobile_number":"779-716-4828","email_id":"Natasha_Grant@yahoo.com","dop":"2025-04-06","serial_number":"15925953190833172","imei1":"15925953190833172","imei2":"15925953190833172","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:37:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158909,"job_number":"JOB_158909","tr_customer_id":158926,"tr_customer_product_id":158916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:37:46.000Z","modified_at":"2026-01-17T21:37:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10360640839954","imei1":"10360640839954","imei2":"10360640839954","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158911,"job_number":"JOB_158911","tr_customer_id":158928,"tr_customer_product_id":158918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:37:47.000Z","modified_at":"2026-01-17T21:37:47.000Z","name":"Lelah Legros","mobile_number":"521-333-1969","email_id":"Karolann.Fadel@gmail.com","dop":"2025-04-06","serial_number":"19741420902928084","imei1":"19741420902928084","imei2":"19741420902928084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158912,"job_number":"JOB_158912","tr_customer_id":158929,"tr_customer_product_id":158919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:38:27.000Z","modified_at":"2026-01-17T21:38:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10341473024002","imei1":"10341473024002","imei2":"10341473024002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:38:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158914,"job_number":"JOB_158914","tr_customer_id":158931,"tr_customer_product_id":158921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:38:29.000Z","modified_at":"2026-01-17T21:38:29.000Z","name":"Ralph Will","mobile_number":"765-362-0115","email_id":"Piper.Nader24@yahoo.com","dop":"2025-04-06","serial_number":"15884554648619132","imei1":"15884554648619132","imei2":"15884554648619132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:38:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158915,"job_number":"JOB_158915","tr_customer_id":158932,"tr_customer_product_id":158922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T23:37:31.000Z","modified_at":"2026-01-17T23:37:31.000Z","name":"Inder Gowda","mobile_number":"7022291421","email_id":"shivakari.kaniyar@hotmail.com","dop":"2026-01-07","serial_number":"700604956735204","imei1":"700604956735204","imei2":"700604956735204","popurl":"www.lai-banerjee.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T23:37:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158916,"job_number":"JOB_158916","tr_customer_id":158933,"tr_customer_product_id":158923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:00:48.000Z","modified_at":"2026-01-18T02:00:48.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-01-08","serial_number":"29999999999999","imei1":"29999999999999","imei2":"29999999999999","popurl":"2026-01-08T02:00:40.251667Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158917,"job_number":"JOB_158917","tr_customer_id":158934,"tr_customer_product_id":158924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:33:55.000Z","modified_at":"2026-01-18T02:33:55.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-01-08","serial_number":"19999999999999","imei1":"19999999999999","imei2":"19999999999999","popurl":"2026-01-08T02:33:42.441168200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:33:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158918,"job_number":"JOB_158918","tr_customer_id":158935,"tr_customer_product_id":158925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:41:53.000Z","modified_at":"2026-01-18T02:41:53.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19129912921717","imei2":"19129912921717","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158923,"job_number":"JOB_158923","tr_customer_id":158940,"tr_customer_product_id":158930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:05:39.000Z","modified_at":"2026-01-18T03:05:39.000Z","name":"Ramesh Kaginakar","mobile_number":"1234567890","email_id":"abc@gmail.com","dop":"2025-12-10","serial_number":"12345678901234","imei1":"12345678904321","imei2":"12345678904321","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:05:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158927,"job_number":"JOB_158927","tr_customer_id":158944,"tr_customer_product_id":158934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:19:29.000Z","modified_at":"2026-01-18T03:19:29.000Z","name":"Keely McClure","mobile_number":"713-588-6401","email_id":"Robb26@gmail.com","dop":"2025-04-06","serial_number":"11137628988002394","imei1":"11137628988002394","imei2":"11137628988002394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:19:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158929,"job_number":"JOB_158929","tr_customer_id":158946,"tr_customer_product_id":158936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:20:09.000Z","modified_at":"2026-01-18T03:20:09.000Z","name":"Herman Dibbert","mobile_number":"982-464-6653","email_id":"Rebeca_Stroman57@hotmail.com","dop":"2025-04-06","serial_number":"19297471529311456","imei1":"19297471529311456","imei2":"19297471529311456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:20:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158931,"job_number":"JOB_158931","tr_customer_id":158948,"tr_customer_product_id":158938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:20:48.000Z","modified_at":"2026-01-18T03:20:48.000Z","name":"George Hammes","mobile_number":"907-586-1027","email_id":"Cesar30@hotmail.com","dop":"2025-04-06","serial_number":"11361496884842766","imei1":"11361496884842766","imei2":"11361496884842766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158936,"job_number":"JOB_158936","tr_customer_id":158953,"tr_customer_product_id":158943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:52.000Z","modified_at":"2026-01-18T03:29:52.000Z","name":"Joe Hessel","mobile_number":"458-269-8906","email_id":"Adella.Lemke41@gmail.com","dop":"2025-04-06","serial_number":"12635739580037282","imei1":"12635739580037282","imei2":"12635739580037282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:29:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158938,"job_number":"JOB_158938","tr_customer_id":158955,"tr_customer_product_id":158945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:31:52.000Z","modified_at":"2026-01-18T03:31:52.000Z","name":"Abdul McGlynn","mobile_number":"656-767-9004","email_id":"Haylie.Gutmann@gmail.com","dop":"2025-04-06","serial_number":"17165963744461898","imei1":"17165963744461898","imei2":"17165963744461898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158940,"job_number":"JOB_158940","tr_customer_id":158957,"tr_customer_product_id":158947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:32:33.000Z","modified_at":"2026-01-18T03:32:33.000Z","name":"Anthony Raynor","mobile_number":"310-969-3183","email_id":"Adolphus63@yahoo.com","dop":"2025-04-06","serial_number":"11063265594084526","imei1":"11063265594084526","imei2":"11063265594084526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:32:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158942,"job_number":"JOB_158942","tr_customer_id":158959,"tr_customer_product_id":158949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:33:13.000Z","modified_at":"2026-01-18T03:33:13.000Z","name":"Trisha Jenkins","mobile_number":"338-952-8303","email_id":"Kenny7@hotmail.com","dop":"2025-04-06","serial_number":"14815744507965088","imei1":"14815744507965088","imei2":"14815744507965088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158945,"job_number":"JOB_158945","tr_customer_id":158962,"tr_customer_product_id":158952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:38.000Z","modified_at":"2026-01-18T03:54:38.000Z","name":"Leo Roberts","mobile_number":"427-909-4416","email_id":"Hollie_Lesch59@hotmail.com","dop":"2025-04-06","serial_number":"14843669307024184","imei1":"14843669307024184","imei2":"14843669307024184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158946,"job_number":"JOB_158946","tr_customer_id":158963,"tr_customer_product_id":158953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:43.000Z","modified_at":"2026-01-18T03:54:43.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19467896628386","imei1":"19467896628386","imei2":"19467896628386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158948,"job_number":"JOB_158948","tr_customer_id":158965,"tr_customer_product_id":158955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:45.000Z","modified_at":"2026-01-18T03:54:45.000Z","name":"Raphaelle Jakubowski","mobile_number":"369-281-4565","email_id":"Norval_OConnell@yahoo.com","dop":"2025-04-06","serial_number":"19521574363139290","imei1":"19521574363139290","imei2":"19521574363139290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158949,"job_number":"JOB_158949","tr_customer_id":158966,"tr_customer_product_id":158956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:48.000Z","modified_at":"2026-01-18T03:54:48.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10214544928347","imei1":"10214544928347","imei2":"10214544928347","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158952,"job_number":"JOB_158952","tr_customer_id":158969,"tr_customer_product_id":158959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:49.000Z","modified_at":"2026-01-18T03:54:49.000Z","name":"Jamar Sawayn","mobile_number":"336-812-0351","email_id":"Letha30@yahoo.com","dop":"2025-06-18","serial_number":"1065809770831836","imei1":"1065809770831836","imei2":"1065809770831836","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158954,"job_number":"JOB_158954","tr_customer_id":158971,"tr_customer_product_id":158961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:50.000Z","modified_at":"2026-01-18T03:54:50.000Z","name":"Lelia Heathcote","mobile_number":"684-439-7088","email_id":"Rodger_Mann2@yahoo.com","dop":"2025-04-06","serial_number":"12902963426862238","imei1":"12902963426862238","imei2":"12902963426862238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158956,"job_number":"JOB_158956","tr_customer_id":158973,"tr_customer_product_id":158963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:55.000Z","modified_at":"2026-01-18T03:54:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12941198745591","imei1":"12941198745591","imei2":"12941198745591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158958,"job_number":"JOB_158958","tr_customer_id":158975,"tr_customer_product_id":158965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:56.000Z","modified_at":"2026-01-18T03:54:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15813258484257","imei1":"15813258484257","imei2":"15813258484257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158959,"job_number":"JOB_158959","tr_customer_id":158976,"tr_customer_product_id":158966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:56.000Z","modified_at":"2026-01-18T03:54:56.000Z","name":"Tre Herman","mobile_number":"750-543-4835","email_id":"Jaylin.Altenwerth@gmail.com","dop":"2025-04-06","serial_number":"15870756819729366","imei1":"15870756819729366","imei2":"15870756819729366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158962,"job_number":"JOB_158962","tr_customer_id":158979,"tr_customer_product_id":158969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:58.000Z","modified_at":"2026-01-18T03:54:58.000Z","name":"Julianne Rice","mobile_number":"365-250-5337","email_id":"Fiona29@gmail.com","dop":"2025-04-06","serial_number":"10262880116894436","imei1":"10262880116894436","imei2":"10262880116894436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158963,"job_number":"JOB_158963","tr_customer_id":158980,"tr_customer_product_id":158970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:58.000Z","modified_at":"2026-01-18T03:54:58.000Z","name":"Madison Littel","mobile_number":"856-908-8463","email_id":"Roxane_Johns@gmail.com","dop":"2025-04-06","serial_number":"16505961427935728","imei1":"16505961427935728","imei2":"16505961427935728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158964,"job_number":"JOB_158964","tr_customer_id":158981,"tr_customer_product_id":158971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:04.000Z","modified_at":"2026-01-18T03:55:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12982843008180","imei1":"12982843008180","imei2":"12982843008180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158966,"job_number":"JOB_158966","tr_customer_id":158983,"tr_customer_product_id":158973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:06.000Z","modified_at":"2026-01-18T03:55:06.000Z","name":"Karley Waters","mobile_number":"824-557-6543","email_id":"Ansley.McCullough81@hotmail.com","dop":"2025-04-06","serial_number":"17452596135726440","imei1":"17452596135726440","imei2":"17452596135726440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158968,"job_number":"JOB_158968","tr_customer_id":158985,"tr_customer_product_id":158975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:09.000Z","modified_at":"2026-01-18T03:55:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15647707394584","imei1":"15647707394584","imei2":"15647707394584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158969,"job_number":"JOB_158969","tr_customer_id":158986,"tr_customer_product_id":158976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:09.000Z","modified_at":"2026-01-18T03:55:09.000Z","name":"Lora Windler","mobile_number":"553-513-0940","email_id":"Newton80@yahoo.com","dop":"2025-04-06","serial_number":"19480817933707828","imei1":"19480817933707828","imei2":"19480817933707828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158971,"job_number":"JOB_158971","tr_customer_id":158988,"tr_customer_product_id":158978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:11.000Z","modified_at":"2026-01-18T03:55:11.000Z","name":"Chasity Boyle","mobile_number":"756-574-8585","email_id":"Devonte.Nicolas81@yahoo.com","dop":"2025-04-06","serial_number":"16484302338758824","imei1":"16484302338758824","imei2":"16484302338758824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158973,"job_number":"JOB_158973","tr_customer_id":158990,"tr_customer_product_id":158980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:18.000Z","modified_at":"2026-01-18T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19562063164321","imei1":"19562063164321","imei2":"19562063164321","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158975,"job_number":"JOB_158975","tr_customer_id":158992,"tr_customer_product_id":158982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:19.000Z","modified_at":"2026-01-18T03:55:19.000Z","name":"Brenden Bode","mobile_number":"452-649-9554","email_id":"Vito.Nader@gmail.com","dop":"2025-04-06","serial_number":"15023106193194922","imei1":"15023106193194922","imei2":"15023106193194922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158976,"job_number":"JOB_158976","tr_customer_id":158993,"tr_customer_product_id":158983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:26.000Z","modified_at":"2026-01-18T03:55:26.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15933689174517","imei1":"15933689174517","imei2":"15933689174517","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158977,"job_number":"JOB_158977","tr_customer_id":158994,"tr_customer_product_id":158984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:26.000Z","modified_at":"2026-01-18T03:55:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10202317918806","imei1":"10202317918806","imei2":"10202317918806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158978,"job_number":"JOB_158978","tr_customer_id":158995,"tr_customer_product_id":158985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:26.000Z","modified_at":"2026-01-18T03:55:26.000Z","name":"Gretchen Predovic","mobile_number":"802-810-1082","email_id":"Isabella3@gmail.com","dop":"2025-09-16","serial_number":"11492863918657","imei1":"11492863918657","imei2":"11492863918657","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158980,"job_number":"JOB_158980","tr_customer_id":158997,"tr_customer_product_id":158987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:27.000Z","modified_at":"2026-01-18T03:55:27.000Z","name":"Crystel Torphy","mobile_number":"691-560-0227","email_id":"Eleazar84@yahoo.com","dop":"2025-04-06","serial_number":"11303065096421912","imei1":"11303065096421912","imei2":"11303065096421912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158982,"job_number":"JOB_158982","tr_customer_id":158999,"tr_customer_product_id":158989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:31.000Z","modified_at":"2026-01-18T03:55:31.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10819982152359","imei1":"10819982152359","imei2":"10819982152359","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158983,"job_number":"JOB_158983","tr_customer_id":159000,"tr_customer_product_id":158990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:31.000Z","modified_at":"2026-01-18T03:55:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18896905771448","imei1":"18896905771448","imei2":"18896905771448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158986,"job_number":"JOB_158986","tr_customer_id":159003,"tr_customer_product_id":158993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:32.000Z","modified_at":"2026-01-18T03:55:32.000Z","name":"Jalon West","mobile_number":"723-382-9398","email_id":"Jadon35@gmail.com","dop":"2025-06-18","serial_number":"1028285053662513","imei1":"1028285053662513","imei2":"1028285053662513","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158987,"job_number":"JOB_158987","tr_customer_id":159004,"tr_customer_product_id":158994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:33.000Z","modified_at":"2026-01-18T03:55:33.000Z","name":"Izaiah Connelly","mobile_number":"768-354-9653","email_id":"Patsy_Kuphal@gmail.com","dop":"2025-04-06","serial_number":"11630098966251164","imei1":"11630098966251164","imei2":"11630098966251164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158988,"job_number":"JOB_158988","tr_customer_id":159005,"tr_customer_product_id":158995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:37.000Z","modified_at":"2026-01-18T03:55:37.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10681521250943","imei1":"10681521250943","imei2":"10681521250943","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158989,"job_number":"JOB_158989","tr_customer_id":159006,"tr_customer_product_id":158996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:37.000Z","modified_at":"2026-01-18T03:55:37.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16893023065587","imei1":"16893023065587","imei2":"16893023065587","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158992,"job_number":"JOB_158992","tr_customer_id":159009,"tr_customer_product_id":158999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:38.000Z","modified_at":"2026-01-18T03:55:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12017734977634","imei1":"12017734977634","imei2":"12017734977634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158994,"job_number":"JOB_158994","tr_customer_id":159011,"tr_customer_product_id":159001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"Jennyfer Gorczany","mobile_number":"535-543-7055","email_id":"Prudence.Kunde91@hotmail.com","dop":"2000-01-31","serial_number":"1057844716225154","imei1":"1057844716225154","imei2":"1057844716225154","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158995,"job_number":"JOB_158995","tr_customer_id":159012,"tr_customer_product_id":159002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"Eleazar Bahringer","mobile_number":"366-679-0783","email_id":"Rossie_Marquardt75@hotmail.com","dop":"2025-04-06","serial_number":"18869410839404170","imei1":"18869410839404170","imei2":"18869410839404170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158997,"job_number":"JOB_158997","tr_customer_id":159014,"tr_customer_product_id":159004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14783569223357","imei1":"14783569223357","imei2":"14783569223357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158998,"job_number":"JOB_158998","tr_customer_id":159015,"tr_customer_product_id":159005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14713386190208","imei1":"14713386190208","imei2":"14713386190208","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159000,"job_number":"JOB_159000","tr_customer_id":159017,"tr_customer_product_id":159007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:40.000Z","modified_at":"2026-01-18T03:55:40.000Z","name":"Holly McCullough","mobile_number":"287-399-4716","email_id":"Philip.Predovic@hotmail.com","dop":"2025-04-06","serial_number":"14214903449128246","imei1":"14214903449128246","imei2":"14214903449128246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159003,"job_number":"JOB_159003","tr_customer_id":159020,"tr_customer_product_id":159010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:41.000Z","modified_at":"2026-01-18T03:55:41.000Z","name":"Fannie Gerlach","mobile_number":"622-417-3175","email_id":"Assunta.Gibson@gmail.com","dop":"2025-04-06","serial_number":"11678772436690096","imei1":"11678772436690096","imei2":"11678772436690096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159004,"job_number":"JOB_159004","tr_customer_id":159021,"tr_customer_product_id":159011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:41.000Z","modified_at":"2026-01-18T03:55:41.000Z","name":"Darian Bernhard","mobile_number":"315-893-0028","email_id":"Shakira.Gottlieb@yahoo.com","dop":"2025-04-06","serial_number":"11900177431020654","imei1":"11900177431020654","imei2":"11900177431020654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159005,"job_number":"JOB_159005","tr_customer_id":159022,"tr_customer_product_id":159012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:42.000Z","modified_at":"2026-01-18T03:55:42.000Z","name":"Mylene Huel","mobile_number":"893-426-0425","email_id":"Kyla_Dicki2@yahoo.com","dop":"2025-04-06","serial_number":"15161267425462172","imei1":"15161267425462172","imei2":"15161267425462172","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159006,"job_number":"JOB_159006","tr_customer_id":159023,"tr_customer_product_id":159013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:44.000Z","modified_at":"2026-01-18T03:55:44.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"16508946544604","imei1":"16508946544604","imei2":"16508946544604","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159007,"job_number":"JOB_159007","tr_customer_id":159024,"tr_customer_product_id":159014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:45.000Z","modified_at":"2026-01-18T03:55:45.000Z","name":"Aubree Buckridge","mobile_number":"380-656-6822","email_id":"Desiree60@yahoo.com","dop":"2025-09-16","serial_number":"19132359283120","imei1":"19132359283120","imei2":"19132359283120","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159008,"job_number":"JOB_159008","tr_customer_id":159025,"tr_customer_product_id":159015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:47.000Z","modified_at":"2026-01-18T03:55:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16056272428869","imei1":"16056272428869","imei2":"16056272428869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159010,"job_number":"JOB_159010","tr_customer_id":159027,"tr_customer_product_id":159017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:48.000Z","modified_at":"2026-01-18T03:55:48.000Z","name":"Mabelle Homenick","mobile_number":"583-467-8699","email_id":"Makayla66@gmail.com","dop":"2025-04-06","serial_number":"10276156837697780","imei1":"10276156837697780","imei2":"10276156837697780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159012,"job_number":"JOB_159012","tr_customer_id":159029,"tr_customer_product_id":159019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:51.000Z","modified_at":"2026-01-18T03:55:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14819228525478","imei1":"14819228525478","imei2":"14819228525478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159017,"job_number":"JOB_159017","tr_customer_id":159034,"tr_customer_product_id":159024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:53.000Z","modified_at":"2026-01-18T03:55:53.000Z","name":"Ayla Hartmann","mobile_number":"325-323-1251","email_id":"Judd71@hotmail.com","dop":"2025-04-06","serial_number":"12725804605654084","imei1":"12725804605654084","imei2":"12725804605654084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159019,"job_number":"JOB_159019","tr_customer_id":159036,"tr_customer_product_id":159026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:56.000Z","modified_at":"2026-01-18T03:55:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16204717254730","imei1":"16204717254730","imei2":"16204717254730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159021,"job_number":"JOB_159021","tr_customer_id":159038,"tr_customer_product_id":159028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:57.000Z","modified_at":"2026-01-18T03:55:57.000Z","name":"Gage O'Reilly","mobile_number":"486-722-9533","email_id":"Estelle_Gulgowski@hotmail.com","dop":"2025-04-06","serial_number":"19022593321130664","imei1":"19022593321130664","imei2":"19022593321130664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159022,"job_number":"JOB_159022","tr_customer_id":159039,"tr_customer_product_id":159029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:00.000Z","modified_at":"2026-01-18T03:56:00.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16181220054794","imei1":"16181220054794","imei2":"16181220054794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159025,"job_number":"JOB_159025","tr_customer_id":159042,"tr_customer_product_id":159032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:02.000Z","modified_at":"2026-01-18T03:56:02.000Z","name":"Gregorio Powlowski","mobile_number":"773-203-0079","email_id":"Dee_Robel@yahoo.com","dop":"2025-04-06","serial_number":"13917303328041124","imei1":"13917303328041124","imei2":"13917303328041124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159028,"job_number":"JOB_159028","tr_customer_id":159045,"tr_customer_product_id":159035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:03.000Z","modified_at":"2026-01-18T03:56:03.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13079418795528","imei1":"13079418795528","imei2":"13079418795528","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159029,"job_number":"JOB_159029","tr_customer_id":159046,"tr_customer_product_id":159036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:04.000Z","modified_at":"2026-01-18T03:56:04.000Z","name":"Darrion Larkin","mobile_number":"327-462-5230","email_id":"Cedrick80@yahoo.com","dop":"2025-09-16","serial_number":"16714415971446","imei1":"16714415971446","imei2":"16714415971446","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159034,"job_number":"JOB_159034","tr_customer_id":159051,"tr_customer_product_id":159041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:06.000Z","modified_at":"2026-01-18T03:56:06.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17940480609878","imei1":"17940480609878","imei2":"17940480609878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159036,"job_number":"JOB_159036","tr_customer_id":159053,"tr_customer_product_id":159043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:08.000Z","modified_at":"2026-01-18T03:56:08.000Z","name":"Robin Will","mobile_number":"368-861-3238","email_id":"Lysanne.Trantow@hotmail.com","dop":"2025-04-06","serial_number":"10701379597396918","imei1":"10701379597396918","imei2":"10701379597396918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159037,"job_number":"JOB_159037","tr_customer_id":159054,"tr_customer_product_id":159044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:08.000Z","modified_at":"2026-01-18T03:56:08.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"14292195329234","imei1":"14292195329234","imei2":"14292195329234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159042,"job_number":"JOB_159042","tr_customer_id":159059,"tr_customer_product_id":159049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:10.000Z","modified_at":"2026-01-18T03:56:10.000Z","name":"Dimitri Rodriguez","mobile_number":"821-542-3569","email_id":"Candelario.Prosacco46@gmail.com","dop":"2025-04-06","serial_number":"14221331446654184","imei1":"14221331446654184","imei2":"14221331446654184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159043,"job_number":"JOB_159043","tr_customer_id":159060,"tr_customer_product_id":159050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:11.000Z","modified_at":"2026-01-18T03:56:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16121955432354","imei1":"16121955432354","imei2":"16121955432354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159045,"job_number":"JOB_159045","tr_customer_id":159062,"tr_customer_product_id":159052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:13.000Z","modified_at":"2026-01-18T03:56:13.000Z","name":"Elnora Yost","mobile_number":"706-461-3350","email_id":"Willie.Schinner@hotmail.com","dop":"2025-04-06","serial_number":"15498950935864736","imei1":"15498950935864736","imei2":"15498950935864736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159046,"job_number":"JOB_159046","tr_customer_id":159063,"tr_customer_product_id":159053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:14.000Z","modified_at":"2026-01-18T03:56:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11530019276181","imei1":"11530019276181","imei2":"11530019276181","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159048,"job_number":"JOB_159048","tr_customer_id":159065,"tr_customer_product_id":159055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:16.000Z","modified_at":"2026-01-18T03:56:16.000Z","name":"Hassan Steuber","mobile_number":"941-982-9170","email_id":"Angeline.Gutkowski@hotmail.com","dop":"2025-04-06","serial_number":"19191664390299800","imei1":"19191664390299800","imei2":"19191664390299800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159049,"job_number":"JOB_159049","tr_customer_id":159066,"tr_customer_product_id":159056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:18.000Z","modified_at":"2026-01-18T03:56:18.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10262282963008","imei1":"10262282963008","imei2":"10262282963008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159051,"job_number":"JOB_159051","tr_customer_id":159068,"tr_customer_product_id":159058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:20.000Z","modified_at":"2026-01-18T03:56:20.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16121345308966","imei1":"16121345308966","imei2":"16121345308966","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159052,"job_number":"JOB_159052","tr_customer_id":159069,"tr_customer_product_id":159059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:20.000Z","modified_at":"2026-01-18T03:56:20.000Z","name":"Davonte Abernathy","mobile_number":"925-225-6146","email_id":"Myah_Kris20@gmail.com","dop":"2025-04-06","serial_number":"11671565606080252","imei1":"11671565606080252","imei2":"11671565606080252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159054,"job_number":"JOB_159054","tr_customer_id":159071,"tr_customer_product_id":159061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:21.000Z","modified_at":"2026-01-18T03:56:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12042865289002","imei1":"12042865289002","imei2":"12042865289002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159056,"job_number":"JOB_159056","tr_customer_id":159073,"tr_customer_product_id":159063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"Keenan Wilderman","mobile_number":"557-790-7062","email_id":"Ida.Ortiz@yahoo.com","dop":"2025-04-06","serial_number":"16323977604819896","imei1":"16323977604819896","imei2":"16323977604819896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159057,"job_number":"JOB_159057","tr_customer_id":159074,"tr_customer_product_id":159064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17173567493433","imei1":"17173567493433","imei2":"17173567493433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159059,"job_number":"JOB_159059","tr_customer_id":159076,"tr_customer_product_id":159066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15507358987601","imei1":"15507358987601","imei2":"15507358987601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159060,"job_number":"JOB_159060","tr_customer_id":159077,"tr_customer_product_id":159067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"Rupert Hagenes","mobile_number":"441-932-3091","email_id":"Kip_Hilll@gmail.com","dop":"2025-04-06","serial_number":"16725310582101640","imei1":"16725310582101640","imei2":"16725310582101640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159062,"job_number":"JOB_159062","tr_customer_id":159079,"tr_customer_product_id":159069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:23.000Z","modified_at":"2026-01-18T03:56:23.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10554998517770","imei1":"10554998517770","imei2":"10554998517770","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159064,"job_number":"JOB_159064","tr_customer_id":159081,"tr_customer_product_id":159071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Lonzo Metz","mobile_number":"813-312-7136","email_id":"Rylee_Ankunding80@hotmail.com","dop":"2025-04-06","serial_number":"13196617994465292","imei1":"13196617994465292","imei2":"13196617994465292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159066,"job_number":"JOB_159066","tr_customer_id":159083,"tr_customer_product_id":159073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Jocelyn Wisozk","mobile_number":"966-291-2540","email_id":"Linnie.Kozey@hotmail.com","dop":"2025-04-06","serial_number":"11607811611260184","imei1":"11607811611260184","imei2":"11607811611260184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159069,"job_number":"JOB_159069","tr_customer_id":159086,"tr_customer_product_id":159076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:25.000Z","modified_at":"2026-01-18T03:56:25.000Z","name":"Abelardo Daugherty","mobile_number":"671-273-5807","email_id":"Samir.Kassulke@hotmail.com","dop":"2000-01-31","serial_number":"1023505550914247","imei1":"1023505550914247","imei2":"1023505550914247","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159070,"job_number":"JOB_159070","tr_customer_id":159087,"tr_customer_product_id":159077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:29.000Z","modified_at":"2026-01-18T03:56:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16426582337052","imei1":"16426582337052","imei2":"16426582337052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159072,"job_number":"JOB_159072","tr_customer_id":159089,"tr_customer_product_id":159079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:31.000Z","modified_at":"2026-01-18T03:56:31.000Z","name":"Kenny Hickle","mobile_number":"735-376-7511","email_id":"Catalina33@gmail.com","dop":"2025-04-06","serial_number":"17347309749523584","imei1":"17347309749523584","imei2":"17347309749523584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159073,"job_number":"JOB_159073","tr_customer_id":159090,"tr_customer_product_id":159080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:33.000Z","modified_at":"2026-01-18T03:56:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13408667443250","imei1":"13408667443250","imei2":"13408667443250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159075,"job_number":"JOB_159075","tr_customer_id":159092,"tr_customer_product_id":159082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:34.000Z","modified_at":"2026-01-18T03:56:34.000Z","name":"Rico Prosacco","mobile_number":"242-341-7855","email_id":"Karina_Lakin@yahoo.com","dop":"2025-04-06","serial_number":"17886541680478432","imei1":"17886541680478432","imei2":"17886541680478432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159076,"job_number":"JOB_159076","tr_customer_id":159093,"tr_customer_product_id":159083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:38.000Z","modified_at":"2026-01-18T03:56:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14073296534481","imei1":"14073296534481","imei2":"14073296534481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159081,"job_number":"JOB_159081","tr_customer_id":159098,"tr_customer_product_id":159088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:39.000Z","modified_at":"2026-01-18T03:56:39.000Z","name":"Nicklaus Adams","mobile_number":"571-791-8155","email_id":"Davion66@gmail.com","dop":"2025-04-06","serial_number":"16336268124921848","imei1":"16336268124921848","imei2":"16336268124921848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159082,"job_number":"JOB_159082","tr_customer_id":159099,"tr_customer_product_id":159089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:43.000Z","modified_at":"2026-01-18T03:56:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16992050938441","imei1":"16992050938441","imei2":"16992050938441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159084,"job_number":"JOB_159084","tr_customer_id":159101,"tr_customer_product_id":159091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:45.000Z","modified_at":"2026-01-18T03:56:45.000Z","name":"Alford Baumbach","mobile_number":"568-991-1586","email_id":"Jerod.Weber98@gmail.com","dop":"2025-04-06","serial_number":"17559774313272528","imei1":"17559774313272528","imei2":"17559774313272528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159085,"job_number":"JOB_159085","tr_customer_id":159102,"tr_customer_product_id":159092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:49.000Z","modified_at":"2026-01-18T03:56:49.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"17618015852470","imei1":"17618015852470","imei2":"17618015852470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159087,"job_number":"JOB_159087","tr_customer_id":159104,"tr_customer_product_id":159094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:51.000Z","modified_at":"2026-01-18T03:56:51.000Z","name":"Jewell Hane","mobile_number":"668-801-5609","email_id":"Cordell.Moen20@hotmail.com","dop":"2025-04-06","serial_number":"17059653394502704","imei1":"17059653394502704","imei2":"17059653394502704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159088,"job_number":"JOB_159088","tr_customer_id":159105,"tr_customer_product_id":159095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:55.000Z","modified_at":"2026-01-18T03:56:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18562529637721","imei1":"18562529637721","imei2":"18562529637721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159090,"job_number":"JOB_159090","tr_customer_id":159107,"tr_customer_product_id":159097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:56.000Z","modified_at":"2026-01-18T03:56:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18565090525399","imei1":"18565090525399","imei2":"18565090525399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159092,"job_number":"JOB_159092","tr_customer_id":159109,"tr_customer_product_id":159099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:57.000Z","modified_at":"2026-01-18T03:56:57.000Z","name":"Reynold Wilkinson","mobile_number":"881-440-9157","email_id":"Lourdes86@yahoo.com","dop":"2025-04-06","serial_number":"12156566780378344","imei1":"12156566780378344","imei2":"12156566780378344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159093,"job_number":"JOB_159093","tr_customer_id":159110,"tr_customer_product_id":159100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:58.000Z","modified_at":"2026-01-18T03:56:58.000Z","name":"Kenton Volkman","mobile_number":"842-551-3953","email_id":"Demarco_Luettgen45@hotmail.com","dop":"2025-04-06","serial_number":"18393030416523070","imei1":"18393030416523070","imei2":"18393030416523070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159094,"job_number":"JOB_159094","tr_customer_id":159111,"tr_customer_product_id":159101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:59.000Z","modified_at":"2026-01-18T03:56:59.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12194536353382","imei1":"12194536353382","imei2":"12194536353382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159096,"job_number":"JOB_159096","tr_customer_id":159113,"tr_customer_product_id":159103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:00.000Z","modified_at":"2026-01-18T03:57:00.000Z","name":"Rusty Buckridge","mobile_number":"532-371-9371","email_id":"Duncan.Lakin90@hotmail.com","dop":"2025-04-06","serial_number":"19535132894412390","imei1":"19535132894412390","imei2":"19535132894412390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159097,"job_number":"JOB_159097","tr_customer_id":159114,"tr_customer_product_id":159104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:05.000Z","modified_at":"2026-01-18T03:57:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17125544314672","imei1":"17125544314672","imei2":"17125544314672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159099,"job_number":"JOB_159099","tr_customer_id":159116,"tr_customer_product_id":159106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:06.000Z","modified_at":"2026-01-18T03:57:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19493853384651","imei1":"19493853384651","imei2":"19493853384651","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159101,"job_number":"JOB_159101","tr_customer_id":159118,"tr_customer_product_id":159108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:07.000Z","modified_at":"2026-01-18T03:57:07.000Z","name":"Damion Schimmel","mobile_number":"323-927-5489","email_id":"Amparo.Ortiz@yahoo.com","dop":"2025-04-06","serial_number":"15096935786322860","imei1":"15096935786322860","imei2":"15096935786322860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159102,"job_number":"JOB_159102","tr_customer_id":159119,"tr_customer_product_id":159109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:08.000Z","modified_at":"2026-01-18T03:57:08.000Z","name":"Elissa Von","mobile_number":"633-983-3381","email_id":"Hadley.Bahringer48@gmail.com","dop":"2025-04-06","serial_number":"12750777508163872","imei1":"12750777508163872","imei2":"12750777508163872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159103,"job_number":"JOB_159103","tr_customer_id":159120,"tr_customer_product_id":159110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:08.000Z","modified_at":"2026-01-18T03:57:08.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10881737155439","imei1":"10881737155439","imei2":"10881737155439","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159105,"job_number":"JOB_159105","tr_customer_id":159122,"tr_customer_product_id":159112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:10.000Z","modified_at":"2026-01-18T03:57:10.000Z","name":"Kay Kshlerin","mobile_number":"549-791-2841","email_id":"Korey.Pouros@hotmail.com","dop":"2000-01-31","serial_number":"1006836938561974","imei1":"1006836938561974","imei2":"1006836938561974","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159106,"job_number":"JOB_159106","tr_customer_id":159123,"tr_customer_product_id":159113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:19.000Z","modified_at":"2026-01-18T03:57:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10990930337870","imei1":"10990930337870","imei2":"10990930337870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159108,"job_number":"JOB_159108","tr_customer_id":159125,"tr_customer_product_id":159115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:20.000Z","modified_at":"2026-01-18T03:57:21.000Z","name":"Halle Jacobs","mobile_number":"702-829-9564","email_id":"Shemar_Weber@yahoo.com","dop":"2025-04-06","serial_number":"19481406525399376","imei1":"19481406525399376","imei2":"19481406525399376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159109,"job_number":"JOB_159109","tr_customer_id":159126,"tr_customer_product_id":159116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:38.000Z","modified_at":"2026-01-18T03:57:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13618202639912","imei1":"13618202639912","imei2":"13618202639912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159111,"job_number":"JOB_159111","tr_customer_id":159128,"tr_customer_product_id":159118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:40.000Z","modified_at":"2026-01-18T03:57:40.000Z","name":"Easter Nolan","mobile_number":"989-469-5107","email_id":"Manuela53@yahoo.com","dop":"2025-04-06","serial_number":"16931703119740418","imei1":"16931703119740418","imei2":"16931703119740418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159112,"job_number":"JOB_159112","tr_customer_id":159129,"tr_customer_product_id":159119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:51.000Z","modified_at":"2026-01-18T03:57:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16495393975364","imei1":"16495393975364","imei2":"16495393975364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159114,"job_number":"JOB_159114","tr_customer_id":159131,"tr_customer_product_id":159121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:53.000Z","modified_at":"2026-01-18T03:57:53.000Z","name":"Sigrid Hoppe","mobile_number":"744-704-0538","email_id":"Elvie73@yahoo.com","dop":"2025-04-06","serial_number":"12844900235535616","imei1":"12844900235535616","imei2":"12844900235535616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159115,"job_number":"JOB_159115","tr_customer_id":159132,"tr_customer_product_id":159122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:53.000Z","modified_at":"2026-01-18T03:57:53.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10593668361759","imei1":"10593668361759","imei2":"10593668361759","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159117,"job_number":"JOB_159117","tr_customer_id":159134,"tr_customer_product_id":159124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:55.000Z","modified_at":"2026-01-18T03:57:55.000Z","name":"Vivien Effertz","mobile_number":"264-411-5441","email_id":"Justine50@hotmail.com","dop":"2000-01-31","serial_number":"1041260274965509","imei1":"1041260274965509","imei2":"1041260274965509","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159118,"job_number":"JOB_159118","tr_customer_id":159135,"tr_customer_product_id":159125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:04.000Z","modified_at":"2026-01-18T04:02:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42595467128054","imei1":"42595467128054","imei2":"42595467128054","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159119,"job_number":"JOB_159119","tr_customer_id":159136,"tr_customer_product_id":159126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:05.000Z","modified_at":"2026-01-18T04:02:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87314681924832","imei1":"87314681924832","imei2":"87314681924832","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159120,"job_number":"JOB_159120","tr_customer_id":159137,"tr_customer_product_id":159127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:05.000Z","modified_at":"2026-01-18T04:02:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83676561649942","imei1":"83676561649942","imei2":"83676561649942","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159121,"job_number":"JOB_159121","tr_customer_id":159138,"tr_customer_product_id":159128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:05.000Z","modified_at":"2026-01-18T04:02:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90919033009824","imei1":"90919033009824","imei2":"90919033009824","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159122,"job_number":"JOB_159122","tr_customer_id":159139,"tr_customer_product_id":159129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:06.000Z","modified_at":"2026-01-18T04:02:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97667063730193","imei1":"97667063730193","imei2":"97667063730193","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159123,"job_number":"JOB_159123","tr_customer_id":159140,"tr_customer_product_id":159130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:06.000Z","modified_at":"2026-01-18T04:02:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"52313581280592","imei1":"52313581280592","imei2":"52313581280592","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159125,"job_number":"JOB_159125","tr_customer_id":159142,"tr_customer_product_id":159132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:35.000Z","modified_at":"2026-01-18T04:02:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14404177699227","imei1":"14404177699227","imei2":"14404177699227","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159126,"job_number":"JOB_159126","tr_customer_id":159143,"tr_customer_product_id":159133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:35.000Z","modified_at":"2026-01-18T04:02:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"75974630502915","imei1":"75974630502915","imei2":"75974630502915","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159127,"job_number":"JOB_159127","tr_customer_id":159144,"tr_customer_product_id":159134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:35.000Z","modified_at":"2026-01-18T04:02:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"49649277405742","imei1":"49649277405742","imei2":"49649277405742","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159128,"job_number":"JOB_159128","tr_customer_id":159145,"tr_customer_product_id":159135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:36.000Z","modified_at":"2026-01-18T04:02:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"98739550267129","imei1":"98739550267129","imei2":"98739550267129","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159129,"job_number":"JOB_159129","tr_customer_id":159146,"tr_customer_product_id":159136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:36.000Z","modified_at":"2026-01-18T04:02:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14537486509078","imei1":"14537486509078","imei2":"14537486509078","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159130,"job_number":"JOB_159130","tr_customer_id":159147,"tr_customer_product_id":159137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:36.000Z","modified_at":"2026-01-18T04:02:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47803734311039","imei1":"47803734311039","imei2":"47803734311039","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159132,"job_number":"JOB_159132","tr_customer_id":159149,"tr_customer_product_id":159139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:05.000Z","modified_at":"2026-01-18T04:03:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25953638566088","imei1":"25953638566088","imei2":"25953638566088","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159133,"job_number":"JOB_159133","tr_customer_id":159150,"tr_customer_product_id":159140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:05.000Z","modified_at":"2026-01-18T04:03:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68817167817827","imei1":"68817167817827","imei2":"68817167817827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159134,"job_number":"JOB_159134","tr_customer_id":159151,"tr_customer_product_id":159141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11405749785771","imei1":"11405749785771","imei2":"11405749785771","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159135,"job_number":"JOB_159135","tr_customer_id":159152,"tr_customer_product_id":159142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65198456677470","imei1":"65198456677470","imei2":"65198456677470","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159136,"job_number":"JOB_159136","tr_customer_id":159153,"tr_customer_product_id":159143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45333620539242","imei1":"45333620539242","imei2":"45333620539242","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159137,"job_number":"JOB_159137","tr_customer_id":159154,"tr_customer_product_id":159144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55816952128862","imei1":"55816952128862","imei2":"55816952128862","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159140,"job_number":"JOB_159140","tr_customer_id":159157,"tr_customer_product_id":159147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:35:39.000Z","modified_at":"2026-01-18T04:35:39.000Z","name":"Sigmund Heller","mobile_number":"553-816-8494","email_id":"Kellie_Moore@yahoo.com","dop":"2025-04-06","serial_number":"14915951040604334","imei1":"14915951040604334","imei2":"14915951040604334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159142,"job_number":"JOB_159142","tr_customer_id":159159,"tr_customer_product_id":159149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:36:25.000Z","modified_at":"2026-01-18T04:36:25.000Z","name":"Evangeline Mertz","mobile_number":"770-977-1504","email_id":"Baylee.Von@yahoo.com","dop":"2025-04-06","serial_number":"15546895950353300","imei1":"15546895950353300","imei2":"15546895950353300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159144,"job_number":"JOB_159144","tr_customer_id":159161,"tr_customer_product_id":159151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:37:10.000Z","modified_at":"2026-01-18T04:37:10.000Z","name":"Agustina Effertz","mobile_number":"534-575-8446","email_id":"Elena16@hotmail.com","dop":"2025-04-06","serial_number":"16513923573111656","imei1":"16513923573111656","imei2":"16513923573111656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:37:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159145,"job_number":"JOB_159145","tr_customer_id":159162,"tr_customer_product_id":159152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:38:25.000Z","modified_at":"2026-01-18T04:38:25.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-08","serial_number":"37906098012507","imei1":"37906098012507","imei2":"37906098012507","popurl":"2026-01-08T04:38:25.059966147Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:38:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159146,"job_number":"JOB_159146","tr_customer_id":159163,"tr_customer_product_id":159153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:39:13.000Z","modified_at":"2026-01-18T04:39:13.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-08","serial_number":"13152065634352","imei1":"13152065634352","imei2":"13152065634352","popurl":"2026-01-08T04:39:13.543870831Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159147,"job_number":"JOB_159147","tr_customer_id":159164,"tr_customer_product_id":159154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:46:20.000Z","modified_at":"2026-01-18T04:46:20.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"102426181348629","imei1":"102426181348629","imei2":"102426181348629","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159149,"job_number":"JOB_159149","tr_customer_id":159166,"tr_customer_product_id":159156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:46:32.000Z","modified_at":"2026-01-18T04:46:32.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"101296498934228","imei1":"101296498934228","imei2":"101296498934228","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:46:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159152,"job_number":"JOB_159152","tr_customer_id":159169,"tr_customer_product_id":159159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:48:44.000Z","modified_at":"2026-01-18T04:48:44.000Z","name":"Waino Watsica","mobile_number":"349-225-5664","email_id":"Tyrese.Rodriguez@hotmail.com","dop":"2025-04-06","serial_number":"17754341125637384","imei1":"17754341125637384","imei2":"17754341125637384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159154,"job_number":"JOB_159154","tr_customer_id":159171,"tr_customer_product_id":159161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:49:27.000Z","modified_at":"2026-01-18T04:49:27.000Z","name":"Mathias Heaney","mobile_number":"969-224-2353","email_id":"Colleen.Hegmann@hotmail.com","dop":"2025-04-06","serial_number":"17387945400318194","imei1":"17387945400318194","imei2":"17387945400318194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159156,"job_number":"JOB_159156","tr_customer_id":159173,"tr_customer_product_id":159163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:50:10.000Z","modified_at":"2026-01-18T04:50:10.000Z","name":"Carolyn Considine","mobile_number":"384-998-3374","email_id":"Daphney.Abernathy8@hotmail.com","dop":"2025-04-06","serial_number":"14526013914400280","imei1":"14526013914400280","imei2":"14526013914400280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:50:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159158,"job_number":"JOB_159158","tr_customer_id":159175,"tr_customer_product_id":159165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:50:29.000Z","modified_at":"2026-01-18T04:50:29.000Z","name":"Chad Blick","mobile_number":"807-777-0039","email_id":"Garland8@gmail.com","dop":"2025-04-06","serial_number":"17782362417732888","imei1":"17782362417732888","imei2":"17782362417732888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159160,"job_number":"JOB_159160","tr_customer_id":159177,"tr_customer_product_id":159167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:54:55.000Z","modified_at":"2026-01-18T04:54:55.000Z","name":"Devan Powlowski","mobile_number":"519-651-9589","email_id":"Alfreda_Douglas32@yahoo.com","dop":"2025-04-06","serial_number":"15810515364692680","imei1":"15810515364692680","imei2":"15810515364692680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:54:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159162,"job_number":"JOB_159162","tr_customer_id":159179,"tr_customer_product_id":159169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:55:38.000Z","modified_at":"2026-01-18T04:55:38.000Z","name":"Raphael Ullrich","mobile_number":"412-771-1127","email_id":"Joana17@yahoo.com","dop":"2025-04-06","serial_number":"13083912295804420","imei1":"13083912295804420","imei2":"13083912295804420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159164,"job_number":"JOB_159164","tr_customer_id":159181,"tr_customer_product_id":159171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:21.000Z","modified_at":"2026-01-18T04:56:21.000Z","name":"Sanford Padberg","mobile_number":"280-853-9256","email_id":"Mandy_Hettinger47@hotmail.com","dop":"2025-04-06","serial_number":"13793539832285556","imei1":"13793539832285556","imei2":"13793539832285556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:56:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159166,"job_number":"JOB_159166","tr_customer_id":159183,"tr_customer_product_id":159173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:33.000Z","modified_at":"2026-01-18T04:56:33.000Z","name":"Berneice Hintz","mobile_number":"949-440-5626","email_id":"Nicklaus_DuBuque@hotmail.com","dop":"2025-04-06","serial_number":"18205991908541724","imei1":"18205991908541724","imei2":"18205991908541724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159168,"job_number":"JOB_159168","tr_customer_id":159185,"tr_customer_product_id":159175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:48.000Z","modified_at":"2026-01-18T04:56:49.000Z","name":"Cassandra Grant","mobile_number":"495-254-8948","email_id":"Ariane57@hotmail.com","dop":"2025-04-06","serial_number":"13564346949934916","imei1":"13564346949934916","imei2":"13564346949934916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159172,"job_number":"JOB_159172","tr_customer_id":159189,"tr_customer_product_id":159179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:10.000Z","modified_at":"2026-01-18T05:26:10.000Z","name":"Anika Naik","mobile_number":"896-551-3586","email_id":"Charlie_Schiller@yahoo.com","dop":"2025-06-18","serial_number":"40529506789497","imei1":"40529506789497","imei2":"40529506789497","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159173,"job_number":"JOB_159173","tr_customer_id":159191,"tr_customer_product_id":159180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:10.000Z","modified_at":"2026-01-18T05:26:10.000Z","name":"Abhijit Naik","mobile_number":"896-551-3586","email_id":"Charlie_Schiller@yahoo.com","dop":"2025-06-18","serial_number":"30529506789497","imei1":"30529506789497","imei2":"30529506789497","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159174,"job_number":"JOB_159174","tr_customer_id":159190,"tr_customer_product_id":159181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:10.000Z","modified_at":"2026-01-18T05:26:10.000Z","name":"Shweta Naik","mobile_number":"896-551-3586","email_id":"Charlie_Schiller@yahoo.com","dop":"2025-06-18","serial_number":"50529506789497","imei1":"50529506789497","imei2":"50529506789497","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159175,"job_number":"JOB_159175","tr_customer_id":159192,"tr_customer_product_id":159182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Tarun Pothuvaal","mobile_number":"9759552311","email_id":"shwet.guneta@yahoo.co.in","dop":"2026-01-08","serial_number":"781387361097568","imei1":"781387361097568","imei2":"781387361097568","popurl":"www.chandrabhan-mehra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159176,"job_number":"JOB_159176","tr_customer_id":159193,"tr_customer_product_id":159183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Narinder Gill","mobile_number":"9770838996","email_id":"tara.trivedi@gmail.com","dop":"2026-01-08","serial_number":"586671701396091","imei1":"586671701396091","imei2":"586671701396091","popurl":"www.brijesh-mehrotra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159177,"job_number":"JOB_159177","tr_customer_id":159194,"tr_customer_product_id":159184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Keerti Dhawan","mobile_number":"9717192766","email_id":"prem.marar@hotmail.com","dop":"2026-01-08","serial_number":"979679078404403","imei1":"979679078404403","imei2":"979679078404403","popurl":"www.indra-mishra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159178,"job_number":"JOB_159178","tr_customer_id":159195,"tr_customer_product_id":159185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Mani Sethi","mobile_number":"9732448209","email_id":"anunay.rana@yahoo.co.in","dop":"2026-01-08","serial_number":"879345541184340","imei1":"879345541184340","imei2":"879345541184340","popurl":"www.hari-achari.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159179,"job_number":"JOB_159179","tr_customer_id":159196,"tr_customer_product_id":159186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Chapal Chattopadhyay","mobile_number":"9734701880","email_id":"lakshman.patil@hotmail.com","dop":"2026-01-08","serial_number":"643310145025074","imei1":"643310145025074","imei2":"643310145025074","popurl":"www.rahul-guha.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159180,"job_number":"JOB_159180","tr_customer_id":159197,"tr_customer_product_id":159187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:12.000Z","modified_at":"2026-01-18T05:26:12.000Z","name":"Janis Goyette","mobile_number":"999-774-7701","email_id":"Jazmyn_Zboncak@hotmail.com","dop":"2025-06-18","serial_number":"10442063229355","imei1":"10442063229355","imei2":"10442063229355","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159181,"job_number":"JOB_159181","tr_customer_id":159198,"tr_customer_product_id":159188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:12.000Z","modified_at":"2026-01-18T05:26:12.000Z","name":"Janis Goyette","mobile_number":"999-774-7701","email_id":"Jazmyn_Zboncak@hotmail.com","dop":"2025-06-18","serial_number":"10442063229375","imei1":"10442063229375","imei2":"10442063229375","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159182,"job_number":"JOB_159182","tr_customer_id":159199,"tr_customer_product_id":159189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:12.000Z","modified_at":"2026-01-18T05:26:12.000Z","name":"Janis Goyette","mobile_number":"999-774-7701","email_id":"Jazmyn_Zboncak@hotmail.com","dop":"2025-06-18","serial_number":"10442063229344","imei1":"10442063229344","imei2":"10442063229344","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159183,"job_number":"JOB_159183","tr_customer_id":159200,"tr_customer_product_id":159190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:37.000Z","modified_at":"2026-01-18T05:26:37.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-08","serial_number":"82585355524444","imei1":"82585355524444","imei2":"82585355524444","popurl":"2026-01-08T05:26:38.556797900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159184,"job_number":"JOB_159184","tr_customer_id":159201,"tr_customer_product_id":159191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:40.000Z","modified_at":"2026-01-18T05:26:40.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-08","serial_number":"44555355528010","imei1":"44555355528010","imei2":"44555355528010","popurl":"2026-01-08T05:26:41.003508100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159186,"job_number":"JOB_159186","tr_customer_id":159203,"tr_customer_product_id":159193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:30:31.000Z","modified_at":"2026-01-18T05:30:31.000Z","name":"Enoch Reynolds","mobile_number":"493-755-5988","email_id":"Moshe57@yahoo.com","dop":"2025-04-06","serial_number":"12379627810619552","imei1":"12379627810619552","imei2":"12379627810619552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159188,"job_number":"JOB_159188","tr_customer_id":159205,"tr_customer_product_id":159195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:31:17.000Z","modified_at":"2026-01-18T05:31:17.000Z","name":"Haleigh Schmeler","mobile_number":"491-543-5436","email_id":"Luz80@gmail.com","dop":"2025-04-06","serial_number":"12481029967063888","imei1":"12481029967063888","imei2":"12481029967063888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159190,"job_number":"JOB_159190","tr_customer_id":159207,"tr_customer_product_id":159197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:32:02.000Z","modified_at":"2026-01-18T05:32:02.000Z","name":"Judson Bergstrom","mobile_number":"811-251-1536","email_id":"Florida.Mitchell90@hotmail.com","dop":"2025-04-06","serial_number":"19066169072961424","imei1":"19066169072961424","imei2":"19066169072961424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159192,"job_number":"JOB_159192","tr_customer_id":159209,"tr_customer_product_id":159199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:34:34.000Z","modified_at":"2026-01-18T05:34:34.000Z","name":"Elmore Nicolas","mobile_number":"870-721-8135","email_id":"Gage69@yahoo.com","dop":"2025-04-06","serial_number":"14563330117773424","imei1":"14563330117773424","imei2":"14563330117773424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:34:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159194,"job_number":"JOB_159194","tr_customer_id":159211,"tr_customer_product_id":159201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:35:19.000Z","modified_at":"2026-01-18T05:35:19.000Z","name":"Kailyn Strosin","mobile_number":"702-605-0724","email_id":"Ewald32@hotmail.com","dop":"2025-04-06","serial_number":"13005289405076192","imei1":"13005289405076192","imei2":"13005289405076192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159196,"job_number":"JOB_159196","tr_customer_id":159213,"tr_customer_product_id":159203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:36:02.000Z","modified_at":"2026-01-18T05:36:02.000Z","name":"Alvah Carter","mobile_number":"381-974-1089","email_id":"Una68@hotmail.com","dop":"2025-04-06","serial_number":"17282893793894732","imei1":"17282893793894732","imei2":"17282893793894732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158282,"job_number":"JOB_158282","tr_customer_id":158299,"tr_customer_product_id":158289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T20:13:16.000Z","modified_at":"2026-01-16T20:13:16.000Z","name":"Testing Sai","mobile_number":"8888999999","email_id":"trd@gmail.com","dop":"2025-12-31","serial_number":"66655566656669","imei1":"66655566656669","imei2":"66655566656669","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T20:13:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158328,"job_number":"JOB_158328","tr_customer_id":158345,"tr_customer_product_id":158335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:45.000Z","modified_at":"2026-01-17T03:42:45.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Cleveland_Ebert@yahoo.com","dop":"2025-07-02","serial_number":"16536671828966","imei1":"16536671828966","imei2":"16536671828966","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158344,"job_number":"JOB_158344","tr_customer_id":158361,"tr_customer_product_id":158351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:02.000Z","modified_at":"2026-01-17T03:43:02.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Alek_Graham45@gmail.com","dop":"2025-07-02","serial_number":"17059396181607","imei1":"17059396181607","imei2":"17059396181607","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158354,"job_number":"JOB_158354","tr_customer_id":158371,"tr_customer_product_id":158361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:19.000Z","modified_at":"2026-01-17T03:43:19.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Abner.Kautzer2@yahoo.com","dop":"2025-07-02","serial_number":"19559837803564","imei1":"19559837803564","imei2":"19559837803564","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158385,"job_number":"JOB_158385","tr_customer_id":158402,"tr_customer_product_id":158392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:01.000Z","modified_at":"2026-01-17T03:44:01.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"146910989004877","imei1":"146910989004877","imei2":"146910989004877","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158386,"job_number":"JOB_158386","tr_customer_id":158403,"tr_customer_product_id":158393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:01.000Z","modified_at":"2026-01-17T03:44:01.000Z","name":"Anibal O'Hara","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"103299519500346","imei1":"103299519500346","imei2":"103299519500346","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158387,"job_number":"JOB_158387","tr_customer_id":158404,"tr_customer_product_id":158394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:02.000Z","modified_at":"2026-01-17T03:44:02.000Z","name":"Hanna Davis","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"150406524276806","imei1":"150406524276806","imei2":"150406524276806","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158388,"job_number":"JOB_158388","tr_customer_id":158405,"tr_customer_product_id":158395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:02.000Z","modified_at":"2026-01-17T03:44:02.000Z","name":"Zola Lemke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"146830526284333","imei1":"146830526284333","imei2":"146830526284333","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158398,"job_number":"JOB_158398","tr_customer_id":158415,"tr_customer_product_id":158405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:12.000Z","modified_at":"2026-01-17T03:44:12.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"118480271711951","imei1":"118480271711951","imei2":"118480271711951","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158400,"job_number":"JOB_158400","tr_customer_id":158417,"tr_customer_product_id":158407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:13.000Z","modified_at":"2026-01-17T03:44:13.000Z","name":"Marian Kuhn","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"185306551779297","imei1":"185306551779297","imei2":"185306551779297","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158402,"job_number":"JOB_158402","tr_customer_id":158419,"tr_customer_product_id":158409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:13.000Z","modified_at":"2026-01-17T03:44:13.000Z","name":"Marcelina Koelpin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140734698974988","imei1":"140734698974988","imei2":"140734698974988","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158403,"job_number":"JOB_158403","tr_customer_id":158420,"tr_customer_product_id":158410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:13.000Z","modified_at":"2026-01-17T03:44:13.000Z","name":"Newell Koelpin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102407723537132","imei1":"102407723537132","imei2":"102407723537132","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158414,"job_number":"JOB_158414","tr_customer_id":158431,"tr_customer_product_id":158421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:28.000Z","modified_at":"2026-01-17T03:44:28.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"103960262653477","imei1":"103960262653477","imei2":"103960262653477","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158416,"job_number":"JOB_158416","tr_customer_id":158433,"tr_customer_product_id":158423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:29.000Z","modified_at":"2026-01-17T03:44:29.000Z","name":"Elmer Reynolds","mobile_number":"378-319-0161","email_id":"Suzanne_Farrell71@yahoo.com","dop":"2025-06-09","serial_number":"109199334236585","imei1":"109199334236585","imei2":"109199334236585","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158426,"job_number":"JOB_158426","tr_customer_id":158443,"tr_customer_product_id":158433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:42.000Z","modified_at":"2026-01-17T03:44:42.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106949070018540","imei1":"106949070018540","imei2":"106949070018540","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158428,"job_number":"JOB_158428","tr_customer_id":158445,"tr_customer_product_id":158435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:43.000Z","modified_at":"2026-01-17T03:44:43.000Z","name":"Gerald Effertz","mobile_number":"662-277-0330","email_id":"Renee.Mills@hotmail.com","dop":"2025-06-09","serial_number":"107173546291463","imei1":"107173546291463","imei2":"107173546291463","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158441,"job_number":"JOB_158441","tr_customer_id":158458,"tr_customer_product_id":158448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:57.000Z","modified_at":"2026-01-17T03:44:57.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105493518641071","imei1":"105493518641071","imei2":"105493518641071","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158445,"job_number":"JOB_158445","tr_customer_id":158462,"tr_customer_product_id":158452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:57.000Z","modified_at":"2026-01-17T03:44:57.000Z","name":"Uriel Mitchell","mobile_number":"947-801-7244","email_id":"Linwood.Kuhic22@hotmail.com","dop":"2025-06-09","serial_number":"109888146056340","imei1":"109888146056340","imei2":"109888146056340","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158501,"job_number":"JOB_158501","tr_customer_id":158518,"tr_customer_product_id":158508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:03:02.000Z","modified_at":"2026-01-17T06:03:02.000Z","name":"JF FK","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957152165010","imei1":"15957152165010","imei2":"15957152165010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158502,"job_number":"JOB_158502","tr_customer_id":158519,"tr_customer_product_id":158509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:03:02.000Z","modified_at":"2026-01-17T06:03:02.000Z","name":"YadiFKFa Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957148162011","imei1":"15957148162011","imei2":"15957148162011","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158503,"job_number":"JOB_158503","tr_customer_id":158520,"tr_customer_product_id":158510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:03:02.000Z","modified_at":"2026-01-17T06:03:02.000Z","name":"ABC Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957151162010","imei1":"15957151162010","imei2":"15957151162010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158504,"job_number":"JOB_158504","tr_customer_id":158521,"tr_customer_product_id":158511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:03:02.000Z","modified_at":"2026-01-17T06:03:02.000Z","name":"Yadira Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150162010","imei1":"15957150162010","imei2":"15957150162010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158505,"job_number":"JOB_158505","tr_customer_id":158522,"tr_customer_product_id":158512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:03:02.000Z","modified_at":"2026-01-17T06:03:02.000Z","name":"Yadira BlaFKFFKnda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957138162010","imei1":"15957138162010","imei2":"15957138162010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158516,"job_number":"JOB_158516","tr_customer_id":158533,"tr_customer_product_id":158523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:27:41.000Z","modified_at":"2026-01-17T07:27:41.000Z","name":"abhi res","mobile_number":"999000111","email_id":"ahbi@gg.com","dop":"2026-01-06","serial_number":"18040915043019","imei1":"18040915043019","imei2":"18040915043019","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158577,"job_number":"JOB_158577","tr_customer_id":158594,"tr_customer_product_id":158584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:54.000Z","modified_at":"2026-01-17T10:32:54.000Z","name":"Kapil Patil","mobile_number":"375-921-8698","email_id":"Joshua.Dietrich24@gmail.com","dop":"2025-05-12","serial_number":"151772963399794","imei1":"151772963399794","imei2":"151772963399794","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158578,"job_number":"JOB_158578","tr_customer_id":158595,"tr_customer_product_id":158585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:54.000Z","modified_at":"2026-01-17T10:32:54.000Z","name":"Nikhil Patil","mobile_number":"375-921-8698","email_id":"Joshua.Dietrich24@gmail.com","dop":"2025-05-12","serial_number":"331772963399794","imei1":"331772963399794","imei2":"331772963399794","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158579,"job_number":"JOB_158579","tr_customer_id":158596,"tr_customer_product_id":158586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:54.000Z","modified_at":"2026-01-17T10:32:54.000Z","name":"Carissa Becker","mobile_number":"375-921-8698","email_id":"Joshua.Dietrich24@gmail.com","dop":"2025-05-12","serial_number":"221772963399794","imei1":"221772963399794","imei2":"221772963399794","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158585,"job_number":"JOB_158585","tr_customer_id":158602,"tr_customer_product_id":158592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:57.000Z","modified_at":"2026-01-17T10:32:57.000Z","name":"Merle Wintheiser","mobile_number":"306-842-9060","email_id":"Ruben.Towne66@gmail.com","dop":"2025-05-12","serial_number":"950542362799449","imei1":"950542362799449","imei2":"950542362799449","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158586,"job_number":"JOB_158586","tr_customer_id":158603,"tr_customer_product_id":158593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:57.000Z","modified_at":"2026-01-17T10:32:57.000Z","name":"Merle Wintheiser","mobile_number":"306-842-9060","email_id":"Ruben.Towne66@gmail.com","dop":"2025-05-12","serial_number":"750542362799449","imei1":"750542362799449","imei2":"750542362799449","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158587,"job_number":"JOB_158587","tr_customer_id":158604,"tr_customer_product_id":158594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:57.000Z","modified_at":"2026-01-17T10:32:57.000Z","name":"Merle Wintheiser","mobile_number":"306-842-9060","email_id":"Ruben.Towne66@gmail.com","dop":"2025-05-12","serial_number":"890542362799449","imei1":"890542362799449","imei2":"890542362799449","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158637,"job_number":"JOB_158637","tr_customer_id":158654,"tr_customer_product_id":158644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:08:56.000Z","modified_at":"2026-01-17T14:08:56.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"113734770311322","imei1":"113734770311322","imei2":"113734770311322","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158638,"job_number":"JOB_158638","tr_customer_id":158655,"tr_customer_product_id":158645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:08:56.000Z","modified_at":"2026-01-17T14:08:56.000Z","name":"Birdie O'Connell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"179461865204720","imei1":"179461865204720","imei2":"179461865204720","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158639,"job_number":"JOB_158639","tr_customer_id":158656,"tr_customer_product_id":158646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:08:57.000Z","modified_at":"2026-01-17T14:08:57.000Z","name":"Julia Kohler","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"197298818874104","imei1":"197298818874104","imei2":"197298818874104","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:08:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158640,"job_number":"JOB_158640","tr_customer_id":158657,"tr_customer_product_id":158647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:08:57.000Z","modified_at":"2026-01-17T14:08:57.000Z","name":"Kyle Osinski","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139488606144877","imei1":"139488606144877","imei2":"139488606144877","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:08:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158642,"job_number":"JOB_158642","tr_customer_id":158659,"tr_customer_product_id":158649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:09:08.000Z","modified_at":"2026-01-17T14:09:08.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"196409635930897","imei1":"196409635930897","imei2":"196409635930897","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158643,"job_number":"JOB_158643","tr_customer_id":158660,"tr_customer_product_id":158650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:09:08.000Z","modified_at":"2026-01-17T14:09:08.000Z","name":"Sidney Jenkins","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"137189714556725","imei1":"137189714556725","imei2":"137189714556725","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158644,"job_number":"JOB_158644","tr_customer_id":158661,"tr_customer_product_id":158651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:09:08.000Z","modified_at":"2026-01-17T14:09:08.000Z","name":"Lily Braun","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"130750151091707","imei1":"130750151091707","imei2":"130750151091707","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158645,"job_number":"JOB_158645","tr_customer_id":158662,"tr_customer_product_id":158652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:09:09.000Z","modified_at":"2026-01-17T14:09:09.000Z","name":"Kolby Miller","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114598888992544","imei1":"114598888992544","imei2":"114598888992544","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158652,"job_number":"JOB_158652","tr_customer_id":158669,"tr_customer_product_id":158659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:13:53.000Z","modified_at":"2026-01-17T14:13:53.000Z","name":"Lester Jacobson","mobile_number":"277-764-3142","email_id":"Wyman7@yahoo.com","dop":"2025-12-01","serial_number":"11870858857560","imei1":"11870858857560","imei2":"11870858857560","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:13:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158656,"job_number":"JOB_158656","tr_customer_id":158673,"tr_customer_product_id":158663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:14:19.000Z","modified_at":"2026-01-17T14:14:19.000Z","name":"Estelle Heaney","mobile_number":"810-724-6609","email_id":"Alexandrea_Aufderhar36@yahoo.com","dop":"2025-12-01","serial_number":"20656922137665","imei1":"20656922137665","imei2":"20656922137665","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:14:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158742,"job_number":"JOB_158742","tr_customer_id":158759,"tr_customer_product_id":158749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:02.000Z","modified_at":"2026-01-17T14:23:02.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"100385960228118","imei1":"100385960228118","imei2":"100385960228118","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158744,"job_number":"JOB_158744","tr_customer_id":158761,"tr_customer_product_id":158751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:03.000Z","modified_at":"2026-01-17T14:23:03.000Z","name":"Jalon Reinger","mobile_number":"657-464-9893","email_id":"Lou_Nienow@yahoo.com","dop":"2025-06-09","serial_number":"100642124675070","imei1":"100642124675070","imei2":"100642124675070","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158748,"job_number":"JOB_158748","tr_customer_id":158765,"tr_customer_product_id":158755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:18.000Z","modified_at":"2026-01-17T14:23:18.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"103831513078457","imei1":"103831513078457","imei2":"103831513078457","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158750,"job_number":"JOB_158750","tr_customer_id":158767,"tr_customer_product_id":158757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:18.000Z","modified_at":"2026-01-17T14:23:19.000Z","name":"Maida Wehner","mobile_number":"708-706-0938","email_id":"Tremayne.Lemke38@gmail.com","dop":"2025-06-09","serial_number":"103030205292523","imei1":"103030205292523","imei2":"103030205292523","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158753,"job_number":"JOB_158753","tr_customer_id":158770,"tr_customer_product_id":158760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:33.000Z","modified_at":"2026-01-17T14:23:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105148546255345","imei1":"105148546255345","imei2":"105148546255345","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158756,"job_number":"JOB_158756","tr_customer_id":158773,"tr_customer_product_id":158763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:33.000Z","modified_at":"2026-01-17T14:23:33.000Z","name":"Eladio Goldner","mobile_number":"904-942-7964","email_id":"Heidi_Reynolds43@hotmail.com","dop":"2025-06-09","serial_number":"102316771377145","imei1":"102316771377145","imei2":"102316771377145","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158813,"job_number":"JOB_158813","tr_customer_id":158830,"tr_customer_product_id":158820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:41:54.000Z","modified_at":"2026-01-17T16:41:54.000Z","name":"Reyna Mohr","mobile_number":"296-899-0004","email_id":"Frieda85@yahoo.com","dop":"2025-11-09","serial_number":"57874044669091","imei1":"57874044669091","imei2":"57874044669091","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:41:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158819,"job_number":"JOB_158819","tr_customer_id":158836,"tr_customer_product_id":158826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:51:30.000Z","modified_at":"2026-01-17T16:51:30.000Z","name":"Rowan Robel","mobile_number":"792-545-1966","email_id":"Kacie.Koch@hotmail.com","dop":"2025-11-09","serial_number":"74850340132784","imei1":"74850340132784","imei2":"74850340132784","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158823,"job_number":"JOB_158823","tr_customer_id":158840,"tr_customer_product_id":158830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:56:30.000Z","modified_at":"2026-01-17T16:56:30.000Z","name":"Aimee Auer","mobile_number":"319-937-1738","email_id":"Esperanza43@yahoo.com","dop":"2025-11-09","serial_number":"25375359787120","imei1":"25375359787120","imei2":"25375359787120","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158824,"job_number":"JOB_158824","tr_customer_id":158841,"tr_customer_product_id":158831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:57:23.000Z","modified_at":"2026-01-17T16:57:23.000Z","name":"Bobby Kautzer","mobile_number":"582-461-1867","email_id":"Jason.Dietrich70@hotmail.com","dop":"2025-11-09","serial_number":"75143471341121","imei1":"75143471341121","imei2":"75143471341121","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158825,"job_number":"JOB_158825","tr_customer_id":158842,"tr_customer_product_id":158832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:57:31.000Z","modified_at":"2026-01-17T16:57:31.000Z","name":"Grayson Parisian","mobile_number":"805-726-6735","email_id":"Meagan4@yahoo.com","dop":"2025-11-09","serial_number":"37262570811936","imei1":"37262570811936","imei2":"37262570811936","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158826,"job_number":"JOB_158826","tr_customer_id":158843,"tr_customer_product_id":158833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:57:36.000Z","modified_at":"2026-01-17T16:57:36.000Z","name":"Russell Jacobs","mobile_number":"902-368-1265","email_id":"Niko_Conn8@gmail.com","dop":"2025-11-09","serial_number":"19754020528460","imei1":"19754020528460","imei2":"19754020528460","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158827,"job_number":"JOB_158827","tr_customer_id":158844,"tr_customer_product_id":158834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:01:44.000Z","modified_at":"2026-01-17T17:01:44.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Brian_Crist65@hotmail.com","dop":"2025-07-02","serial_number":"17483713850840","imei1":"17483713850840","imei2":"17483713850840","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:01:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158837,"job_number":"JOB_158837","tr_customer_id":158854,"tr_customer_product_id":158844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:19:34.000Z","modified_at":"2026-01-17T17:19:34.000Z","name":"Jackson Schulist","mobile_number":"205-372-8597","email_id":"Carlie63@gmail.com","dop":"2025-11-09","serial_number":"1082055512642662","imei1":"1082055512642662","imei2":"1082055512642662","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158839,"job_number":"JOB_158839","tr_customer_id":158856,"tr_customer_product_id":158846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:37:15.000Z","modified_at":"2026-01-17T17:37:15.000Z","name":"Jillian Dickinson","mobile_number":"947-812-1294","email_id":"Marjorie53@gmail.com","dop":"2025-11-09","serial_number":"76809446332231170","imei1":"76809446332231170","imei2":"76809446332231170","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158852,"job_number":"JOB_158852","tr_customer_id":158869,"tr_customer_product_id":158859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:55:04.000Z","modified_at":"2026-01-17T17:55:04.000Z","name":"Queenie Paucek","mobile_number":"368-617-5944","email_id":"Nellie73@yahoo.com","dop":"2025-11-09","serial_number":"64264506674218","imei1":"64264506674218","imei2":"64264506674218","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158857,"job_number":"JOB_158857","tr_customer_id":158874,"tr_customer_product_id":158864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:06:02.000Z","modified_at":"2026-01-17T18:06:02.000Z","name":"Eduardo Balistreri","mobile_number":"632-326-4829","email_id":"Camilla33@gmail.com","dop":"2025-11-09","serial_number":"30317247592805","imei1":"30317247592805","imei2":"30317247592805","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:06:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158858,"job_number":"JOB_158858","tr_customer_id":158875,"tr_customer_product_id":158865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:06:04.000Z","modified_at":"2026-01-17T18:06:04.000Z","name":"Lee Hauck","mobile_number":"423-492-5619","email_id":"Camille5@yahoo.com","dop":"2025-11-09","serial_number":"62915010271506","imei1":"62915010271506","imei2":"62915010271506","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:06:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158859,"job_number":"JOB_158859","tr_customer_id":158876,"tr_customer_product_id":158866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:06:06.000Z","modified_at":"2026-01-17T18:06:06.000Z","name":"Alan Moen","mobile_number":"333-924-4232","email_id":"Shanny.Kihn@gmail.com","dop":"2025-11-09","serial_number":"54874544257837","imei1":"54874544257837","imei2":"54874544257837","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:06:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158919,"job_number":"JOB_158919","tr_customer_id":158936,"tr_customer_product_id":158926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:57:39.000Z","modified_at":"2026-01-18T02:57:39.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"16999783582082","imei1":"16999783582082","imei2":"16999783582082","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158920,"job_number":"JOB_158920","tr_customer_id":158937,"tr_customer_product_id":158927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:02:19.000Z","modified_at":"2026-01-18T03:02:19.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"18960427744197","imei1":"18960427744197","imei2":"18960427744197","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:02:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158921,"job_number":"JOB_158921","tr_customer_id":158938,"tr_customer_product_id":158928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:02:45.000Z","modified_at":"2026-01-18T03:02:45.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"15413786821477","imei1":"15413786821477","imei2":"15413786821477","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:02:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158922,"job_number":"JOB_158922","tr_customer_id":158939,"tr_customer_product_id":158929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:02:49.000Z","modified_at":"2026-01-18T03:02:49.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"17488219712659","imei1":"17488219712659","imei2":"17488219712659","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:02:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158925,"job_number":"JOB_158925","tr_customer_id":158942,"tr_customer_product_id":158932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:13:51.000Z","modified_at":"2026-01-18T03:13:51.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"12888349326320","imei1":"12888349326320","imei2":"12888349326320","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:13:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158955,"job_number":"JOB_158955","tr_customer_id":158972,"tr_customer_product_id":158962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:54.000Z","modified_at":"2026-01-18T03:54:54.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Hillary44@yahoo.com","dop":"2025-07-02","serial_number":"16177264770331","imei1":"16177264770331","imei2":"16177264770331","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158972,"job_number":"JOB_158972","tr_customer_id":158989,"tr_customer_product_id":158979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:12.000Z","modified_at":"2026-01-18T03:55:12.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Rodrigo19@yahoo.com","dop":"2025-07-02","serial_number":"10075227066788","imei1":"10075227066788","imei2":"10075227066788","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158981,"job_number":"JOB_158981","tr_customer_id":158998,"tr_customer_product_id":158988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:28.000Z","modified_at":"2026-01-18T03:55:28.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Everett.Mueller56@gmail.com","dop":"2025-07-02","serial_number":"18222792591266","imei1":"18222792591266","imei2":"18222792591266","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159014,"job_number":"JOB_159014","tr_customer_id":159031,"tr_customer_product_id":159021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:52.000Z","modified_at":"2026-01-18T03:55:52.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"178587345595178","imei1":"178587345595178","imei2":"178587345595178","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159015,"job_number":"JOB_159015","tr_customer_id":159032,"tr_customer_product_id":159022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:52.000Z","modified_at":"2026-01-18T03:55:52.000Z","name":"Brice Spencer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"184379799057561","imei1":"184379799057561","imei2":"184379799057561","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159016,"job_number":"JOB_159016","tr_customer_id":159033,"tr_customer_product_id":159023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:52.000Z","modified_at":"2026-01-18T03:55:52.000Z","name":"Freddy Rippin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"184673928715690","imei1":"184673928715690","imei2":"184673928715690","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159018,"job_number":"JOB_159018","tr_customer_id":159035,"tr_customer_product_id":159025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:53.000Z","modified_at":"2026-01-18T03:55:53.000Z","name":"Sheridan Fay","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101742648038726","imei1":"101742648038726","imei2":"101742648038726","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159030,"job_number":"JOB_159030","tr_customer_id":159047,"tr_customer_product_id":159037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:04.000Z","modified_at":"2026-01-18T03:56:04.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"149772267174641","imei1":"149772267174641","imei2":"149772267174641","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159031,"job_number":"JOB_159031","tr_customer_id":159048,"tr_customer_product_id":159038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:05.000Z","modified_at":"2026-01-18T03:56:05.000Z","name":"Kamron Feest","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"150152032301002","imei1":"150152032301002","imei2":"150152032301002","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159032,"job_number":"JOB_159032","tr_customer_id":159049,"tr_customer_product_id":159039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:05.000Z","modified_at":"2026-01-18T03:56:05.000Z","name":"Roy Ullrich","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"137438777865228","imei1":"137438777865228","imei2":"137438777865228","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159033,"job_number":"JOB_159033","tr_customer_id":159050,"tr_customer_product_id":159040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:05.000Z","modified_at":"2026-01-18T03:56:05.000Z","name":"Neoma Ryan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102787594491808","imei1":"102787594491808","imei2":"102787594491808","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159039,"job_number":"JOB_159039","tr_customer_id":159056,"tr_customer_product_id":159046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:09.000Z","modified_at":"2026-01-18T03:56:09.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109629788642404","imei1":"109629788642404","imei2":"109629788642404","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159041,"job_number":"JOB_159041","tr_customer_id":159058,"tr_customer_product_id":159048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:09.000Z","modified_at":"2026-01-18T03:56:09.000Z","name":"Fleta Altenwerth","mobile_number":"959-270-3076","email_id":"Kelsie_Abernathy43@gmail.com","dop":"2025-06-09","serial_number":"101310913718039","imei1":"101310913718039","imei2":"101310913718039","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159065,"job_number":"JOB_159065","tr_customer_id":159082,"tr_customer_product_id":159072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"101640472927755","imei1":"101640472927755","imei2":"101640472927755","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159068,"job_number":"JOB_159068","tr_customer_id":159085,"tr_customer_product_id":159075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Ariane Schinner","mobile_number":"876-414-6433","email_id":"Sigrid_DAmore93@hotmail.com","dop":"2025-06-09","serial_number":"101218134558963","imei1":"101218134558963","imei2":"101218134558963","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159078,"job_number":"JOB_159078","tr_customer_id":159095,"tr_customer_product_id":159085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:38.000Z","modified_at":"2026-01-18T03:56:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"108819093702176","imei1":"108819093702176","imei2":"108819093702176","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159080,"job_number":"JOB_159080","tr_customer_id":159097,"tr_customer_product_id":159087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:39.000Z","modified_at":"2026-01-18T03:56:39.000Z","name":"Lori Mante","mobile_number":"830-863-8987","email_id":"Sofia37@hotmail.com","dop":"2025-06-09","serial_number":"104125942069702","imei1":"104125942069702","imei2":"104125942069702","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 53303eb3-91ed-43c5-b008-3c7250225ef0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-tASSSsuZ6Q5IB8zd/pX5Pd+HVtE"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDB9.n5JJLJqnmQMUe5UFh6Z5BRDPkqt3LSagvp4EEhirbwY"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 246ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDB9.n5JJLJqnmQMUe5UFh6Z5BRDPkqt3LSagvp4EEhirbwY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token faf73493-e6aa-4358-bb91-f040d1913adf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 163B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDB9.n5JJLJqnmQMUe5UFh6Z5BRDPkqt3LSagvp4EEhirbwY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ecf12889-005e-493b-9fab-bf26eec6fa24
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 163
ETag W/"a3-MYuvleBW49TdgXX64Jk9a12KXlY"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":5},{"label":"Repair completed","key":"repair_completed","count":96}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 4.79KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDB9.n5JJLJqnmQMUe5UFh6Z5BRDPkqt3LSagvp4EEhirbwY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 22b49947-1ac3-4500-84a8-642d658d7e1f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"132b-Cs44NNtuj5fnefjt9REMfRTQbUc"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 18 Jan 2026 06:15:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":158515,"job_number":"JOB_158515","tr_customer_id":158532,"tr_customer_product_id":158522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:06:03.000Z","modified_at":"2026-01-17T07:06:34.000Z","name":"Reuben Boyer","mobile_number":"990-554-7335","email_id":"Tyrese_Mills@hotmail.com","dop":"2025-12-03","serial_number":"58537310330916","imei1":"58537310330916","imei2":"58537310330916","popurl":"2025-12-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-17T07:06:34.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":158893,"job_number":"JOB_158893","tr_customer_id":158910,"tr_customer_product_id":158900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:25:17.000Z","modified_at":"2026-01-17T21:12:13.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"87132684662913","imei1":"87132684662913","imei2":"87132684662913","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-17T21:12:13.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":158903,"job_number":"JOB_158903","tr_customer_id":158920,"tr_customer_product_id":158910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:03:19.000Z","modified_at":"2026-01-17T21:04:06.000Z","name":"d d","mobile_number":"4545454545","email_id":"ww@gmail.com","dop":"2026-01-17","serial_number":"565765755585885","imei1":"565765755585885","imei2":"565765755585885","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-17T21:04:06.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":158934,"job_number":"JOB_158934","tr_customer_id":158951,"tr_customer_product_id":158941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:51.000Z","modified_at":"2026-01-18T03:30:02.000Z","name":"Mavis O'Connell","mobile_number":"442-453-2063","email_id":"Nelle.Pfeffer@hotmail.com","dop":"2025-04-06","serial_number":"15410425451321","imei1":"15410425451321","imei2":"15410425451321","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-18T03:30:02.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":159198,"job_number":"JOB_159198","tr_customer_id":159215,"tr_customer_product_id":159205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T06:14:55.000Z","modified_at":"2026-01-18T06:14:59.000Z","name":"Lizeth Hartmann","mobile_number":"513-684-8091","email_id":"Jodie_Crist@yahoo.com","dop":"2025-11-04","serial_number":"36230247521315","imei1":"36230247521315","imei2":"36230247521315","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-18T06:14:59.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDB9.n5JJLJqnmQMUe5UFh6Z5BRDPkqt3LSagvp4EEhirbwY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 379ef2d3-f54e-4a34-a2ec-4ee02b521255
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 288ms
Mean size per request: 5.92KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDB9.n5JJLJqnmQMUe5UFh6Z5BRDPkqt3LSagvp4EEhirbwY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9cef8c90-cfd3-43c7-9e0b-1f847bf38ee5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"17b2-SYYLNIUPi1yD0SO2gG+MIwiKhbA"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 18 Jan 2026 06:15:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":159198,"job_number":"JOB_159198","tr_customer_id":159215,"tr_customer_product_id":159205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T06:14:55.000Z","modified_at":"2026-01-18T06:14:59.000Z","name":"Lizeth Hartmann","mobile_number":"513-684-8091","email_id":"Jodie_Crist@yahoo.com","dop":"2025-11-04","serial_number":"36230247521315","imei1":"36230247521315","imei2":"36230247521315","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-18T06:14:59.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":159198,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-18T06:14:55.000Z"}],"quatations":[]},{"id":158934,"job_number":"JOB_158934","tr_customer_id":158951,"tr_customer_product_id":158941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:51.000Z","modified_at":"2026-01-18T03:30:02.000Z","name":"Mavis O'Connell","mobile_number":"442-453-2063","email_id":"Nelle.Pfeffer@hotmail.com","dop":"2025-04-06","serial_number":"15410425451321","imei1":"15410425451321","imei2":"15410425451321","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-18T03:30:02.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":158934,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-18T03:29:51.000Z"}],"quatations":[]},{"id":158903,"job_number":"JOB_158903","tr_customer_id":158920,"tr_customer_product_id":158910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:03:19.000Z","modified_at":"2026-01-17T21:04:06.000Z","name":"d d","mobile_number":"4545454545","email_id":"ww@gmail.com","dop":"2026-01-17","serial_number":"565765755585885","imei1":"565765755585885","imei2":"565765755585885","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-17T21:04:06.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":158903,"remark":"d","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-17T21:03:19.000Z"}],"quatations":[]},{"id":158893,"job_number":"JOB_158893","tr_customer_id":158910,"tr_customer_product_id":158900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:25:17.000Z","modified_at":"2026-01-17T21:12:13.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"87132684662913","imei1":"87132684662913","imei2":"87132684662913","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-17T21:12:13.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":158893,"remark":"slow","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-17T19:25:17.000Z"},{"id":1,"name":"Smartphone is running slow","tr_job_head_id":158893,"remark":"low","added_by":"Mark zuk","role_name":"Engineer","created_at":"2026-01-17T20:10:54.000Z"}],"quatations":[]},{"id":158515,"job_number":"JOB_158515","tr_customer_id":158532,"tr_customer_product_id":158522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:06:03.000Z","modified_at":"2026-01-17T07:06:34.000Z","name":"Reuben Boyer","mobile_number":"990-554-7335","email_id":"Tyrese_Mills@hotmail.com","dop":"2025-12-03","serial_number":"58537310330916","imei1":"58537310330916","imei2":"58537310330916","popurl":"2025-12-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-17T07:06:34.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":158515,"remark":"Bad Condition","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-17T07:06:03.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDB9.n5JJLJqnmQMUe5UFh6Z5BRDPkqt3LSagvp4EEhirbwY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9742838d-95fb-450d-8890-cf42c61b9f99
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 18 Jan 2026 06:15:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDB9.n5JJLJqnmQMUe5UFh6Z5BRDPkqt3LSagvp4EEhirbwY
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 926fac16-97e5-4394-ae52-851f537afa82
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":159198,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 248ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a56b5c47-d3f1-410c-9c46-cdb5fee9a1fa
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-vmsBqs+JH4gduDSaGscLLm7TvVA"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODcxNjkwMn0.vBlXIVd2iazIi6UrRNznBvd6K6RAgpleN1HPoO1HAm4"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 246ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODcxNjkwMn0.vBlXIVd2iazIi6UrRNznBvd6K6RAgpleN1HPoO1HAm4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2a7963d9-949f-482e-ac26-05a09fdd7fac
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 267ms
Mean size per request: 201B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODcxNjkwMn0.vBlXIVd2iazIi6UrRNznBvd6K6RAgpleN1HPoO1HAm4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 475343a3-f9d3-4853-be7d-8a2d44ae7df1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 201
ETag W/"c9-YhhxigfPRrUP/dCxqBnUaqBvbEo"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":97},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 249ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODcxNjkwMn0.vBlXIVd2iazIi6UrRNznBvd6K6RAgpleN1HPoO1HAm4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c9fabda8-fabc-4b85-83ee-3d61e7012ed7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 277ms
Mean size per request: 93.7KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODcxNjkwMn0.vBlXIVd2iazIi6UrRNznBvd6K6RAgpleN1HPoO1HAm4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5bbafe8c-39fa-4f61-bf3f-90ba338c3590
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"176c8-jQfRJHPPVSmcU15l6baFNzCFGG8"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 18 Jan 2026 06:15:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":158905,"job_number":"JOB_158905","tr_customer_id":158922,"tr_customer_product_id":158912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:05:53.000Z","modified_at":"2026-01-18T04:19:10.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"59683443255409","imei1":"59683443255409","imei2":"59683443255409","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158924,"job_number":"JOB_158924","tr_customer_id":158941,"tr_customer_product_id":158931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:10:02.000Z","modified_at":"2026-01-18T04:16:43.000Z","name":"Ramesh Kaginakar","mobile_number":"1234567890","email_id":"abc@gmail.com","dop":"2025-12-10","serial_number":"12345678901234","imei1":"12345678900168","imei2":"12345678900168","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:16:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158926,"job_number":"JOB_158926","tr_customer_id":158943,"tr_customer_product_id":158933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:19:27.000Z","modified_at":"2026-01-18T03:20:01.000Z","name":"Jany Schumm","mobile_number":"819-669-9321","email_id":"Dolores_Cummings@gmail.com","dop":"2025-04-06","serial_number":"16220468222119","imei1":"16220468222119","imei2":"16220468222119","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158928,"job_number":"JOB_158928","tr_customer_id":158945,"tr_customer_product_id":158935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:20:07.000Z","modified_at":"2026-01-18T03:20:40.000Z","name":"Mack Effertz","mobile_number":"203-820-2100","email_id":"Rubie65@gmail.com","dop":"2025-04-06","serial_number":"12788823772398","imei1":"12788823772398","imei2":"12788823772398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158930,"job_number":"JOB_158930","tr_customer_id":158947,"tr_customer_product_id":158937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:20:47.000Z","modified_at":"2026-01-18T03:21:20.000Z","name":"Bette Gerlach","mobile_number":"896-787-1809","email_id":"Dereck_Walsh24@hotmail.com","dop":"2025-04-06","serial_number":"16172502981161","imei1":"16172502981161","imei2":"16172502981161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:21:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158937,"job_number":"JOB_158937","tr_customer_id":158954,"tr_customer_product_id":158944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:31:51.000Z","modified_at":"2026-01-18T03:32:25.000Z","name":"Kaelyn Ernser","mobile_number":"276-837-8785","email_id":"Kenyatta64@gmail.com","dop":"2025-04-06","serial_number":"13302347146939","imei1":"13302347146939","imei2":"13302347146939","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:32:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158939,"job_number":"JOB_158939","tr_customer_id":158956,"tr_customer_product_id":158946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:32:31.000Z","modified_at":"2026-01-18T03:33:05.000Z","name":"Alexandre Konopelski","mobile_number":"676-672-9577","email_id":"Justice_Reinger@yahoo.com","dop":"2025-04-06","serial_number":"16076634674188","imei1":"16076634674188","imei2":"16076634674188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:33:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158941,"job_number":"JOB_158941","tr_customer_id":158958,"tr_customer_product_id":158948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:33:12.000Z","modified_at":"2026-01-18T03:33:45.000Z","name":"Hillary Rau","mobile_number":"390-865-7429","email_id":"Aiden.Greenfelder@gmail.com","dop":"2025-04-06","serial_number":"17243360628534","imei1":"17243360628534","imei2":"17243360628534","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:33:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158943,"job_number":"JOB_158943","tr_customer_id":158960,"tr_customer_product_id":158950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:36.000Z","modified_at":"2026-01-18T03:55:12.000Z","name":"Benton Ryan","mobile_number":"955-935-3229","email_id":"Jake6@gmail.com","dop":"2025-04-06","serial_number":"17064670616331","imei1":"17064670616331","imei2":"17064670616331","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158944,"job_number":"JOB_158944","tr_customer_id":158961,"tr_customer_product_id":158951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:37.000Z","modified_at":"2026-01-18T03:54:46.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"14592451049480","imei1":"14592451049480","imei2":"14592451049480","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:54:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158947,"job_number":"JOB_158947","tr_customer_id":158964,"tr_customer_product_id":158954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:43.000Z","modified_at":"2026-01-18T03:55:19.000Z","name":"Toni Hessel","mobile_number":"822-867-3534","email_id":"Baron_Hansen70@gmail.com","dop":"2025-04-06","serial_number":"12146443770103","imei1":"12146443770103","imei2":"12146443770103","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158950,"job_number":"JOB_158950","tr_customer_id":158967,"tr_customer_product_id":158957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:48.000Z","modified_at":"2026-01-18T03:55:24.000Z","name":"Greyson Hudson","mobile_number":"447-911-9854","email_id":"Charlie20@yahoo.com","dop":"2025-06-18","serial_number":"10814948618389","imei1":"10814948618389","imei2":"10814948618389","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158951,"job_number":"JOB_158951","tr_customer_id":158968,"tr_customer_product_id":158958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:48.000Z","modified_at":"2026-01-18T03:55:24.000Z","name":"Leann Kohler","mobile_number":"616-903-0282","email_id":"Zaria24@hotmail.com","dop":"2025-04-06","serial_number":"12643092197072","imei1":"12643092197072","imei2":"12643092197072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158953,"job_number":"JOB_158953","tr_customer_id":158970,"tr_customer_product_id":158960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:49.000Z","modified_at":"2026-01-18T03:54:58.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"89701185008134","imei1":"89701185008134","imei2":"89701185008134","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158957,"job_number":"JOB_158957","tr_customer_id":158974,"tr_customer_product_id":158964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:55.000Z","modified_at":"2026-01-18T03:55:31.000Z","name":"Philip Spinka","mobile_number":"994-378-0101","email_id":"Taurean_Funk@gmail.com","dop":"2025-04-06","serial_number":"19239000819803","imei1":"19239000819803","imei2":"19239000819803","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158960,"job_number":"JOB_158960","tr_customer_id":158977,"tr_customer_product_id":158967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:56.000Z","modified_at":"2026-01-18T03:55:32.000Z","name":"Tate Greenholt","mobile_number":"729-959-9597","email_id":"Betsy44@yahoo.com","dop":"2025-04-06","serial_number":"13483793813665","imei1":"13483793813665","imei2":"13483793813665","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158961,"job_number":"JOB_158961","tr_customer_id":158978,"tr_customer_product_id":158968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:57.000Z","modified_at":"2026-01-18T03:55:31.000Z","name":"Duncan Collier","mobile_number":"269-443-8960","email_id":"Mina_Russel@yahoo.com","dop":"2025-04-06","serial_number":"11758303035972","imei1":"11758303035972","imei2":"11758303035972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158965,"job_number":"JOB_158965","tr_customer_id":158982,"tr_customer_product_id":158972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:04.000Z","modified_at":"2026-01-18T03:55:40.000Z","name":"Vaughn Haley","mobile_number":"751-435-2341","email_id":"Ian_Heaney@hotmail.com","dop":"2025-04-06","serial_number":"16373163828544","imei1":"16373163828544","imei2":"16373163828544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158967,"job_number":"JOB_158967","tr_customer_id":158984,"tr_customer_product_id":158974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:08.000Z","modified_at":"2026-01-18T03:55:45.000Z","name":"Christa Kemmer","mobile_number":"297-386-4109","email_id":"Leann.Ernser@gmail.com","dop":"2025-04-06","serial_number":"18005361775125","imei1":"18005361775125","imei2":"18005361775125","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158970,"job_number":"JOB_158970","tr_customer_id":158987,"tr_customer_product_id":158977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:09.000Z","modified_at":"2026-01-18T03:55:44.000Z","name":"Genesis Flatley","mobile_number":"804-393-9060","email_id":"Nathanial_Jacobson@yahoo.com","dop":"2025-04-06","serial_number":"11167568827578","imei1":"11167568827578","imei2":"11167568827578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158974,"job_number":"JOB_158974","tr_customer_id":158991,"tr_customer_product_id":158981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:18.000Z","modified_at":"2026-01-18T03:55:53.000Z","name":"Maybell Hills","mobile_number":"989-446-8889","email_id":"Pascale92@yahoo.com","dop":"2025-04-06","serial_number":"18848068655341","imei1":"18848068655341","imei2":"18848068655341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158979,"job_number":"JOB_158979","tr_customer_id":158996,"tr_customer_product_id":158986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:26.000Z","modified_at":"2026-01-18T03:56:01.000Z","name":"Dimitri Goyette","mobile_number":"319-502-8315","email_id":"Kitty_Lockman@hotmail.com","dop":"2025-04-06","serial_number":"19031017337786","imei1":"19031017337786","imei2":"19031017337786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158984,"job_number":"JOB_158984","tr_customer_id":159001,"tr_customer_product_id":158991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:31.000Z","modified_at":"2026-01-18T03:56:07.000Z","name":"Dustin Hayes","mobile_number":"752-267-0808","email_id":"Clark_Keebler29@hotmail.com","dop":"2025-06-18","serial_number":"10971319133964","imei1":"10971319133964","imei2":"10971319133964","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158985,"job_number":"JOB_158985","tr_customer_id":159002,"tr_customer_product_id":158992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:31.000Z","modified_at":"2026-01-18T03:56:07.000Z","name":"Antwon Reichert","mobile_number":"997-216-1387","email_id":"Aric70@gmail.com","dop":"2025-04-06","serial_number":"17099555143393","imei1":"17099555143393","imei2":"17099555143393","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158990,"job_number":"JOB_158990","tr_customer_id":159007,"tr_customer_product_id":158997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:37.000Z","modified_at":"2026-01-18T03:56:16.000Z","name":"Tyrese Schumm","mobile_number":"231-628-4546","email_id":"Joan_Hessel@yahoo.com","dop":"2000-01-31","serial_number":"10614842317378","imei1":"10614842317378","imei2":"10614842317378","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158991,"job_number":"JOB_158991","tr_customer_id":159008,"tr_customer_product_id":158998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:38.000Z","modified_at":"2026-01-18T03:56:12.000Z","name":"Jeramy Romaguera","mobile_number":"787-267-1367","email_id":"Audreanne8@hotmail.com","dop":"2025-04-06","serial_number":"12785879705304","imei1":"12785879705304","imei2":"12785879705304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158993,"job_number":"JOB_158993","tr_customer_id":159010,"tr_customer_product_id":159000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:38.000Z","modified_at":"2026-01-18T03:56:14.000Z","name":"Kassandra Berge","mobile_number":"504-319-2564","email_id":"Hunter_Fritsch@yahoo.com","dop":"2025-04-06","serial_number":"17958380500147","imei1":"17958380500147","imei2":"17958380500147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158999,"job_number":"JOB_158999","tr_customer_id":159016,"tr_customer_product_id":159006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:40.000Z","modified_at":"2026-01-18T03:56:15.000Z","name":"Kaden Gislason","mobile_number":"767-914-8852","email_id":"Thalia88@gmail.com","dop":"2025-04-06","serial_number":"15412717647720","imei1":"15412717647720","imei2":"15412717647720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159001,"job_number":"JOB_159001","tr_customer_id":159018,"tr_customer_product_id":159008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:40.000Z","modified_at":"2026-01-18T03:56:16.000Z","name":"Doris Skiles","mobile_number":"635-255-6745","email_id":"Colt35@yahoo.com","dop":"2025-04-06","serial_number":"11658379196792","imei1":"11658379196792","imei2":"11658379196792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159002,"job_number":"JOB_159002","tr_customer_id":159019,"tr_customer_product_id":159009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:40.000Z","modified_at":"2026-01-18T03:56:16.000Z","name":"Julian Bergstrom","mobile_number":"459-533-2896","email_id":"Linnie.Reinger@hotmail.com","dop":"2025-04-06","serial_number":"14858585471977","imei1":"14858585471977","imei2":"14858585471977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159009,"job_number":"JOB_159009","tr_customer_id":159026,"tr_customer_product_id":159016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:47.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"Madeline Jacobs","mobile_number":"514-968-7081","email_id":"Delores.Orn@yahoo.com","dop":"2025-04-06","serial_number":"19578618797378","imei1":"19578618797378","imei2":"19578618797378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159013,"job_number":"JOB_159013","tr_customer_id":159030,"tr_customer_product_id":159020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:51.000Z","modified_at":"2026-01-18T03:56:26.000Z","name":"Ursula Bradtke","mobile_number":"302-310-0015","email_id":"Dale65@gmail.com","dop":"2025-04-06","serial_number":"16113939395735","imei1":"16113939395735","imei2":"16113939395735","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159020,"job_number":"JOB_159020","tr_customer_id":159037,"tr_customer_product_id":159027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:56.000Z","modified_at":"2026-01-18T03:56:31.000Z","name":"Alba Rohan","mobile_number":"802-857-2938","email_id":"Moses66@yahoo.com","dop":"2025-04-06","serial_number":"12398716691813","imei1":"12398716691813","imei2":"12398716691813","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159023,"job_number":"JOB_159023","tr_customer_id":159040,"tr_customer_product_id":159030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:01.000Z","modified_at":"2026-01-18T03:56:36.000Z","name":"Ben Kuhn","mobile_number":"691-824-3322","email_id":"Daisy_Rutherford9@hotmail.com","dop":"2025-04-06","serial_number":"12037303054493","imei1":"12037303054493","imei2":"12037303054493","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159026,"job_number":"JOB_159026","tr_customer_id":159043,"tr_customer_product_id":159033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:02.000Z","modified_at":"2026-01-18T03:56:36.000Z","name":"Savanna Monahan","mobile_number":"462-706-2832","email_id":"Toby.Kuphal84@gmail.com","dop":"2025-06-26","serial_number":"10475853912111","imei1":"10475853912111","imei2":"10475853912111","popurl":"2025-06-27T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159035,"job_number":"JOB_159035","tr_customer_id":159052,"tr_customer_product_id":159042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:06.000Z","modified_at":"2026-01-18T03:56:42.000Z","name":"Randy Schmeler","mobile_number":"323-416-5949","email_id":"Alisha20@gmail.com","dop":"2025-04-06","serial_number":"17865956958461","imei1":"17865956958461","imei2":"17865956958461","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159038,"job_number":"JOB_159038","tr_customer_id":159055,"tr_customer_product_id":159045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:08.000Z","modified_at":"2026-01-18T03:56:44.000Z","name":"Kris Bergstrom","mobile_number":"508-383-2600","email_id":"Hazle.Krajcik@gmail.com","dop":"2025-04-06","serial_number":"13797358340007","imei1":"13797358340007","imei2":"13797358340007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159044,"job_number":"JOB_159044","tr_customer_id":159061,"tr_customer_product_id":159051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:11.000Z","modified_at":"2026-01-18T03:56:48.000Z","name":"Ernesto Moore","mobile_number":"677-862-9926","email_id":"Irma.Stanton44@yahoo.com","dop":"2025-04-06","serial_number":"17502561829918","imei1":"17502561829918","imei2":"17502561829918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159047,"job_number":"JOB_159047","tr_customer_id":159064,"tr_customer_product_id":159054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:14.000Z","modified_at":"2026-01-18T03:56:49.000Z","name":"Rahul Collins","mobile_number":"535-323-8143","email_id":"Joyce.Connelly@yahoo.com","dop":"2025-04-06","serial_number":"17396895026096","imei1":"17396895026096","imei2":"17396895026096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159050,"job_number":"JOB_159050","tr_customer_id":159067,"tr_customer_product_id":159057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:19.000Z","modified_at":"2026-01-18T03:56:52.000Z","name":"Jillian Hammes","mobile_number":"399-301-6953","email_id":"Fausto_Zboncak@hotmail.com","dop":"2025-04-06","serial_number":"15069239875856","imei1":"15069239875856","imei2":"15069239875856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159053,"job_number":"JOB_159053","tr_customer_id":159070,"tr_customer_product_id":159060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:20.000Z","modified_at":"2026-01-18T03:56:59.000Z","name":"Mandy Satterfield","mobile_number":"295-776-2741","email_id":"Hortense.Herman83@gmail.com","dop":"2025-04-06","serial_number":"13255645546171","imei1":"13255645546171","imei2":"13255645546171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159055,"job_number":"JOB_159055","tr_customer_id":159072,"tr_customer_product_id":159062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:21.000Z","modified_at":"2026-01-18T03:56:57.000Z","name":"Hermina Mertz","mobile_number":"650-957-4349","email_id":"Lesly_Botsford@yahoo.com","dop":"2025-04-06","serial_number":"14525818112271","imei1":"14525818112271","imei2":"14525818112271","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159058,"job_number":"JOB_159058","tr_customer_id":159075,"tr_customer_product_id":159065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:58.000Z","name":"Jadon Romaguera","mobile_number":"830-852-3877","email_id":"Rene95@hotmail.com","dop":"2025-04-06","serial_number":"12062052753301","imei1":"12062052753301","imei2":"12062052753301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159061,"job_number":"JOB_159061","tr_customer_id":159078,"tr_customer_product_id":159068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:23.000Z","modified_at":"2026-01-18T03:56:58.000Z","name":"Shannon Willms","mobile_number":"694-886-8947","email_id":"Gregory_Von9@yahoo.com","dop":"2025-04-06","serial_number":"13668261197857","imei1":"13668261197857","imei2":"13668261197857","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159063,"job_number":"JOB_159063","tr_customer_id":159080,"tr_customer_product_id":159070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:23.000Z","modified_at":"2026-01-18T03:57:01.000Z","name":"Sadye Zemlak","mobile_number":"574-577-9262","email_id":"Emery64@hotmail.com","dop":"2000-01-31","serial_number":"10361035499517","imei1":"10361035499517","imei2":"10361035499517","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159071,"job_number":"JOB_159071","tr_customer_id":159088,"tr_customer_product_id":159078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:30.000Z","modified_at":"2026-01-18T03:57:05.000Z","name":"Nellie McKenzie","mobile_number":"404-256-8684","email_id":"Tommie98@yahoo.com","dop":"2025-04-06","serial_number":"18804189159794","imei1":"18804189159794","imei2":"18804189159794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159074,"job_number":"JOB_159074","tr_customer_id":159091,"tr_customer_product_id":159081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:33.000Z","modified_at":"2026-01-18T03:57:07.000Z","name":"Agnes Kilback","mobile_number":"239-766-5758","email_id":"Nina77@gmail.com","dop":"2025-04-06","serial_number":"19195918394177","imei1":"19195918394177","imei2":"19195918394177","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159077,"job_number":"JOB_159077","tr_customer_id":159094,"tr_customer_product_id":159084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:38.000Z","modified_at":"2026-01-18T03:57:12.000Z","name":"Guiseppe Johnston","mobile_number":"429-834-8255","email_id":"Maverick.Konopelski1@gmail.com","dop":"2025-04-06","serial_number":"18486497465696","imei1":"18486497465696","imei2":"18486497465696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159083,"job_number":"JOB_159083","tr_customer_id":159100,"tr_customer_product_id":159090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:43.000Z","modified_at":"2026-01-18T03:57:18.000Z","name":"Chadd Steuber","mobile_number":"451-894-2969","email_id":"Lottie_Glover@yahoo.com","dop":"2025-04-06","serial_number":"17629287627526","imei1":"17629287627526","imei2":"17629287627526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159086,"job_number":"JOB_159086","tr_customer_id":159103,"tr_customer_product_id":159093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:50.000Z","modified_at":"2026-01-18T03:57:25.000Z","name":"Roslyn Klocko","mobile_number":"532-235-3381","email_id":"Mac_Steuber@yahoo.com","dop":"2025-04-06","serial_number":"12786615718002","imei1":"12786615718002","imei2":"12786615718002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159089,"job_number":"JOB_159089","tr_customer_id":159106,"tr_customer_product_id":159096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:55.000Z","modified_at":"2026-01-18T03:57:31.000Z","name":"Noble Hermann","mobile_number":"724-877-8268","email_id":"Mazie18@hotmail.com","dop":"2025-04-06","serial_number":"15240783714408","imei1":"15240783714408","imei2":"15240783714408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159091,"job_number":"JOB_159091","tr_customer_id":159108,"tr_customer_product_id":159098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:56.000Z","modified_at":"2026-01-18T03:57:31.000Z","name":"Jessyca Ziemann","mobile_number":"260-864-3713","email_id":"Shaniya_Little@yahoo.com","dop":"2025-04-06","serial_number":"13874517797187","imei1":"13874517797187","imei2":"13874517797187","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159095,"job_number":"JOB_159095","tr_customer_id":159112,"tr_customer_product_id":159102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:59.000Z","modified_at":"2026-01-18T03:57:32.000Z","name":"Percival Purdy","mobile_number":"706-346-4165","email_id":"Zane_Daugherty70@gmail.com","dop":"2025-04-06","serial_number":"12534935834116","imei1":"12534935834116","imei2":"12534935834116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159098,"job_number":"JOB_159098","tr_customer_id":159115,"tr_customer_product_id":159105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:05.000Z","modified_at":"2026-01-18T03:57:40.000Z","name":"Athena Boehm","mobile_number":"602-616-5508","email_id":"Dovie.Cartwright9@yahoo.com","dop":"2025-04-06","serial_number":"12620694671011","imei1":"12620694671011","imei2":"12620694671011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159100,"job_number":"JOB_159100","tr_customer_id":159117,"tr_customer_product_id":159107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:06.000Z","modified_at":"2026-01-18T03:57:44.000Z","name":"Nichole Rosenbaum","mobile_number":"751-523-9506","email_id":"Vickie_Grimes@yahoo.com","dop":"2025-04-06","serial_number":"18111139794010","imei1":"18111139794010","imei2":"18111139794010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159104,"job_number":"JOB_159104","tr_customer_id":159121,"tr_customer_product_id":159111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:09.000Z","modified_at":"2026-01-18T03:57:46.000Z","name":"Jay Davis","mobile_number":"612-378-8907","email_id":"Nya83@gmail.com","dop":"2000-01-31","serial_number":"10453109750065","imei1":"10453109750065","imei2":"10453109750065","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159107,"job_number":"JOB_159107","tr_customer_id":159124,"tr_customer_product_id":159114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:19.000Z","modified_at":"2026-01-18T03:57:53.000Z","name":"Vena Kling","mobile_number":"538-954-8062","email_id":"Marilyne23@gmail.com","dop":"2025-04-06","serial_number":"16525630311264","imei1":"16525630311264","imei2":"16525630311264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159110,"job_number":"JOB_159110","tr_customer_id":159127,"tr_customer_product_id":159117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:39.000Z","modified_at":"2026-01-18T03:58:14.000Z","name":"Belle Ullrich","mobile_number":"937-841-8368","email_id":"Chanelle73@yahoo.com","dop":"2025-04-06","serial_number":"19820439666902","imei1":"19820439666902","imei2":"19820439666902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159113,"job_number":"JOB_159113","tr_customer_id":159130,"tr_customer_product_id":159120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:52.000Z","modified_at":"2026-01-18T03:58:30.000Z","name":"Terrell Hettinger","mobile_number":"323-467-7652","email_id":"Jo.Deckow@hotmail.com","dop":"2025-04-06","serial_number":"18501209557801","imei1":"18501209557801","imei2":"18501209557801","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159116,"job_number":"JOB_159116","tr_customer_id":159133,"tr_customer_product_id":159123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:54.000Z","modified_at":"2026-01-18T03:58:31.000Z","name":"Barbara Powlowski","mobile_number":"978-990-2526","email_id":"Kamron47@gmail.com","dop":"2000-01-31","serial_number":"10824899581379","imei1":"10824899581379","imei2":"10824899581379","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159124,"job_number":"JOB_159124","tr_customer_id":159141,"tr_customer_product_id":159131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:06.000Z","modified_at":"2026-01-18T04:02:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35111757339726","imei1":"35111757339726","imei2":"35111757339726","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:02:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159131,"job_number":"JOB_159131","tr_customer_id":159148,"tr_customer_product_id":159138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:37.000Z","modified_at":"2026-01-18T04:02:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95837614501872","imei1":"95837614501872","imei2":"95837614501872","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:02:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159138,"job_number":"JOB_159138","tr_customer_id":159155,"tr_customer_product_id":159145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:07.000Z","modified_at":"2026-01-18T04:03:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38245745566724","imei1":"38245745566724","imei2":"38245745566724","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:03:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159139,"job_number":"JOB_159139","tr_customer_id":159156,"tr_customer_product_id":159146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:35:38.000Z","modified_at":"2026-01-18T04:36:16.000Z","name":"Jaydon Rau","mobile_number":"954-764-1801","email_id":"Kristoffer41@gmail.com","dop":"2025-04-06","serial_number":"14920275058033","imei1":"14920275058033","imei2":"14920275058033","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159141,"job_number":"JOB_159141","tr_customer_id":159158,"tr_customer_product_id":159148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:36:24.000Z","modified_at":"2026-01-18T04:37:01.000Z","name":"Carlee Heaney","mobile_number":"231-304-7276","email_id":"Verdie_Morissette4@hotmail.com","dop":"2025-04-06","serial_number":"18551688384460","imei1":"18551688384460","imei2":"18551688384460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:37:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159143,"job_number":"JOB_159143","tr_customer_id":159160,"tr_customer_product_id":159150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:37:09.000Z","modified_at":"2026-01-18T04:37:46.000Z","name":"Cristobal O'Hara","mobile_number":"823-651-5583","email_id":"Kennith_DAmore29@hotmail.com","dop":"2025-04-06","serial_number":"19490553851209","imei1":"19490553851209","imei2":"19490553851209","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159148,"job_number":"JOB_159148","tr_customer_id":159165,"tr_customer_product_id":159155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:46:20.000Z","modified_at":"2026-01-18T04:46:30.000Z","name":"Dedrick Zieme","mobile_number":"402-616-8008","email_id":"Giles_Harris@gmail.com","dop":"2025-07-01","serial_number":"101389294631118","imei1":"101389294631118","imei2":"101389294631118","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159150,"job_number":"JOB_159150","tr_customer_id":159167,"tr_customer_product_id":159157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:46:32.000Z","modified_at":"2026-01-18T04:46:41.000Z","name":"Leonie Gislason","mobile_number":"384-614-4881","email_id":"Candace_Mitchell28@hotmail.com","dop":"2025-07-01","serial_number":"100464639279967","imei1":"100464639279967","imei2":"100464639279967","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:46:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159151,"job_number":"JOB_159151","tr_customer_id":159168,"tr_customer_product_id":159158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:48:42.000Z","modified_at":"2026-01-18T04:49:19.000Z","name":"Nathanial Koepp","mobile_number":"434-971-7428","email_id":"Mara.Williamson33@gmail.com","dop":"2025-04-06","serial_number":"10463330961064","imei1":"10463330961064","imei2":"10463330961064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159153,"job_number":"JOB_159153","tr_customer_id":159170,"tr_customer_product_id":159160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:49:26.000Z","modified_at":"2026-01-18T04:50:02.000Z","name":"Cleta Beahan","mobile_number":"370-386-7032","email_id":"Ethel.Abshire48@hotmail.com","dop":"2025-04-06","serial_number":"14136533686410","imei1":"14136533686410","imei2":"14136533686410","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159155,"job_number":"JOB_159155","tr_customer_id":159172,"tr_customer_product_id":159162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:50:08.000Z","modified_at":"2026-01-18T04:50:44.000Z","name":"Marcel Vandervort","mobile_number":"323-306-0493","email_id":"Elvis_Cole@yahoo.com","dop":"2025-04-06","serial_number":"11451756959112","imei1":"11451756959112","imei2":"11451756959112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159157,"job_number":"JOB_159157","tr_customer_id":159174,"tr_customer_product_id":159164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:50:27.000Z","modified_at":"2026-01-18T04:51:03.000Z","name":"Willard Sanford","mobile_number":"683-807-4268","email_id":"Dallas.Gleichner@hotmail.com","dop":"2025-04-06","serial_number":"12748072921401","imei1":"12748072921401","imei2":"12748072921401","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159159,"job_number":"JOB_159159","tr_customer_id":159176,"tr_customer_product_id":159166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:54:53.000Z","modified_at":"2026-01-18T04:55:30.000Z","name":"Eddie Tromp","mobile_number":"675-780-2070","email_id":"Jarred.Volkman82@yahoo.com","dop":"2025-04-06","serial_number":"14676057427219","imei1":"14676057427219","imei2":"14676057427219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159161,"job_number":"JOB_159161","tr_customer_id":159178,"tr_customer_product_id":159168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:55:37.000Z","modified_at":"2026-01-18T04:56:13.000Z","name":"Alayna Grimes","mobile_number":"431-710-4433","email_id":"Betty.Hodkiewicz1@hotmail.com","dop":"2025-04-06","serial_number":"14119917058239","imei1":"14119917058239","imei2":"14119917058239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159163,"job_number":"JOB_159163","tr_customer_id":159180,"tr_customer_product_id":159170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:19.000Z","modified_at":"2026-01-18T04:56:55.000Z","name":"Vincent Skiles","mobile_number":"758-349-2322","email_id":"Karen79@gmail.com","dop":"2025-04-06","serial_number":"16636337622619","imei1":"16636337622619","imei2":"16636337622619","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159165,"job_number":"JOB_159165","tr_customer_id":159182,"tr_customer_product_id":159172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:32.000Z","modified_at":"2026-01-18T04:57:08.000Z","name":"Melyna Stehr","mobile_number":"830-896-2908","email_id":"Kyleigh.Daniel@yahoo.com","dop":"2025-04-06","serial_number":"11084868153066","imei1":"11084868153066","imei2":"11084868153066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159167,"job_number":"JOB_159167","tr_customer_id":159184,"tr_customer_product_id":159174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:47.000Z","modified_at":"2026-01-18T04:57:24.000Z","name":"Lola Abbott","mobile_number":"323-801-8147","email_id":"Riley_Wilkinson@gmail.com","dop":"2025-04-06","serial_number":"15025310009345","imei1":"15025310009345","imei2":"15025310009345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159185,"job_number":"JOB_159185","tr_customer_id":159202,"tr_customer_product_id":159192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:30:29.000Z","modified_at":"2026-01-18T05:31:08.000Z","name":"Lenore Wolf","mobile_number":"964-402-7213","email_id":"Angelita.Miller@yahoo.com","dop":"2025-04-06","serial_number":"10371733018015","imei1":"10371733018015","imei2":"10371733018015","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159187,"job_number":"JOB_159187","tr_customer_id":159204,"tr_customer_product_id":159194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:31:16.000Z","modified_at":"2026-01-18T05:31:53.000Z","name":"Kale Schmitt","mobile_number":"459-785-0056","email_id":"Lorenzo85@hotmail.com","dop":"2025-04-06","serial_number":"18610333896538","imei1":"18610333896538","imei2":"18610333896538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:31:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159189,"job_number":"JOB_159189","tr_customer_id":159206,"tr_customer_product_id":159196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:32:01.000Z","modified_at":"2026-01-18T05:32:38.000Z","name":"Braden Murphy","mobile_number":"606-960-1840","email_id":"Fidel_Becker@yahoo.com","dop":"2025-04-06","serial_number":"12207085069731","imei1":"12207085069731","imei2":"12207085069731","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:32:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159191,"job_number":"JOB_159191","tr_customer_id":159208,"tr_customer_product_id":159198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:34:33.000Z","modified_at":"2026-01-18T05:35:10.000Z","name":"Flossie Turner","mobile_number":"771-892-2338","email_id":"Lela89@gmail.com","dop":"2025-04-06","serial_number":"11381430159661","imei1":"11381430159661","imei2":"11381430159661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:35:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159193,"job_number":"JOB_159193","tr_customer_id":159210,"tr_customer_product_id":159200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:35:17.000Z","modified_at":"2026-01-18T05:35:54.000Z","name":"Alvena King","mobile_number":"570-598-9374","email_id":"Bertram60@gmail.com","dop":"2025-04-06","serial_number":"15419007783019","imei1":"15419007783019","imei2":"15419007783019","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159195,"job_number":"JOB_159195","tr_customer_id":159212,"tr_customer_product_id":159202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:36:00.000Z","modified_at":"2026-01-18T05:36:37.000Z","name":"Geovanni Strosin","mobile_number":"300-228-1477","email_id":"Turner_Schowalter18@hotmail.com","dop":"2025-04-06","serial_number":"11383930952877","imei1":"11383930952877","imei2":"11383930952877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158932,"job_number":"JOB_158932","tr_customer_id":158949,"tr_customer_product_id":158939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:30.000Z","modified_at":"2026-01-18T03:29:39.000Z","name":"saitama sensei","mobile_number":"230-519-9548","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"725903643398356","imei1":"725903643398356","imei2":"725903643398356","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:29:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158933,"job_number":"JOB_158933","tr_customer_id":158950,"tr_customer_product_id":158940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:41.000Z","modified_at":"2026-01-18T03:29:49.000Z","name":"tanjiro kamado","mobile_number":"296-428-6479","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"804461388162534","imei1":"804461388162534","imei2":"804461388162534","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:29:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158935,"job_number":"JOB_158935","tr_customer_id":158952,"tr_customer_product_id":158942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:52.000Z","modified_at":"2026-01-18T03:30:00.000Z","name":"giyu tomiaka","mobile_number":"324-542-5492","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"999385777625324","imei1":"999385777625324","imei2":"999385777625324","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158996,"job_number":"JOB_158996","tr_customer_id":159013,"tr_customer_product_id":159003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:49.000Z","name":"saitama sensei","mobile_number":"694-933-7780","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"530202172184830","imei1":"530202172184830","imei2":"530202172184830","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159011,"job_number":"JOB_159011","tr_customer_id":159028,"tr_customer_product_id":159018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:51.000Z","modified_at":"2026-01-18T03:56:00.000Z","name":"tanjiro kamado","mobile_number":"452-532-6914","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"191915586837297","imei1":"191915586837297","imei2":"191915586837297","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159024,"job_number":"JOB_159024","tr_customer_id":159041,"tr_customer_product_id":159031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:01.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"Darlene Windler","mobile_number":"249-613-8903","email_id":"Lauryn94@gmail.com","dop":"2025-10-01","serial_number":"19164354262556","imei1":"19164354262556","imei2":"19164354262556","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159027,"job_number":"JOB_159027","tr_customer_id":159044,"tr_customer_product_id":159034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:03.000Z","modified_at":"2026-01-18T03:56:12.000Z","name":"giyu tomiaka","mobile_number":"886-521-4839","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"222780630597118","imei1":"222780630597118","imei2":"222780630597118","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159040,"job_number":"JOB_159040","tr_customer_id":159057,"tr_customer_product_id":159047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:09.000Z","modified_at":"2026-01-18T03:56:20.000Z","name":"Cooper Johns","mobile_number":"359-443-8031","email_id":"Isabell64@gmail.com","dop":"2025-06-09","serial_number":"109786039721911","imei1":"109786039721911","imei2":"109786039721911","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159067,"job_number":"JOB_159067","tr_customer_id":159084,"tr_customer_product_id":159074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:34.000Z","name":"Julien Hirthe","mobile_number":"860-335-2105","email_id":"Ayden_Beahan60@gmail.com","dop":"2025-06-09","serial_number":"100162265705180","imei1":"100162265705180","imei2":"100162265705180","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159079,"job_number":"JOB_159079","tr_customer_id":159096,"tr_customer_product_id":159086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:39.000Z","modified_at":"2026-01-18T03:56:49.000Z","name":"Francesco Gleason","mobile_number":"937-356-4401","email_id":"Fausto.Hintz@gmail.com","dop":"2025-06-09","serial_number":"109926212867122","imei1":"109926212867122","imei2":"109926212867122","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159169,"job_number":"JOB_159169","tr_customer_id":159186,"tr_customer_product_id":159176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:05:02.000Z","modified_at":"2026-01-18T05:05:12.000Z","name":"saitama sensei","mobile_number":"895-272-2162","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"426681459248247","imei1":"426681459248247","imei2":"426681459248247","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:05:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159170,"job_number":"JOB_159170","tr_customer_id":159187,"tr_customer_product_id":159177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:05:14.000Z","modified_at":"2026-01-18T05:05:23.000Z","name":"tanjiro kamado","mobile_number":"703-713-1794","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"172330681074013","imei1":"172330681074013","imei2":"172330681074013","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159171,"job_number":"JOB_159171","tr_customer_id":159188,"tr_customer_product_id":159178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:05:25.000Z","modified_at":"2026-01-18T05:05:34.000Z","name":"giyu tomiaka","mobile_number":"843-590-7689","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"425728670176347","imei1":"425728670176347","imei2":"425728670176347","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:05:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159197,"job_number":"JOB_159197","tr_customer_id":159214,"tr_customer_product_id":159204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T06:14:39.000Z","modified_at":"2026-01-18T06:14:51.000Z","name":"Pierce Nader","mobile_number":"520-344-7076","email_id":"Edgardo58@yahoo.com","dop":"2025-11-04","serial_number":"45218881219014","imei1":"45218881219014","imei2":"45218881219014","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T06:14:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 281ms
Mean size per request: 1022B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODcxNjkwMn0.vBlXIVd2iazIi6UrRNznBvd6K6RAgpleN1HPoO1HAm4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 36061780-5cc6-49c1-9523-d98827919313
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1022
ETag W/"3fe-8XU5i95OhLRFV1oakkx085N17lw"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":159198,"job_number":"JOB_159198","tr_customer_id":159215,"tr_customer_product_id":159205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T06:14:55.000Z","modified_at":"2026-01-18T06:15:01.000Z","name":"Lizeth Hartmann","mobile_number":"513-684-8091","email_id":"Jodie_Crist@yahoo.com","dop":"2025-11-04","serial_number":"36230247521315","imei1":"36230247521315","imei2":"36230247521315","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-18T06:15:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 256ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODcxNjkwMn0.vBlXIVd2iazIi6UrRNznBvd6K6RAgpleN1HPoO1HAm4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f93354f5-92a5-49f7-b992-9737733bdece
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 159198
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 289ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODcxNjkwMn0.vBlXIVd2iazIi6UrRNznBvd6K6RAgpleN1HPoO1HAm4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 10e21493-91ca-4fb0-8157-9df409a4eef8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d6827bba-672f-46d4-9e3b-a7dfd0fa25e6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-DqChuUYutiC5imqsOW4HcheyTnY"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDR9.-4ZIAZSw1BnbGMyMYWQCYVaHxqF9Q2Ci8aqXpu-4zzA"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 246ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4OTF9.m497IMiwF10wm1bqdepJLPYK77fN1F1DRWXf6lxTqSs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 95df5331-c516-4038-8e4a-d51361c46765
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4OTF9.m497IMiwF10wm1bqdepJLPYK77fN1F1DRWXf6lxTqSs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4f118573-23ed-4754-9c26-aebbac4c6695
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-A9jILDdA16qoYTGt0e4e6uA2Eik"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":283},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 1013B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4OTF9.m497IMiwF10wm1bqdepJLPYK77fN1F1DRWXf6lxTqSs
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cad57f22-da01-4f47-a343-417c42e79726
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1013
ETag W/"3f5-4bWJR+NrMJ5+Rk2Z3DYXkm/1RBc"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":159198,"job_number":"JOB_159198","tr_customer_id":159215,"tr_customer_product_id":159205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T06:14:55.000Z","modified_at":"2026-01-18T06:15:03.000Z","name":"Lizeth Hartmann","mobile_number":"513-684-8091","email_id":"Jodie_Crist@yahoo.com","dop":"2025-11-04","serial_number":"36230247521315","imei1":"36230247521315","imei2":"36230247521315","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-18T06:15:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 264ms
Mean size per request: 1013B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4OTF9.m497IMiwF10wm1bqdepJLPYK77fN1F1DRWXf6lxTqSs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6d7ad3fb-c116-4e2b-9369-b23fa374a772
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1013
ETag W/"3f5-4bWJR+NrMJ5+Rk2Z3DYXkm/1RBc"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":159198,"job_number":"JOB_159198","tr_customer_id":159215,"tr_customer_product_id":159205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T06:14:55.000Z","modified_at":"2026-01-18T06:15:03.000Z","name":"Lizeth Hartmann","mobile_number":"513-684-8091","email_id":"Jodie_Crist@yahoo.com","dop":"2025-11-04","serial_number":"36230247521315","imei1":"36230247521315","imei2":"36230247521315","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-18T06:15:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4OTF9.m497IMiwF10wm1bqdepJLPYK77fN1F1DRWXf6lxTqSs
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 359bc63d-7b2b-4394-bd1f-d345225d8814
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 159198
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 266ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4OTF9.m497IMiwF10wm1bqdepJLPYK77fN1F1DRWXf6lxTqSs
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5e483697-da23-4c3b-becc-e202f2b5a36c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/159198
Response Information
Response Code: 200 - OK
Mean time per request: 255ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4OTF9.m497IMiwF10wm1bqdepJLPYK77fN1F1DRWXf6lxTqSs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f7228505-ba15-4fa0-b24d-ecdaf5f757be
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 246ms
Mean size per request: 690B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 99a299d6-9860-4789-bb7c-05d74b236392
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-eib5+i3OQ51v8DfCzGFirjYgvzA"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDZ9.b8HXGWbA8rYPxzmM_6cNU-mIUKcH7v0q7nZSIqZ7m1k"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 247ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fc38782c-359b-4e7f-867e-22c6e6eeb110
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 245ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0fe872fe-ff55-44ea-bd7a-67da1765be93
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDZ9.b8HXGWbA8rYPxzmM_6cNU-mIUKcH7v0q7nZSIqZ7m1k
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 161e355a-5310-4288-b5f4-f193224b183b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDZ9.b8HXGWbA8rYPxzmM_6cNU-mIUKcH7v0q7nZSIqZ7m1k
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4c763960-7915-4053-b2d1-91943af86d3c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 244ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDZ9.b8HXGWbA8rYPxzmM_6cNU-mIUKcH7v0q7nZSIqZ7m1k
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 147cd652-0839-47cb-b62e-d061b8af1ba3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 263ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDZ9.b8HXGWbA8rYPxzmM_6cNU-mIUKcH7v0q7nZSIqZ7m1k
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 355a742a-87a8-404a-ab55-b21ef29f0a42
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-QopStcryw00yr/QRf++IGH7NB+8"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":283},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 244ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDZ9.b8HXGWbA8rYPxzmM_6cNU-mIUKcH7v0q7nZSIqZ7m1k
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 11ee8609-9eff-421c-be46-9a5c74b70613
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDZ9.b8HXGWbA8rYPxzmM_6cNU-mIUKcH7v0q7nZSIqZ7m1k
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3c490e3e-25f4-44be-a112-90ca0ddb0e8a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-QopStcryw00yr/QRf++IGH7NB+8"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":283},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 256ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDZ9.b8HXGWbA8rYPxzmM_6cNU-mIUKcH7v0q7nZSIqZ7m1k
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 342db2a7-ed49-4d52-b6f7-d0c7d93e656d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 18 Jan 2026 06:15:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 244ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDZ9.b8HXGWbA8rYPxzmM_6cNU-mIUKcH7v0q7nZSIqZ7m1k
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0e6abe56-19ca-400a-bc2c-3367124daa83
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 255ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDZ9.b8HXGWbA8rYPxzmM_6cNU-mIUKcH7v0q7nZSIqZ7m1k
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d7f938ec-7c68-42a6-9ab5-7923baf0e577
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 18 Jan 2026 06:15:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 287ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDZ9.b8HXGWbA8rYPxzmM_6cNU-mIUKcH7v0q7nZSIqZ7m1k
randomnumber 768
randomFirstName Dakota
randomLastName Schuppe
randomEmail Lizeth.Stiedemann@yahoo.com
randomPhone 594-396-5380
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 79b71202-f541-4387-bfd0-b71672260838
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1060
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Richmond",
                "last_name": "Gislason",
                "mobile_number": "836-628-6534",
                "mobile_number_alt": "",
                "email_id": "Robin_Cartwright@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"53197523457263",
                "imei1": "53197523457263",
                "imei2": "53197523457263",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-ReMa2QkVwLCw8kiOKFUX5oYwbSg"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":159199,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":159216,"tr_customer_product_id":159206,"job_number":"JOB_159199"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 245ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDZ9.b8HXGWbA8rYPxzmM_6cNU-mIUKcH7v0q7nZSIqZ7m1k
randomnumber 888
randomFirstName Penelope
randomLastName Parisian
randomEmail Ryleigh_Mohr58@hotmail.com
randomPhone 882-972-7279
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 518fd2da-e3e0-44a9-bac0-44646155c816
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1051
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Reggie",
                "last_name": "Schmidt",
                "mobile_number": "837-829-0830",
                "mobile_number_alt": "",
                "email_id": "Keyshawn94@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"24878635512702",
                "imei1": "24878635512702",
                "imei2": "24878635512702",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 403 - Forbidden
Mean time per request: 246ms
Mean size per request: 100B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY4OTd9.jHDa2QoUnGxmQm1Yl43pkV3m-CuaNB5SJETnwLLmFnM
randomnumber 731
randomFirstName Adela
randomLastName Batz
randomEmail Moriah40@gmail.com
randomPhone 345-728-5704
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 89edc7f0-7746-4d1f-8446-9c17c05eb852
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1050
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Kameron",
                "last_name": "Price",
                "mobile_number": "659-459-3764",
                "mobile_number_alt": "",
                "email_id": "Guido_Will@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"38586279930404",
                "imei1": "38586279930404",
                "imei2": "38586279930404",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 100
ETag W/"64-Xjpp+ImmLdm0l7V0Jeu5bjN/7P4"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":403,"message":"Permission denied","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 245ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDZ9.b8HXGWbA8rYPxzmM_6cNU-mIUKcH7v0q7nZSIqZ7m1k
randomnumber 431
randomFirstName Maxwell
randomLastName Keebler
randomEmail Gus_Pagac91@hotmail.com
randomPhone 770-782-9246
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 11b24eae-d454-4f02-ae62-877c1df52a83
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 245ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDZ9.b8HXGWbA8rYPxzmM_6cNU-mIUKcH7v0q7nZSIqZ7m1k
randomnumber 928
randomFirstName Alivia
randomLastName Hane
randomEmail Jamison.Padberg@hotmail.com
randomPhone 582-306-5355
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7445bd7f-8236-461d-9c20-584682b6f376
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1038
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Forest",
                "last_name": "Gleichner",
                "mobile_number": "331-578-8938",
                "mobile_number_alt": "",
                "email_id": "Alexanne84@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000825",
                "imei1": "100000825",
                "imei2": "100000825",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 244ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDZ9.b8HXGWbA8rYPxzmM_6cNU-mIUKcH7v0q7nZSIqZ7m1k
randomnumber 625
randomFirstName Tamia
randomLastName Walker
randomEmail Noble.Luettgen@hotmail.com
randomPhone 219-296-8684
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c36dec86-68ee-46f3-bf62-307b07e0381b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 263ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDZ9.b8HXGWbA8rYPxzmM_6cNU-mIUKcH7v0q7nZSIqZ7m1k
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d492a7c1-9d4c-4358-9fa7-4a58902b508c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-QbmeB7dc7kded8fl8Fg8m3hG04M"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":284},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 296ms
Mean size per request: 275.45KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDZ9.b8HXGWbA8rYPxzmM_6cNU-mIUKcH7v0q7nZSIqZ7m1k
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b227eff4-c893-4a37-987a-c256d0ae1453
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"44dce-qc6y3CuX26sZiKDsSKTsEzkN8LE"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 18 Jan 2026 06:15:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":158916,"job_number":"JOB_158916","tr_customer_id":158933,"tr_customer_product_id":158923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:00:48.000Z","modified_at":"2026-01-18T02:00:48.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-01-08","serial_number":"29999999999999","imei1":"29999999999999","imei2":"29999999999999","popurl":"2026-01-08T02:00:40.251667Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158917,"job_number":"JOB_158917","tr_customer_id":158934,"tr_customer_product_id":158924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:33:55.000Z","modified_at":"2026-01-18T02:33:55.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-01-08","serial_number":"19999999999999","imei1":"19999999999999","imei2":"19999999999999","popurl":"2026-01-08T02:33:42.441168200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:33:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158918,"job_number":"JOB_158918","tr_customer_id":158935,"tr_customer_product_id":158925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:41:53.000Z","modified_at":"2026-01-18T02:41:53.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19129912921717","imei2":"19129912921717","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158923,"job_number":"JOB_158923","tr_customer_id":158940,"tr_customer_product_id":158930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:05:39.000Z","modified_at":"2026-01-18T03:05:39.000Z","name":"Ramesh Kaginakar","mobile_number":"1234567890","email_id":"abc@gmail.com","dop":"2025-12-10","serial_number":"12345678901234","imei1":"12345678904321","imei2":"12345678904321","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:05:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158924,"job_number":"JOB_158924","tr_customer_id":158941,"tr_customer_product_id":158931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:10:02.000Z","modified_at":"2026-01-18T04:16:43.000Z","name":"Ramesh Kaginakar","mobile_number":"1234567890","email_id":"abc@gmail.com","dop":"2025-12-10","serial_number":"12345678901234","imei1":"12345678900168","imei2":"12345678900168","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:16:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158926,"job_number":"JOB_158926","tr_customer_id":158943,"tr_customer_product_id":158933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:19:27.000Z","modified_at":"2026-01-18T03:20:01.000Z","name":"Jany Schumm","mobile_number":"819-669-9321","email_id":"Dolores_Cummings@gmail.com","dop":"2025-04-06","serial_number":"16220468222119","imei1":"16220468222119","imei2":"16220468222119","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158927,"job_number":"JOB_158927","tr_customer_id":158944,"tr_customer_product_id":158934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:19:29.000Z","modified_at":"2026-01-18T03:19:29.000Z","name":"Keely McClure","mobile_number":"713-588-6401","email_id":"Robb26@gmail.com","dop":"2025-04-06","serial_number":"11137628988002394","imei1":"11137628988002394","imei2":"11137628988002394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:19:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158928,"job_number":"JOB_158928","tr_customer_id":158945,"tr_customer_product_id":158935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:20:07.000Z","modified_at":"2026-01-18T03:20:40.000Z","name":"Mack Effertz","mobile_number":"203-820-2100","email_id":"Rubie65@gmail.com","dop":"2025-04-06","serial_number":"12788823772398","imei1":"12788823772398","imei2":"12788823772398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158929,"job_number":"JOB_158929","tr_customer_id":158946,"tr_customer_product_id":158936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:20:09.000Z","modified_at":"2026-01-18T03:20:09.000Z","name":"Herman Dibbert","mobile_number":"982-464-6653","email_id":"Rebeca_Stroman57@hotmail.com","dop":"2025-04-06","serial_number":"19297471529311456","imei1":"19297471529311456","imei2":"19297471529311456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:20:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158930,"job_number":"JOB_158930","tr_customer_id":158947,"tr_customer_product_id":158937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:20:47.000Z","modified_at":"2026-01-18T03:21:20.000Z","name":"Bette Gerlach","mobile_number":"896-787-1809","email_id":"Dereck_Walsh24@hotmail.com","dop":"2025-04-06","serial_number":"16172502981161","imei1":"16172502981161","imei2":"16172502981161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:21:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158931,"job_number":"JOB_158931","tr_customer_id":158948,"tr_customer_product_id":158938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:20:48.000Z","modified_at":"2026-01-18T03:20:48.000Z","name":"George Hammes","mobile_number":"907-586-1027","email_id":"Cesar30@hotmail.com","dop":"2025-04-06","serial_number":"11361496884842766","imei1":"11361496884842766","imei2":"11361496884842766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158934,"job_number":"JOB_158934","tr_customer_id":158951,"tr_customer_product_id":158941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:51.000Z","modified_at":"2026-01-18T03:30:02.000Z","name":"Mavis O'Connell","mobile_number":"442-453-2063","email_id":"Nelle.Pfeffer@hotmail.com","dop":"2025-04-06","serial_number":"15410425451321","imei1":"15410425451321","imei2":"15410425451321","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-18T03:30:02.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":158936,"job_number":"JOB_158936","tr_customer_id":158953,"tr_customer_product_id":158943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:52.000Z","modified_at":"2026-01-18T03:29:52.000Z","name":"Joe Hessel","mobile_number":"458-269-8906","email_id":"Adella.Lemke41@gmail.com","dop":"2025-04-06","serial_number":"12635739580037282","imei1":"12635739580037282","imei2":"12635739580037282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:29:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158937,"job_number":"JOB_158937","tr_customer_id":158954,"tr_customer_product_id":158944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:31:51.000Z","modified_at":"2026-01-18T03:32:25.000Z","name":"Kaelyn Ernser","mobile_number":"276-837-8785","email_id":"Kenyatta64@gmail.com","dop":"2025-04-06","serial_number":"13302347146939","imei1":"13302347146939","imei2":"13302347146939","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:32:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158938,"job_number":"JOB_158938","tr_customer_id":158955,"tr_customer_product_id":158945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:31:52.000Z","modified_at":"2026-01-18T03:31:52.000Z","name":"Abdul McGlynn","mobile_number":"656-767-9004","email_id":"Haylie.Gutmann@gmail.com","dop":"2025-04-06","serial_number":"17165963744461898","imei1":"17165963744461898","imei2":"17165963744461898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158939,"job_number":"JOB_158939","tr_customer_id":158956,"tr_customer_product_id":158946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:32:31.000Z","modified_at":"2026-01-18T03:33:05.000Z","name":"Alexandre Konopelski","mobile_number":"676-672-9577","email_id":"Justice_Reinger@yahoo.com","dop":"2025-04-06","serial_number":"16076634674188","imei1":"16076634674188","imei2":"16076634674188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:33:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158940,"job_number":"JOB_158940","tr_customer_id":158957,"tr_customer_product_id":158947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:32:33.000Z","modified_at":"2026-01-18T03:32:33.000Z","name":"Anthony Raynor","mobile_number":"310-969-3183","email_id":"Adolphus63@yahoo.com","dop":"2025-04-06","serial_number":"11063265594084526","imei1":"11063265594084526","imei2":"11063265594084526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:32:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158941,"job_number":"JOB_158941","tr_customer_id":158958,"tr_customer_product_id":158948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:33:12.000Z","modified_at":"2026-01-18T03:33:45.000Z","name":"Hillary Rau","mobile_number":"390-865-7429","email_id":"Aiden.Greenfelder@gmail.com","dop":"2025-04-06","serial_number":"17243360628534","imei1":"17243360628534","imei2":"17243360628534","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:33:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158942,"job_number":"JOB_158942","tr_customer_id":158959,"tr_customer_product_id":158949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:33:13.000Z","modified_at":"2026-01-18T03:33:13.000Z","name":"Trisha Jenkins","mobile_number":"338-952-8303","email_id":"Kenny7@hotmail.com","dop":"2025-04-06","serial_number":"14815744507965088","imei1":"14815744507965088","imei2":"14815744507965088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158943,"job_number":"JOB_158943","tr_customer_id":158960,"tr_customer_product_id":158950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:36.000Z","modified_at":"2026-01-18T03:55:12.000Z","name":"Benton Ryan","mobile_number":"955-935-3229","email_id":"Jake6@gmail.com","dop":"2025-04-06","serial_number":"17064670616331","imei1":"17064670616331","imei2":"17064670616331","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158944,"job_number":"JOB_158944","tr_customer_id":158961,"tr_customer_product_id":158951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:37.000Z","modified_at":"2026-01-18T03:54:46.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"14592451049480","imei1":"14592451049480","imei2":"14592451049480","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:54:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158945,"job_number":"JOB_158945","tr_customer_id":158962,"tr_customer_product_id":158952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:38.000Z","modified_at":"2026-01-18T03:54:38.000Z","name":"Leo Roberts","mobile_number":"427-909-4416","email_id":"Hollie_Lesch59@hotmail.com","dop":"2025-04-06","serial_number":"14843669307024184","imei1":"14843669307024184","imei2":"14843669307024184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158946,"job_number":"JOB_158946","tr_customer_id":158963,"tr_customer_product_id":158953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:43.000Z","modified_at":"2026-01-18T03:54:43.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19467896628386","imei1":"19467896628386","imei2":"19467896628386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158947,"job_number":"JOB_158947","tr_customer_id":158964,"tr_customer_product_id":158954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:43.000Z","modified_at":"2026-01-18T03:55:19.000Z","name":"Toni Hessel","mobile_number":"822-867-3534","email_id":"Baron_Hansen70@gmail.com","dop":"2025-04-06","serial_number":"12146443770103","imei1":"12146443770103","imei2":"12146443770103","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158948,"job_number":"JOB_158948","tr_customer_id":158965,"tr_customer_product_id":158955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:45.000Z","modified_at":"2026-01-18T03:54:45.000Z","name":"Raphaelle Jakubowski","mobile_number":"369-281-4565","email_id":"Norval_OConnell@yahoo.com","dop":"2025-04-06","serial_number":"19521574363139290","imei1":"19521574363139290","imei2":"19521574363139290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158949,"job_number":"JOB_158949","tr_customer_id":158966,"tr_customer_product_id":158956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:48.000Z","modified_at":"2026-01-18T03:54:48.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10214544928347","imei1":"10214544928347","imei2":"10214544928347","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158950,"job_number":"JOB_158950","tr_customer_id":158967,"tr_customer_product_id":158957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:48.000Z","modified_at":"2026-01-18T03:55:24.000Z","name":"Greyson Hudson","mobile_number":"447-911-9854","email_id":"Charlie20@yahoo.com","dop":"2025-06-18","serial_number":"10814948618389","imei1":"10814948618389","imei2":"10814948618389","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158951,"job_number":"JOB_158951","tr_customer_id":158968,"tr_customer_product_id":158958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:48.000Z","modified_at":"2026-01-18T03:55:24.000Z","name":"Leann Kohler","mobile_number":"616-903-0282","email_id":"Zaria24@hotmail.com","dop":"2025-04-06","serial_number":"12643092197072","imei1":"12643092197072","imei2":"12643092197072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158952,"job_number":"JOB_158952","tr_customer_id":158969,"tr_customer_product_id":158959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:49.000Z","modified_at":"2026-01-18T03:54:49.000Z","name":"Jamar Sawayn","mobile_number":"336-812-0351","email_id":"Letha30@yahoo.com","dop":"2025-06-18","serial_number":"1065809770831836","imei1":"1065809770831836","imei2":"1065809770831836","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158953,"job_number":"JOB_158953","tr_customer_id":158970,"tr_customer_product_id":158960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:49.000Z","modified_at":"2026-01-18T03:54:58.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"89701185008134","imei1":"89701185008134","imei2":"89701185008134","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158954,"job_number":"JOB_158954","tr_customer_id":158971,"tr_customer_product_id":158961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:50.000Z","modified_at":"2026-01-18T03:54:50.000Z","name":"Lelia Heathcote","mobile_number":"684-439-7088","email_id":"Rodger_Mann2@yahoo.com","dop":"2025-04-06","serial_number":"12902963426862238","imei1":"12902963426862238","imei2":"12902963426862238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158956,"job_number":"JOB_158956","tr_customer_id":158973,"tr_customer_product_id":158963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:55.000Z","modified_at":"2026-01-18T03:54:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12941198745591","imei1":"12941198745591","imei2":"12941198745591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158957,"job_number":"JOB_158957","tr_customer_id":158974,"tr_customer_product_id":158964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:55.000Z","modified_at":"2026-01-18T03:55:31.000Z","name":"Philip Spinka","mobile_number":"994-378-0101","email_id":"Taurean_Funk@gmail.com","dop":"2025-04-06","serial_number":"19239000819803","imei1":"19239000819803","imei2":"19239000819803","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158958,"job_number":"JOB_158958","tr_customer_id":158975,"tr_customer_product_id":158965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:56.000Z","modified_at":"2026-01-18T03:54:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15813258484257","imei1":"15813258484257","imei2":"15813258484257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158959,"job_number":"JOB_158959","tr_customer_id":158976,"tr_customer_product_id":158966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:56.000Z","modified_at":"2026-01-18T03:54:56.000Z","name":"Tre Herman","mobile_number":"750-543-4835","email_id":"Jaylin.Altenwerth@gmail.com","dop":"2025-04-06","serial_number":"15870756819729366","imei1":"15870756819729366","imei2":"15870756819729366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158960,"job_number":"JOB_158960","tr_customer_id":158977,"tr_customer_product_id":158967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:56.000Z","modified_at":"2026-01-18T03:55:32.000Z","name":"Tate Greenholt","mobile_number":"729-959-9597","email_id":"Betsy44@yahoo.com","dop":"2025-04-06","serial_number":"13483793813665","imei1":"13483793813665","imei2":"13483793813665","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158961,"job_number":"JOB_158961","tr_customer_id":158978,"tr_customer_product_id":158968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:57.000Z","modified_at":"2026-01-18T03:55:31.000Z","name":"Duncan Collier","mobile_number":"269-443-8960","email_id":"Mina_Russel@yahoo.com","dop":"2025-04-06","serial_number":"11758303035972","imei1":"11758303035972","imei2":"11758303035972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158962,"job_number":"JOB_158962","tr_customer_id":158979,"tr_customer_product_id":158969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:58.000Z","modified_at":"2026-01-18T03:54:58.000Z","name":"Julianne Rice","mobile_number":"365-250-5337","email_id":"Fiona29@gmail.com","dop":"2025-04-06","serial_number":"10262880116894436","imei1":"10262880116894436","imei2":"10262880116894436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158963,"job_number":"JOB_158963","tr_customer_id":158980,"tr_customer_product_id":158970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:58.000Z","modified_at":"2026-01-18T03:54:58.000Z","name":"Madison Littel","mobile_number":"856-908-8463","email_id":"Roxane_Johns@gmail.com","dop":"2025-04-06","serial_number":"16505961427935728","imei1":"16505961427935728","imei2":"16505961427935728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158964,"job_number":"JOB_158964","tr_customer_id":158981,"tr_customer_product_id":158971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:04.000Z","modified_at":"2026-01-18T03:55:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12982843008180","imei1":"12982843008180","imei2":"12982843008180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158965,"job_number":"JOB_158965","tr_customer_id":158982,"tr_customer_product_id":158972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:04.000Z","modified_at":"2026-01-18T03:55:40.000Z","name":"Vaughn Haley","mobile_number":"751-435-2341","email_id":"Ian_Heaney@hotmail.com","dop":"2025-04-06","serial_number":"16373163828544","imei1":"16373163828544","imei2":"16373163828544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158966,"job_number":"JOB_158966","tr_customer_id":158983,"tr_customer_product_id":158973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:06.000Z","modified_at":"2026-01-18T03:55:06.000Z","name":"Karley Waters","mobile_number":"824-557-6543","email_id":"Ansley.McCullough81@hotmail.com","dop":"2025-04-06","serial_number":"17452596135726440","imei1":"17452596135726440","imei2":"17452596135726440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158967,"job_number":"JOB_158967","tr_customer_id":158984,"tr_customer_product_id":158974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:08.000Z","modified_at":"2026-01-18T03:55:45.000Z","name":"Christa Kemmer","mobile_number":"297-386-4109","email_id":"Leann.Ernser@gmail.com","dop":"2025-04-06","serial_number":"18005361775125","imei1":"18005361775125","imei2":"18005361775125","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158968,"job_number":"JOB_158968","tr_customer_id":158985,"tr_customer_product_id":158975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:09.000Z","modified_at":"2026-01-18T03:55:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15647707394584","imei1":"15647707394584","imei2":"15647707394584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158969,"job_number":"JOB_158969","tr_customer_id":158986,"tr_customer_product_id":158976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:09.000Z","modified_at":"2026-01-18T03:55:09.000Z","name":"Lora Windler","mobile_number":"553-513-0940","email_id":"Newton80@yahoo.com","dop":"2025-04-06","serial_number":"19480817933707828","imei1":"19480817933707828","imei2":"19480817933707828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158970,"job_number":"JOB_158970","tr_customer_id":158987,"tr_customer_product_id":158977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:09.000Z","modified_at":"2026-01-18T03:55:44.000Z","name":"Genesis Flatley","mobile_number":"804-393-9060","email_id":"Nathanial_Jacobson@yahoo.com","dop":"2025-04-06","serial_number":"11167568827578","imei1":"11167568827578","imei2":"11167568827578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158971,"job_number":"JOB_158971","tr_customer_id":158988,"tr_customer_product_id":158978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:11.000Z","modified_at":"2026-01-18T03:55:11.000Z","name":"Chasity Boyle","mobile_number":"756-574-8585","email_id":"Devonte.Nicolas81@yahoo.com","dop":"2025-04-06","serial_number":"16484302338758824","imei1":"16484302338758824","imei2":"16484302338758824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158973,"job_number":"JOB_158973","tr_customer_id":158990,"tr_customer_product_id":158980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:18.000Z","modified_at":"2026-01-18T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19562063164321","imei1":"19562063164321","imei2":"19562063164321","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158974,"job_number":"JOB_158974","tr_customer_id":158991,"tr_customer_product_id":158981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:18.000Z","modified_at":"2026-01-18T03:55:53.000Z","name":"Maybell Hills","mobile_number":"989-446-8889","email_id":"Pascale92@yahoo.com","dop":"2025-04-06","serial_number":"18848068655341","imei1":"18848068655341","imei2":"18848068655341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158975,"job_number":"JOB_158975","tr_customer_id":158992,"tr_customer_product_id":158982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:19.000Z","modified_at":"2026-01-18T03:55:19.000Z","name":"Brenden Bode","mobile_number":"452-649-9554","email_id":"Vito.Nader@gmail.com","dop":"2025-04-06","serial_number":"15023106193194922","imei1":"15023106193194922","imei2":"15023106193194922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158976,"job_number":"JOB_158976","tr_customer_id":158993,"tr_customer_product_id":158983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:26.000Z","modified_at":"2026-01-18T03:55:26.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15933689174517","imei1":"15933689174517","imei2":"15933689174517","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158977,"job_number":"JOB_158977","tr_customer_id":158994,"tr_customer_product_id":158984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:26.000Z","modified_at":"2026-01-18T03:55:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10202317918806","imei1":"10202317918806","imei2":"10202317918806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158978,"job_number":"JOB_158978","tr_customer_id":158995,"tr_customer_product_id":158985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:26.000Z","modified_at":"2026-01-18T03:55:26.000Z","name":"Gretchen Predovic","mobile_number":"802-810-1082","email_id":"Isabella3@gmail.com","dop":"2025-09-16","serial_number":"11492863918657","imei1":"11492863918657","imei2":"11492863918657","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158979,"job_number":"JOB_158979","tr_customer_id":158996,"tr_customer_product_id":158986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:26.000Z","modified_at":"2026-01-18T03:56:01.000Z","name":"Dimitri Goyette","mobile_number":"319-502-8315","email_id":"Kitty_Lockman@hotmail.com","dop":"2025-04-06","serial_number":"19031017337786","imei1":"19031017337786","imei2":"19031017337786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158980,"job_number":"JOB_158980","tr_customer_id":158997,"tr_customer_product_id":158987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:27.000Z","modified_at":"2026-01-18T03:55:27.000Z","name":"Crystel Torphy","mobile_number":"691-560-0227","email_id":"Eleazar84@yahoo.com","dop":"2025-04-06","serial_number":"11303065096421912","imei1":"11303065096421912","imei2":"11303065096421912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158982,"job_number":"JOB_158982","tr_customer_id":158999,"tr_customer_product_id":158989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:31.000Z","modified_at":"2026-01-18T03:55:31.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10819982152359","imei1":"10819982152359","imei2":"10819982152359","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158983,"job_number":"JOB_158983","tr_customer_id":159000,"tr_customer_product_id":158990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:31.000Z","modified_at":"2026-01-18T03:55:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18896905771448","imei1":"18896905771448","imei2":"18896905771448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158984,"job_number":"JOB_158984","tr_customer_id":159001,"tr_customer_product_id":158991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:31.000Z","modified_at":"2026-01-18T03:56:07.000Z","name":"Dustin Hayes","mobile_number":"752-267-0808","email_id":"Clark_Keebler29@hotmail.com","dop":"2025-06-18","serial_number":"10971319133964","imei1":"10971319133964","imei2":"10971319133964","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158985,"job_number":"JOB_158985","tr_customer_id":159002,"tr_customer_product_id":158992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:31.000Z","modified_at":"2026-01-18T03:56:07.000Z","name":"Antwon Reichert","mobile_number":"997-216-1387","email_id":"Aric70@gmail.com","dop":"2025-04-06","serial_number":"17099555143393","imei1":"17099555143393","imei2":"17099555143393","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158986,"job_number":"JOB_158986","tr_customer_id":159003,"tr_customer_product_id":158993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:32.000Z","modified_at":"2026-01-18T03:55:32.000Z","name":"Jalon West","mobile_number":"723-382-9398","email_id":"Jadon35@gmail.com","dop":"2025-06-18","serial_number":"1028285053662513","imei1":"1028285053662513","imei2":"1028285053662513","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158987,"job_number":"JOB_158987","tr_customer_id":159004,"tr_customer_product_id":158994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:33.000Z","modified_at":"2026-01-18T03:55:33.000Z","name":"Izaiah Connelly","mobile_number":"768-354-9653","email_id":"Patsy_Kuphal@gmail.com","dop":"2025-04-06","serial_number":"11630098966251164","imei1":"11630098966251164","imei2":"11630098966251164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158988,"job_number":"JOB_158988","tr_customer_id":159005,"tr_customer_product_id":158995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:37.000Z","modified_at":"2026-01-18T03:55:37.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10681521250943","imei1":"10681521250943","imei2":"10681521250943","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158989,"job_number":"JOB_158989","tr_customer_id":159006,"tr_customer_product_id":158996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:37.000Z","modified_at":"2026-01-18T03:55:37.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16893023065587","imei1":"16893023065587","imei2":"16893023065587","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158990,"job_number":"JOB_158990","tr_customer_id":159007,"tr_customer_product_id":158997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:37.000Z","modified_at":"2026-01-18T03:56:16.000Z","name":"Tyrese Schumm","mobile_number":"231-628-4546","email_id":"Joan_Hessel@yahoo.com","dop":"2000-01-31","serial_number":"10614842317378","imei1":"10614842317378","imei2":"10614842317378","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158991,"job_number":"JOB_158991","tr_customer_id":159008,"tr_customer_product_id":158998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:38.000Z","modified_at":"2026-01-18T03:56:12.000Z","name":"Jeramy Romaguera","mobile_number":"787-267-1367","email_id":"Audreanne8@hotmail.com","dop":"2025-04-06","serial_number":"12785879705304","imei1":"12785879705304","imei2":"12785879705304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158992,"job_number":"JOB_158992","tr_customer_id":159009,"tr_customer_product_id":158999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:38.000Z","modified_at":"2026-01-18T03:55:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12017734977634","imei1":"12017734977634","imei2":"12017734977634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158993,"job_number":"JOB_158993","tr_customer_id":159010,"tr_customer_product_id":159000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:38.000Z","modified_at":"2026-01-18T03:56:14.000Z","name":"Kassandra Berge","mobile_number":"504-319-2564","email_id":"Hunter_Fritsch@yahoo.com","dop":"2025-04-06","serial_number":"17958380500147","imei1":"17958380500147","imei2":"17958380500147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158994,"job_number":"JOB_158994","tr_customer_id":159011,"tr_customer_product_id":159001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"Jennyfer Gorczany","mobile_number":"535-543-7055","email_id":"Prudence.Kunde91@hotmail.com","dop":"2000-01-31","serial_number":"1057844716225154","imei1":"1057844716225154","imei2":"1057844716225154","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158995,"job_number":"JOB_158995","tr_customer_id":159012,"tr_customer_product_id":159002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"Eleazar Bahringer","mobile_number":"366-679-0783","email_id":"Rossie_Marquardt75@hotmail.com","dop":"2025-04-06","serial_number":"18869410839404170","imei1":"18869410839404170","imei2":"18869410839404170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158997,"job_number":"JOB_158997","tr_customer_id":159014,"tr_customer_product_id":159004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14783569223357","imei1":"14783569223357","imei2":"14783569223357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158998,"job_number":"JOB_158998","tr_customer_id":159015,"tr_customer_product_id":159005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14713386190208","imei1":"14713386190208","imei2":"14713386190208","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158999,"job_number":"JOB_158999","tr_customer_id":159016,"tr_customer_product_id":159006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:40.000Z","modified_at":"2026-01-18T03:56:15.000Z","name":"Kaden Gislason","mobile_number":"767-914-8852","email_id":"Thalia88@gmail.com","dop":"2025-04-06","serial_number":"15412717647720","imei1":"15412717647720","imei2":"15412717647720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159000,"job_number":"JOB_159000","tr_customer_id":159017,"tr_customer_product_id":159007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:40.000Z","modified_at":"2026-01-18T03:55:40.000Z","name":"Holly McCullough","mobile_number":"287-399-4716","email_id":"Philip.Predovic@hotmail.com","dop":"2025-04-06","serial_number":"14214903449128246","imei1":"14214903449128246","imei2":"14214903449128246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159001,"job_number":"JOB_159001","tr_customer_id":159018,"tr_customer_product_id":159008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:40.000Z","modified_at":"2026-01-18T03:56:16.000Z","name":"Doris Skiles","mobile_number":"635-255-6745","email_id":"Colt35@yahoo.com","dop":"2025-04-06","serial_number":"11658379196792","imei1":"11658379196792","imei2":"11658379196792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159002,"job_number":"JOB_159002","tr_customer_id":159019,"tr_customer_product_id":159009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:40.000Z","modified_at":"2026-01-18T03:56:16.000Z","name":"Julian Bergstrom","mobile_number":"459-533-2896","email_id":"Linnie.Reinger@hotmail.com","dop":"2025-04-06","serial_number":"14858585471977","imei1":"14858585471977","imei2":"14858585471977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159003,"job_number":"JOB_159003","tr_customer_id":159020,"tr_customer_product_id":159010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:41.000Z","modified_at":"2026-01-18T03:55:41.000Z","name":"Fannie Gerlach","mobile_number":"622-417-3175","email_id":"Assunta.Gibson@gmail.com","dop":"2025-04-06","serial_number":"11678772436690096","imei1":"11678772436690096","imei2":"11678772436690096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159004,"job_number":"JOB_159004","tr_customer_id":159021,"tr_customer_product_id":159011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:41.000Z","modified_at":"2026-01-18T03:55:41.000Z","name":"Darian Bernhard","mobile_number":"315-893-0028","email_id":"Shakira.Gottlieb@yahoo.com","dop":"2025-04-06","serial_number":"11900177431020654","imei1":"11900177431020654","imei2":"11900177431020654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159005,"job_number":"JOB_159005","tr_customer_id":159022,"tr_customer_product_id":159012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:42.000Z","modified_at":"2026-01-18T03:55:42.000Z","name":"Mylene Huel","mobile_number":"893-426-0425","email_id":"Kyla_Dicki2@yahoo.com","dop":"2025-04-06","serial_number":"15161267425462172","imei1":"15161267425462172","imei2":"15161267425462172","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159006,"job_number":"JOB_159006","tr_customer_id":159023,"tr_customer_product_id":159013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:44.000Z","modified_at":"2026-01-18T03:55:44.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"16508946544604","imei1":"16508946544604","imei2":"16508946544604","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159007,"job_number":"JOB_159007","tr_customer_id":159024,"tr_customer_product_id":159014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:45.000Z","modified_at":"2026-01-18T03:55:45.000Z","name":"Aubree Buckridge","mobile_number":"380-656-6822","email_id":"Desiree60@yahoo.com","dop":"2025-09-16","serial_number":"19132359283120","imei1":"19132359283120","imei2":"19132359283120","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159008,"job_number":"JOB_159008","tr_customer_id":159025,"tr_customer_product_id":159015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:47.000Z","modified_at":"2026-01-18T03:55:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16056272428869","imei1":"16056272428869","imei2":"16056272428869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159009,"job_number":"JOB_159009","tr_customer_id":159026,"tr_customer_product_id":159016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:47.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"Madeline Jacobs","mobile_number":"514-968-7081","email_id":"Delores.Orn@yahoo.com","dop":"2025-04-06","serial_number":"19578618797378","imei1":"19578618797378","imei2":"19578618797378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159010,"job_number":"JOB_159010","tr_customer_id":159027,"tr_customer_product_id":159017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:48.000Z","modified_at":"2026-01-18T03:55:48.000Z","name":"Mabelle Homenick","mobile_number":"583-467-8699","email_id":"Makayla66@gmail.com","dop":"2025-04-06","serial_number":"10276156837697780","imei1":"10276156837697780","imei2":"10276156837697780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159012,"job_number":"JOB_159012","tr_customer_id":159029,"tr_customer_product_id":159019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:51.000Z","modified_at":"2026-01-18T03:55:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14819228525478","imei1":"14819228525478","imei2":"14819228525478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159013,"job_number":"JOB_159013","tr_customer_id":159030,"tr_customer_product_id":159020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:51.000Z","modified_at":"2026-01-18T03:56:26.000Z","name":"Ursula Bradtke","mobile_number":"302-310-0015","email_id":"Dale65@gmail.com","dop":"2025-04-06","serial_number":"16113939395735","imei1":"16113939395735","imei2":"16113939395735","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159017,"job_number":"JOB_159017","tr_customer_id":159034,"tr_customer_product_id":159024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:53.000Z","modified_at":"2026-01-18T03:55:53.000Z","name":"Ayla Hartmann","mobile_number":"325-323-1251","email_id":"Judd71@hotmail.com","dop":"2025-04-06","serial_number":"12725804605654084","imei1":"12725804605654084","imei2":"12725804605654084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159019,"job_number":"JOB_159019","tr_customer_id":159036,"tr_customer_product_id":159026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:56.000Z","modified_at":"2026-01-18T03:55:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16204717254730","imei1":"16204717254730","imei2":"16204717254730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159020,"job_number":"JOB_159020","tr_customer_id":159037,"tr_customer_product_id":159027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:56.000Z","modified_at":"2026-01-18T03:56:31.000Z","name":"Alba Rohan","mobile_number":"802-857-2938","email_id":"Moses66@yahoo.com","dop":"2025-04-06","serial_number":"12398716691813","imei1":"12398716691813","imei2":"12398716691813","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159021,"job_number":"JOB_159021","tr_customer_id":159038,"tr_customer_product_id":159028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:57.000Z","modified_at":"2026-01-18T03:55:57.000Z","name":"Gage O'Reilly","mobile_number":"486-722-9533","email_id":"Estelle_Gulgowski@hotmail.com","dop":"2025-04-06","serial_number":"19022593321130664","imei1":"19022593321130664","imei2":"19022593321130664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159022,"job_number":"JOB_159022","tr_customer_id":159039,"tr_customer_product_id":159029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:00.000Z","modified_at":"2026-01-18T03:56:00.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16181220054794","imei1":"16181220054794","imei2":"16181220054794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159023,"job_number":"JOB_159023","tr_customer_id":159040,"tr_customer_product_id":159030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:01.000Z","modified_at":"2026-01-18T03:56:36.000Z","name":"Ben Kuhn","mobile_number":"691-824-3322","email_id":"Daisy_Rutherford9@hotmail.com","dop":"2025-04-06","serial_number":"12037303054493","imei1":"12037303054493","imei2":"12037303054493","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159025,"job_number":"JOB_159025","tr_customer_id":159042,"tr_customer_product_id":159032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:02.000Z","modified_at":"2026-01-18T03:56:02.000Z","name":"Gregorio Powlowski","mobile_number":"773-203-0079","email_id":"Dee_Robel@yahoo.com","dop":"2025-04-06","serial_number":"13917303328041124","imei1":"13917303328041124","imei2":"13917303328041124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159026,"job_number":"JOB_159026","tr_customer_id":159043,"tr_customer_product_id":159033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:02.000Z","modified_at":"2026-01-18T03:56:36.000Z","name":"Savanna Monahan","mobile_number":"462-706-2832","email_id":"Toby.Kuphal84@gmail.com","dop":"2025-06-26","serial_number":"10475853912111","imei1":"10475853912111","imei2":"10475853912111","popurl":"2025-06-27T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159028,"job_number":"JOB_159028","tr_customer_id":159045,"tr_customer_product_id":159035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:03.000Z","modified_at":"2026-01-18T03:56:03.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13079418795528","imei1":"13079418795528","imei2":"13079418795528","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159029,"job_number":"JOB_159029","tr_customer_id":159046,"tr_customer_product_id":159036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:04.000Z","modified_at":"2026-01-18T03:56:04.000Z","name":"Darrion Larkin","mobile_number":"327-462-5230","email_id":"Cedrick80@yahoo.com","dop":"2025-09-16","serial_number":"16714415971446","imei1":"16714415971446","imei2":"16714415971446","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159034,"job_number":"JOB_159034","tr_customer_id":159051,"tr_customer_product_id":159041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:06.000Z","modified_at":"2026-01-18T03:56:06.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17940480609878","imei1":"17940480609878","imei2":"17940480609878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159035,"job_number":"JOB_159035","tr_customer_id":159052,"tr_customer_product_id":159042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:06.000Z","modified_at":"2026-01-18T03:56:42.000Z","name":"Randy Schmeler","mobile_number":"323-416-5949","email_id":"Alisha20@gmail.com","dop":"2025-04-06","serial_number":"17865956958461","imei1":"17865956958461","imei2":"17865956958461","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159036,"job_number":"JOB_159036","tr_customer_id":159053,"tr_customer_product_id":159043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:08.000Z","modified_at":"2026-01-18T03:56:08.000Z","name":"Robin Will","mobile_number":"368-861-3238","email_id":"Lysanne.Trantow@hotmail.com","dop":"2025-04-06","serial_number":"10701379597396918","imei1":"10701379597396918","imei2":"10701379597396918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159037,"job_number":"JOB_159037","tr_customer_id":159054,"tr_customer_product_id":159044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:08.000Z","modified_at":"2026-01-18T03:56:08.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"14292195329234","imei1":"14292195329234","imei2":"14292195329234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159038,"job_number":"JOB_159038","tr_customer_id":159055,"tr_customer_product_id":159045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:08.000Z","modified_at":"2026-01-18T03:56:44.000Z","name":"Kris Bergstrom","mobile_number":"508-383-2600","email_id":"Hazle.Krajcik@gmail.com","dop":"2025-04-06","serial_number":"13797358340007","imei1":"13797358340007","imei2":"13797358340007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159042,"job_number":"JOB_159042","tr_customer_id":159059,"tr_customer_product_id":159049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:10.000Z","modified_at":"2026-01-18T03:56:10.000Z","name":"Dimitri Rodriguez","mobile_number":"821-542-3569","email_id":"Candelario.Prosacco46@gmail.com","dop":"2025-04-06","serial_number":"14221331446654184","imei1":"14221331446654184","imei2":"14221331446654184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159043,"job_number":"JOB_159043","tr_customer_id":159060,"tr_customer_product_id":159050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:11.000Z","modified_at":"2026-01-18T03:56:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16121955432354","imei1":"16121955432354","imei2":"16121955432354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159044,"job_number":"JOB_159044","tr_customer_id":159061,"tr_customer_product_id":159051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:11.000Z","modified_at":"2026-01-18T03:56:48.000Z","name":"Ernesto Moore","mobile_number":"677-862-9926","email_id":"Irma.Stanton44@yahoo.com","dop":"2025-04-06","serial_number":"17502561829918","imei1":"17502561829918","imei2":"17502561829918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159045,"job_number":"JOB_159045","tr_customer_id":159062,"tr_customer_product_id":159052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:13.000Z","modified_at":"2026-01-18T03:56:13.000Z","name":"Elnora Yost","mobile_number":"706-461-3350","email_id":"Willie.Schinner@hotmail.com","dop":"2025-04-06","serial_number":"15498950935864736","imei1":"15498950935864736","imei2":"15498950935864736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159046,"job_number":"JOB_159046","tr_customer_id":159063,"tr_customer_product_id":159053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:14.000Z","modified_at":"2026-01-18T03:56:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11530019276181","imei1":"11530019276181","imei2":"11530019276181","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159047,"job_number":"JOB_159047","tr_customer_id":159064,"tr_customer_product_id":159054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:14.000Z","modified_at":"2026-01-18T03:56:49.000Z","name":"Rahul Collins","mobile_number":"535-323-8143","email_id":"Joyce.Connelly@yahoo.com","dop":"2025-04-06","serial_number":"17396895026096","imei1":"17396895026096","imei2":"17396895026096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159048,"job_number":"JOB_159048","tr_customer_id":159065,"tr_customer_product_id":159055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:16.000Z","modified_at":"2026-01-18T03:56:16.000Z","name":"Hassan Steuber","mobile_number":"941-982-9170","email_id":"Angeline.Gutkowski@hotmail.com","dop":"2025-04-06","serial_number":"19191664390299800","imei1":"19191664390299800","imei2":"19191664390299800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159049,"job_number":"JOB_159049","tr_customer_id":159066,"tr_customer_product_id":159056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:18.000Z","modified_at":"2026-01-18T03:56:18.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10262282963008","imei1":"10262282963008","imei2":"10262282963008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159050,"job_number":"JOB_159050","tr_customer_id":159067,"tr_customer_product_id":159057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:19.000Z","modified_at":"2026-01-18T03:56:52.000Z","name":"Jillian Hammes","mobile_number":"399-301-6953","email_id":"Fausto_Zboncak@hotmail.com","dop":"2025-04-06","serial_number":"15069239875856","imei1":"15069239875856","imei2":"15069239875856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159051,"job_number":"JOB_159051","tr_customer_id":159068,"tr_customer_product_id":159058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:20.000Z","modified_at":"2026-01-18T03:56:20.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16121345308966","imei1":"16121345308966","imei2":"16121345308966","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159052,"job_number":"JOB_159052","tr_customer_id":159069,"tr_customer_product_id":159059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:20.000Z","modified_at":"2026-01-18T03:56:20.000Z","name":"Davonte Abernathy","mobile_number":"925-225-6146","email_id":"Myah_Kris20@gmail.com","dop":"2025-04-06","serial_number":"11671565606080252","imei1":"11671565606080252","imei2":"11671565606080252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159053,"job_number":"JOB_159053","tr_customer_id":159070,"tr_customer_product_id":159060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:20.000Z","modified_at":"2026-01-18T03:56:59.000Z","name":"Mandy Satterfield","mobile_number":"295-776-2741","email_id":"Hortense.Herman83@gmail.com","dop":"2025-04-06","serial_number":"13255645546171","imei1":"13255645546171","imei2":"13255645546171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159054,"job_number":"JOB_159054","tr_customer_id":159071,"tr_customer_product_id":159061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:21.000Z","modified_at":"2026-01-18T03:56:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12042865289002","imei1":"12042865289002","imei2":"12042865289002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159055,"job_number":"JOB_159055","tr_customer_id":159072,"tr_customer_product_id":159062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:21.000Z","modified_at":"2026-01-18T03:56:57.000Z","name":"Hermina Mertz","mobile_number":"650-957-4349","email_id":"Lesly_Botsford@yahoo.com","dop":"2025-04-06","serial_number":"14525818112271","imei1":"14525818112271","imei2":"14525818112271","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159056,"job_number":"JOB_159056","tr_customer_id":159073,"tr_customer_product_id":159063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"Keenan Wilderman","mobile_number":"557-790-7062","email_id":"Ida.Ortiz@yahoo.com","dop":"2025-04-06","serial_number":"16323977604819896","imei1":"16323977604819896","imei2":"16323977604819896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159057,"job_number":"JOB_159057","tr_customer_id":159074,"tr_customer_product_id":159064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17173567493433","imei1":"17173567493433","imei2":"17173567493433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159058,"job_number":"JOB_159058","tr_customer_id":159075,"tr_customer_product_id":159065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:58.000Z","name":"Jadon Romaguera","mobile_number":"830-852-3877","email_id":"Rene95@hotmail.com","dop":"2025-04-06","serial_number":"12062052753301","imei1":"12062052753301","imei2":"12062052753301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159059,"job_number":"JOB_159059","tr_customer_id":159076,"tr_customer_product_id":159066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15507358987601","imei1":"15507358987601","imei2":"15507358987601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159060,"job_number":"JOB_159060","tr_customer_id":159077,"tr_customer_product_id":159067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"Rupert Hagenes","mobile_number":"441-932-3091","email_id":"Kip_Hilll@gmail.com","dop":"2025-04-06","serial_number":"16725310582101640","imei1":"16725310582101640","imei2":"16725310582101640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159061,"job_number":"JOB_159061","tr_customer_id":159078,"tr_customer_product_id":159068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:23.000Z","modified_at":"2026-01-18T03:56:58.000Z","name":"Shannon Willms","mobile_number":"694-886-8947","email_id":"Gregory_Von9@yahoo.com","dop":"2025-04-06","serial_number":"13668261197857","imei1":"13668261197857","imei2":"13668261197857","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159062,"job_number":"JOB_159062","tr_customer_id":159079,"tr_customer_product_id":159069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:23.000Z","modified_at":"2026-01-18T03:56:23.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10554998517770","imei1":"10554998517770","imei2":"10554998517770","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159063,"job_number":"JOB_159063","tr_customer_id":159080,"tr_customer_product_id":159070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:23.000Z","modified_at":"2026-01-18T03:57:01.000Z","name":"Sadye Zemlak","mobile_number":"574-577-9262","email_id":"Emery64@hotmail.com","dop":"2000-01-31","serial_number":"10361035499517","imei1":"10361035499517","imei2":"10361035499517","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159064,"job_number":"JOB_159064","tr_customer_id":159081,"tr_customer_product_id":159071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Lonzo Metz","mobile_number":"813-312-7136","email_id":"Rylee_Ankunding80@hotmail.com","dop":"2025-04-06","serial_number":"13196617994465292","imei1":"13196617994465292","imei2":"13196617994465292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159066,"job_number":"JOB_159066","tr_customer_id":159083,"tr_customer_product_id":159073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Jocelyn Wisozk","mobile_number":"966-291-2540","email_id":"Linnie.Kozey@hotmail.com","dop":"2025-04-06","serial_number":"11607811611260184","imei1":"11607811611260184","imei2":"11607811611260184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159069,"job_number":"JOB_159069","tr_customer_id":159086,"tr_customer_product_id":159076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:25.000Z","modified_at":"2026-01-18T03:56:25.000Z","name":"Abelardo Daugherty","mobile_number":"671-273-5807","email_id":"Samir.Kassulke@hotmail.com","dop":"2000-01-31","serial_number":"1023505550914247","imei1":"1023505550914247","imei2":"1023505550914247","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159070,"job_number":"JOB_159070","tr_customer_id":159087,"tr_customer_product_id":159077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:29.000Z","modified_at":"2026-01-18T03:56:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16426582337052","imei1":"16426582337052","imei2":"16426582337052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159071,"job_number":"JOB_159071","tr_customer_id":159088,"tr_customer_product_id":159078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:30.000Z","modified_at":"2026-01-18T03:57:05.000Z","name":"Nellie McKenzie","mobile_number":"404-256-8684","email_id":"Tommie98@yahoo.com","dop":"2025-04-06","serial_number":"18804189159794","imei1":"18804189159794","imei2":"18804189159794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159072,"job_number":"JOB_159072","tr_customer_id":159089,"tr_customer_product_id":159079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:31.000Z","modified_at":"2026-01-18T03:56:31.000Z","name":"Kenny Hickle","mobile_number":"735-376-7511","email_id":"Catalina33@gmail.com","dop":"2025-04-06","serial_number":"17347309749523584","imei1":"17347309749523584","imei2":"17347309749523584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159073,"job_number":"JOB_159073","tr_customer_id":159090,"tr_customer_product_id":159080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:33.000Z","modified_at":"2026-01-18T03:56:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13408667443250","imei1":"13408667443250","imei2":"13408667443250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159074,"job_number":"JOB_159074","tr_customer_id":159091,"tr_customer_product_id":159081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:33.000Z","modified_at":"2026-01-18T03:57:07.000Z","name":"Agnes Kilback","mobile_number":"239-766-5758","email_id":"Nina77@gmail.com","dop":"2025-04-06","serial_number":"19195918394177","imei1":"19195918394177","imei2":"19195918394177","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159075,"job_number":"JOB_159075","tr_customer_id":159092,"tr_customer_product_id":159082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:34.000Z","modified_at":"2026-01-18T03:56:34.000Z","name":"Rico Prosacco","mobile_number":"242-341-7855","email_id":"Karina_Lakin@yahoo.com","dop":"2025-04-06","serial_number":"17886541680478432","imei1":"17886541680478432","imei2":"17886541680478432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159076,"job_number":"JOB_159076","tr_customer_id":159093,"tr_customer_product_id":159083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:38.000Z","modified_at":"2026-01-18T03:56:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14073296534481","imei1":"14073296534481","imei2":"14073296534481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159077,"job_number":"JOB_159077","tr_customer_id":159094,"tr_customer_product_id":159084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:38.000Z","modified_at":"2026-01-18T03:57:12.000Z","name":"Guiseppe Johnston","mobile_number":"429-834-8255","email_id":"Maverick.Konopelski1@gmail.com","dop":"2025-04-06","serial_number":"18486497465696","imei1":"18486497465696","imei2":"18486497465696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159081,"job_number":"JOB_159081","tr_customer_id":159098,"tr_customer_product_id":159088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:39.000Z","modified_at":"2026-01-18T03:56:39.000Z","name":"Nicklaus Adams","mobile_number":"571-791-8155","email_id":"Davion66@gmail.com","dop":"2025-04-06","serial_number":"16336268124921848","imei1":"16336268124921848","imei2":"16336268124921848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159082,"job_number":"JOB_159082","tr_customer_id":159099,"tr_customer_product_id":159089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:43.000Z","modified_at":"2026-01-18T03:56:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16992050938441","imei1":"16992050938441","imei2":"16992050938441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159083,"job_number":"JOB_159083","tr_customer_id":159100,"tr_customer_product_id":159090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:43.000Z","modified_at":"2026-01-18T03:57:18.000Z","name":"Chadd Steuber","mobile_number":"451-894-2969","email_id":"Lottie_Glover@yahoo.com","dop":"2025-04-06","serial_number":"17629287627526","imei1":"17629287627526","imei2":"17629287627526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159084,"job_number":"JOB_159084","tr_customer_id":159101,"tr_customer_product_id":159091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:45.000Z","modified_at":"2026-01-18T03:56:45.000Z","name":"Alford Baumbach","mobile_number":"568-991-1586","email_id":"Jerod.Weber98@gmail.com","dop":"2025-04-06","serial_number":"17559774313272528","imei1":"17559774313272528","imei2":"17559774313272528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159085,"job_number":"JOB_159085","tr_customer_id":159102,"tr_customer_product_id":159092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:49.000Z","modified_at":"2026-01-18T03:56:49.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"17618015852470","imei1":"17618015852470","imei2":"17618015852470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159086,"job_number":"JOB_159086","tr_customer_id":159103,"tr_customer_product_id":159093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:50.000Z","modified_at":"2026-01-18T03:57:25.000Z","name":"Roslyn Klocko","mobile_number":"532-235-3381","email_id":"Mac_Steuber@yahoo.com","dop":"2025-04-06","serial_number":"12786615718002","imei1":"12786615718002","imei2":"12786615718002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159087,"job_number":"JOB_159087","tr_customer_id":159104,"tr_customer_product_id":159094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:51.000Z","modified_at":"2026-01-18T03:56:51.000Z","name":"Jewell Hane","mobile_number":"668-801-5609","email_id":"Cordell.Moen20@hotmail.com","dop":"2025-04-06","serial_number":"17059653394502704","imei1":"17059653394502704","imei2":"17059653394502704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159088,"job_number":"JOB_159088","tr_customer_id":159105,"tr_customer_product_id":159095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:55.000Z","modified_at":"2026-01-18T03:56:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18562529637721","imei1":"18562529637721","imei2":"18562529637721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159089,"job_number":"JOB_159089","tr_customer_id":159106,"tr_customer_product_id":159096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:55.000Z","modified_at":"2026-01-18T03:57:31.000Z","name":"Noble Hermann","mobile_number":"724-877-8268","email_id":"Mazie18@hotmail.com","dop":"2025-04-06","serial_number":"15240783714408","imei1":"15240783714408","imei2":"15240783714408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159090,"job_number":"JOB_159090","tr_customer_id":159107,"tr_customer_product_id":159097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:56.000Z","modified_at":"2026-01-18T03:56:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18565090525399","imei1":"18565090525399","imei2":"18565090525399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159091,"job_number":"JOB_159091","tr_customer_id":159108,"tr_customer_product_id":159098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:56.000Z","modified_at":"2026-01-18T03:57:31.000Z","name":"Jessyca Ziemann","mobile_number":"260-864-3713","email_id":"Shaniya_Little@yahoo.com","dop":"2025-04-06","serial_number":"13874517797187","imei1":"13874517797187","imei2":"13874517797187","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159092,"job_number":"JOB_159092","tr_customer_id":159109,"tr_customer_product_id":159099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:57.000Z","modified_at":"2026-01-18T03:56:57.000Z","name":"Reynold Wilkinson","mobile_number":"881-440-9157","email_id":"Lourdes86@yahoo.com","dop":"2025-04-06","serial_number":"12156566780378344","imei1":"12156566780378344","imei2":"12156566780378344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159093,"job_number":"JOB_159093","tr_customer_id":159110,"tr_customer_product_id":159100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:58.000Z","modified_at":"2026-01-18T03:56:58.000Z","name":"Kenton Volkman","mobile_number":"842-551-3953","email_id":"Demarco_Luettgen45@hotmail.com","dop":"2025-04-06","serial_number":"18393030416523070","imei1":"18393030416523070","imei2":"18393030416523070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159094,"job_number":"JOB_159094","tr_customer_id":159111,"tr_customer_product_id":159101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:59.000Z","modified_at":"2026-01-18T03:56:59.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12194536353382","imei1":"12194536353382","imei2":"12194536353382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159095,"job_number":"JOB_159095","tr_customer_id":159112,"tr_customer_product_id":159102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:59.000Z","modified_at":"2026-01-18T03:57:32.000Z","name":"Percival Purdy","mobile_number":"706-346-4165","email_id":"Zane_Daugherty70@gmail.com","dop":"2025-04-06","serial_number":"12534935834116","imei1":"12534935834116","imei2":"12534935834116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159096,"job_number":"JOB_159096","tr_customer_id":159113,"tr_customer_product_id":159103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:00.000Z","modified_at":"2026-01-18T03:57:00.000Z","name":"Rusty Buckridge","mobile_number":"532-371-9371","email_id":"Duncan.Lakin90@hotmail.com","dop":"2025-04-06","serial_number":"19535132894412390","imei1":"19535132894412390","imei2":"19535132894412390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159097,"job_number":"JOB_159097","tr_customer_id":159114,"tr_customer_product_id":159104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:05.000Z","modified_at":"2026-01-18T03:57:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17125544314672","imei1":"17125544314672","imei2":"17125544314672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159098,"job_number":"JOB_159098","tr_customer_id":159115,"tr_customer_product_id":159105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:05.000Z","modified_at":"2026-01-18T03:57:40.000Z","name":"Athena Boehm","mobile_number":"602-616-5508","email_id":"Dovie.Cartwright9@yahoo.com","dop":"2025-04-06","serial_number":"12620694671011","imei1":"12620694671011","imei2":"12620694671011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159099,"job_number":"JOB_159099","tr_customer_id":159116,"tr_customer_product_id":159106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:06.000Z","modified_at":"2026-01-18T03:57:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19493853384651","imei1":"19493853384651","imei2":"19493853384651","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159100,"job_number":"JOB_159100","tr_customer_id":159117,"tr_customer_product_id":159107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:06.000Z","modified_at":"2026-01-18T03:57:44.000Z","name":"Nichole Rosenbaum","mobile_number":"751-523-9506","email_id":"Vickie_Grimes@yahoo.com","dop":"2025-04-06","serial_number":"18111139794010","imei1":"18111139794010","imei2":"18111139794010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159101,"job_number":"JOB_159101","tr_customer_id":159118,"tr_customer_product_id":159108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:07.000Z","modified_at":"2026-01-18T03:57:07.000Z","name":"Damion Schimmel","mobile_number":"323-927-5489","email_id":"Amparo.Ortiz@yahoo.com","dop":"2025-04-06","serial_number":"15096935786322860","imei1":"15096935786322860","imei2":"15096935786322860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159102,"job_number":"JOB_159102","tr_customer_id":159119,"tr_customer_product_id":159109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:08.000Z","modified_at":"2026-01-18T03:57:08.000Z","name":"Elissa Von","mobile_number":"633-983-3381","email_id":"Hadley.Bahringer48@gmail.com","dop":"2025-04-06","serial_number":"12750777508163872","imei1":"12750777508163872","imei2":"12750777508163872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159103,"job_number":"JOB_159103","tr_customer_id":159120,"tr_customer_product_id":159110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:08.000Z","modified_at":"2026-01-18T03:57:08.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10881737155439","imei1":"10881737155439","imei2":"10881737155439","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159104,"job_number":"JOB_159104","tr_customer_id":159121,"tr_customer_product_id":159111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:09.000Z","modified_at":"2026-01-18T03:57:46.000Z","name":"Jay Davis","mobile_number":"612-378-8907","email_id":"Nya83@gmail.com","dop":"2000-01-31","serial_number":"10453109750065","imei1":"10453109750065","imei2":"10453109750065","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159105,"job_number":"JOB_159105","tr_customer_id":159122,"tr_customer_product_id":159112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:10.000Z","modified_at":"2026-01-18T03:57:10.000Z","name":"Kay Kshlerin","mobile_number":"549-791-2841","email_id":"Korey.Pouros@hotmail.com","dop":"2000-01-31","serial_number":"1006836938561974","imei1":"1006836938561974","imei2":"1006836938561974","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159106,"job_number":"JOB_159106","tr_customer_id":159123,"tr_customer_product_id":159113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:19.000Z","modified_at":"2026-01-18T03:57:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10990930337870","imei1":"10990930337870","imei2":"10990930337870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159107,"job_number":"JOB_159107","tr_customer_id":159124,"tr_customer_product_id":159114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:19.000Z","modified_at":"2026-01-18T03:57:53.000Z","name":"Vena Kling","mobile_number":"538-954-8062","email_id":"Marilyne23@gmail.com","dop":"2025-04-06","serial_number":"16525630311264","imei1":"16525630311264","imei2":"16525630311264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159108,"job_number":"JOB_159108","tr_customer_id":159125,"tr_customer_product_id":159115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:20.000Z","modified_at":"2026-01-18T03:57:21.000Z","name":"Halle Jacobs","mobile_number":"702-829-9564","email_id":"Shemar_Weber@yahoo.com","dop":"2025-04-06","serial_number":"19481406525399376","imei1":"19481406525399376","imei2":"19481406525399376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159109,"job_number":"JOB_159109","tr_customer_id":159126,"tr_customer_product_id":159116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:38.000Z","modified_at":"2026-01-18T03:57:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13618202639912","imei1":"13618202639912","imei2":"13618202639912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159110,"job_number":"JOB_159110","tr_customer_id":159127,"tr_customer_product_id":159117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:39.000Z","modified_at":"2026-01-18T03:58:14.000Z","name":"Belle Ullrich","mobile_number":"937-841-8368","email_id":"Chanelle73@yahoo.com","dop":"2025-04-06","serial_number":"19820439666902","imei1":"19820439666902","imei2":"19820439666902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159111,"job_number":"JOB_159111","tr_customer_id":159128,"tr_customer_product_id":159118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:40.000Z","modified_at":"2026-01-18T03:57:40.000Z","name":"Easter Nolan","mobile_number":"989-469-5107","email_id":"Manuela53@yahoo.com","dop":"2025-04-06","serial_number":"16931703119740418","imei1":"16931703119740418","imei2":"16931703119740418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159112,"job_number":"JOB_159112","tr_customer_id":159129,"tr_customer_product_id":159119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:51.000Z","modified_at":"2026-01-18T03:57:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16495393975364","imei1":"16495393975364","imei2":"16495393975364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159113,"job_number":"JOB_159113","tr_customer_id":159130,"tr_customer_product_id":159120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:52.000Z","modified_at":"2026-01-18T03:58:30.000Z","name":"Terrell Hettinger","mobile_number":"323-467-7652","email_id":"Jo.Deckow@hotmail.com","dop":"2025-04-06","serial_number":"18501209557801","imei1":"18501209557801","imei2":"18501209557801","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159114,"job_number":"JOB_159114","tr_customer_id":159131,"tr_customer_product_id":159121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:53.000Z","modified_at":"2026-01-18T03:57:53.000Z","name":"Sigrid Hoppe","mobile_number":"744-704-0538","email_id":"Elvie73@yahoo.com","dop":"2025-04-06","serial_number":"12844900235535616","imei1":"12844900235535616","imei2":"12844900235535616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159115,"job_number":"JOB_159115","tr_customer_id":159132,"tr_customer_product_id":159122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:53.000Z","modified_at":"2026-01-18T03:57:53.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10593668361759","imei1":"10593668361759","imei2":"10593668361759","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159116,"job_number":"JOB_159116","tr_customer_id":159133,"tr_customer_product_id":159123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:54.000Z","modified_at":"2026-01-18T03:58:31.000Z","name":"Barbara Powlowski","mobile_number":"978-990-2526","email_id":"Kamron47@gmail.com","dop":"2000-01-31","serial_number":"10824899581379","imei1":"10824899581379","imei2":"10824899581379","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159117,"job_number":"JOB_159117","tr_customer_id":159134,"tr_customer_product_id":159124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:55.000Z","modified_at":"2026-01-18T03:57:55.000Z","name":"Vivien Effertz","mobile_number":"264-411-5441","email_id":"Justine50@hotmail.com","dop":"2000-01-31","serial_number":"1041260274965509","imei1":"1041260274965509","imei2":"1041260274965509","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159118,"job_number":"JOB_159118","tr_customer_id":159135,"tr_customer_product_id":159125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:04.000Z","modified_at":"2026-01-18T04:02:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42595467128054","imei1":"42595467128054","imei2":"42595467128054","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159119,"job_number":"JOB_159119","tr_customer_id":159136,"tr_customer_product_id":159126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:05.000Z","modified_at":"2026-01-18T04:02:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87314681924832","imei1":"87314681924832","imei2":"87314681924832","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159120,"job_number":"JOB_159120","tr_customer_id":159137,"tr_customer_product_id":159127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:05.000Z","modified_at":"2026-01-18T04:02:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83676561649942","imei1":"83676561649942","imei2":"83676561649942","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159121,"job_number":"JOB_159121","tr_customer_id":159138,"tr_customer_product_id":159128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:05.000Z","modified_at":"2026-01-18T04:02:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90919033009824","imei1":"90919033009824","imei2":"90919033009824","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159122,"job_number":"JOB_159122","tr_customer_id":159139,"tr_customer_product_id":159129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:06.000Z","modified_at":"2026-01-18T04:02:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97667063730193","imei1":"97667063730193","imei2":"97667063730193","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159123,"job_number":"JOB_159123","tr_customer_id":159140,"tr_customer_product_id":159130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:06.000Z","modified_at":"2026-01-18T04:02:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"52313581280592","imei1":"52313581280592","imei2":"52313581280592","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159124,"job_number":"JOB_159124","tr_customer_id":159141,"tr_customer_product_id":159131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:06.000Z","modified_at":"2026-01-18T04:02:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35111757339726","imei1":"35111757339726","imei2":"35111757339726","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:02:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159125,"job_number":"JOB_159125","tr_customer_id":159142,"tr_customer_product_id":159132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:35.000Z","modified_at":"2026-01-18T04:02:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14404177699227","imei1":"14404177699227","imei2":"14404177699227","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159126,"job_number":"JOB_159126","tr_customer_id":159143,"tr_customer_product_id":159133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:35.000Z","modified_at":"2026-01-18T04:02:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"75974630502915","imei1":"75974630502915","imei2":"75974630502915","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159127,"job_number":"JOB_159127","tr_customer_id":159144,"tr_customer_product_id":159134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:35.000Z","modified_at":"2026-01-18T04:02:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"49649277405742","imei1":"49649277405742","imei2":"49649277405742","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159128,"job_number":"JOB_159128","tr_customer_id":159145,"tr_customer_product_id":159135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:36.000Z","modified_at":"2026-01-18T04:02:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"98739550267129","imei1":"98739550267129","imei2":"98739550267129","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159129,"job_number":"JOB_159129","tr_customer_id":159146,"tr_customer_product_id":159136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:36.000Z","modified_at":"2026-01-18T04:02:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14537486509078","imei1":"14537486509078","imei2":"14537486509078","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159130,"job_number":"JOB_159130","tr_customer_id":159147,"tr_customer_product_id":159137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:36.000Z","modified_at":"2026-01-18T04:02:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47803734311039","imei1":"47803734311039","imei2":"47803734311039","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159131,"job_number":"JOB_159131","tr_customer_id":159148,"tr_customer_product_id":159138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:37.000Z","modified_at":"2026-01-18T04:02:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95837614501872","imei1":"95837614501872","imei2":"95837614501872","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:02:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159132,"job_number":"JOB_159132","tr_customer_id":159149,"tr_customer_product_id":159139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:05.000Z","modified_at":"2026-01-18T04:03:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25953638566088","imei1":"25953638566088","imei2":"25953638566088","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159133,"job_number":"JOB_159133","tr_customer_id":159150,"tr_customer_product_id":159140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:05.000Z","modified_at":"2026-01-18T04:03:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68817167817827","imei1":"68817167817827","imei2":"68817167817827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159134,"job_number":"JOB_159134","tr_customer_id":159151,"tr_customer_product_id":159141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11405749785771","imei1":"11405749785771","imei2":"11405749785771","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159135,"job_number":"JOB_159135","tr_customer_id":159152,"tr_customer_product_id":159142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65198456677470","imei1":"65198456677470","imei2":"65198456677470","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159136,"job_number":"JOB_159136","tr_customer_id":159153,"tr_customer_product_id":159143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45333620539242","imei1":"45333620539242","imei2":"45333620539242","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159137,"job_number":"JOB_159137","tr_customer_id":159154,"tr_customer_product_id":159144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55816952128862","imei1":"55816952128862","imei2":"55816952128862","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159138,"job_number":"JOB_159138","tr_customer_id":159155,"tr_customer_product_id":159145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:07.000Z","modified_at":"2026-01-18T04:03:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38245745566724","imei1":"38245745566724","imei2":"38245745566724","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:03:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159139,"job_number":"JOB_159139","tr_customer_id":159156,"tr_customer_product_id":159146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:35:38.000Z","modified_at":"2026-01-18T04:36:16.000Z","name":"Jaydon Rau","mobile_number":"954-764-1801","email_id":"Kristoffer41@gmail.com","dop":"2025-04-06","serial_number":"14920275058033","imei1":"14920275058033","imei2":"14920275058033","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159140,"job_number":"JOB_159140","tr_customer_id":159157,"tr_customer_product_id":159147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:35:39.000Z","modified_at":"2026-01-18T04:35:39.000Z","name":"Sigmund Heller","mobile_number":"553-816-8494","email_id":"Kellie_Moore@yahoo.com","dop":"2025-04-06","serial_number":"14915951040604334","imei1":"14915951040604334","imei2":"14915951040604334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159141,"job_number":"JOB_159141","tr_customer_id":159158,"tr_customer_product_id":159148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:36:24.000Z","modified_at":"2026-01-18T04:37:01.000Z","name":"Carlee Heaney","mobile_number":"231-304-7276","email_id":"Verdie_Morissette4@hotmail.com","dop":"2025-04-06","serial_number":"18551688384460","imei1":"18551688384460","imei2":"18551688384460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:37:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159142,"job_number":"JOB_159142","tr_customer_id":159159,"tr_customer_product_id":159149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:36:25.000Z","modified_at":"2026-01-18T04:36:25.000Z","name":"Evangeline Mertz","mobile_number":"770-977-1504","email_id":"Baylee.Von@yahoo.com","dop":"2025-04-06","serial_number":"15546895950353300","imei1":"15546895950353300","imei2":"15546895950353300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159143,"job_number":"JOB_159143","tr_customer_id":159160,"tr_customer_product_id":159150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:37:09.000Z","modified_at":"2026-01-18T04:37:46.000Z","name":"Cristobal O'Hara","mobile_number":"823-651-5583","email_id":"Kennith_DAmore29@hotmail.com","dop":"2025-04-06","serial_number":"19490553851209","imei1":"19490553851209","imei2":"19490553851209","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159144,"job_number":"JOB_159144","tr_customer_id":159161,"tr_customer_product_id":159151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:37:10.000Z","modified_at":"2026-01-18T04:37:10.000Z","name":"Agustina Effertz","mobile_number":"534-575-8446","email_id":"Elena16@hotmail.com","dop":"2025-04-06","serial_number":"16513923573111656","imei1":"16513923573111656","imei2":"16513923573111656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:37:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159145,"job_number":"JOB_159145","tr_customer_id":159162,"tr_customer_product_id":159152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:38:25.000Z","modified_at":"2026-01-18T04:38:25.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-08","serial_number":"37906098012507","imei1":"37906098012507","imei2":"37906098012507","popurl":"2026-01-08T04:38:25.059966147Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:38:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159146,"job_number":"JOB_159146","tr_customer_id":159163,"tr_customer_product_id":159153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:39:13.000Z","modified_at":"2026-01-18T04:39:13.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-08","serial_number":"13152065634352","imei1":"13152065634352","imei2":"13152065634352","popurl":"2026-01-08T04:39:13.543870831Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159147,"job_number":"JOB_159147","tr_customer_id":159164,"tr_customer_product_id":159154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:46:20.000Z","modified_at":"2026-01-18T04:46:20.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"102426181348629","imei1":"102426181348629","imei2":"102426181348629","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159148,"job_number":"JOB_159148","tr_customer_id":159165,"tr_customer_product_id":159155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:46:20.000Z","modified_at":"2026-01-18T04:46:30.000Z","name":"Dedrick Zieme","mobile_number":"402-616-8008","email_id":"Giles_Harris@gmail.com","dop":"2025-07-01","serial_number":"101389294631118","imei1":"101389294631118","imei2":"101389294631118","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159149,"job_number":"JOB_159149","tr_customer_id":159166,"tr_customer_product_id":159156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:46:32.000Z","modified_at":"2026-01-18T04:46:32.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"101296498934228","imei1":"101296498934228","imei2":"101296498934228","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:46:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159150,"job_number":"JOB_159150","tr_customer_id":159167,"tr_customer_product_id":159157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:46:32.000Z","modified_at":"2026-01-18T04:46:41.000Z","name":"Leonie Gislason","mobile_number":"384-614-4881","email_id":"Candace_Mitchell28@hotmail.com","dop":"2025-07-01","serial_number":"100464639279967","imei1":"100464639279967","imei2":"100464639279967","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:46:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159151,"job_number":"JOB_159151","tr_customer_id":159168,"tr_customer_product_id":159158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:48:42.000Z","modified_at":"2026-01-18T04:49:19.000Z","name":"Nathanial Koepp","mobile_number":"434-971-7428","email_id":"Mara.Williamson33@gmail.com","dop":"2025-04-06","serial_number":"10463330961064","imei1":"10463330961064","imei2":"10463330961064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159152,"job_number":"JOB_159152","tr_customer_id":159169,"tr_customer_product_id":159159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:48:44.000Z","modified_at":"2026-01-18T04:48:44.000Z","name":"Waino Watsica","mobile_number":"349-225-5664","email_id":"Tyrese.Rodriguez@hotmail.com","dop":"2025-04-06","serial_number":"17754341125637384","imei1":"17754341125637384","imei2":"17754341125637384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159153,"job_number":"JOB_159153","tr_customer_id":159170,"tr_customer_product_id":159160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:49:26.000Z","modified_at":"2026-01-18T04:50:02.000Z","name":"Cleta Beahan","mobile_number":"370-386-7032","email_id":"Ethel.Abshire48@hotmail.com","dop":"2025-04-06","serial_number":"14136533686410","imei1":"14136533686410","imei2":"14136533686410","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159154,"job_number":"JOB_159154","tr_customer_id":159171,"tr_customer_product_id":159161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:49:27.000Z","modified_at":"2026-01-18T04:49:27.000Z","name":"Mathias Heaney","mobile_number":"969-224-2353","email_id":"Colleen.Hegmann@hotmail.com","dop":"2025-04-06","serial_number":"17387945400318194","imei1":"17387945400318194","imei2":"17387945400318194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159155,"job_number":"JOB_159155","tr_customer_id":159172,"tr_customer_product_id":159162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:50:08.000Z","modified_at":"2026-01-18T04:50:44.000Z","name":"Marcel Vandervort","mobile_number":"323-306-0493","email_id":"Elvis_Cole@yahoo.com","dop":"2025-04-06","serial_number":"11451756959112","imei1":"11451756959112","imei2":"11451756959112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159156,"job_number":"JOB_159156","tr_customer_id":159173,"tr_customer_product_id":159163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:50:10.000Z","modified_at":"2026-01-18T04:50:10.000Z","name":"Carolyn Considine","mobile_number":"384-998-3374","email_id":"Daphney.Abernathy8@hotmail.com","dop":"2025-04-06","serial_number":"14526013914400280","imei1":"14526013914400280","imei2":"14526013914400280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:50:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159157,"job_number":"JOB_159157","tr_customer_id":159174,"tr_customer_product_id":159164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:50:27.000Z","modified_at":"2026-01-18T04:51:03.000Z","name":"Willard Sanford","mobile_number":"683-807-4268","email_id":"Dallas.Gleichner@hotmail.com","dop":"2025-04-06","serial_number":"12748072921401","imei1":"12748072921401","imei2":"12748072921401","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159158,"job_number":"JOB_159158","tr_customer_id":159175,"tr_customer_product_id":159165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:50:29.000Z","modified_at":"2026-01-18T04:50:29.000Z","name":"Chad Blick","mobile_number":"807-777-0039","email_id":"Garland8@gmail.com","dop":"2025-04-06","serial_number":"17782362417732888","imei1":"17782362417732888","imei2":"17782362417732888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159159,"job_number":"JOB_159159","tr_customer_id":159176,"tr_customer_product_id":159166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:54:53.000Z","modified_at":"2026-01-18T04:55:30.000Z","name":"Eddie Tromp","mobile_number":"675-780-2070","email_id":"Jarred.Volkman82@yahoo.com","dop":"2025-04-06","serial_number":"14676057427219","imei1":"14676057427219","imei2":"14676057427219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159160,"job_number":"JOB_159160","tr_customer_id":159177,"tr_customer_product_id":159167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:54:55.000Z","modified_at":"2026-01-18T04:54:55.000Z","name":"Devan Powlowski","mobile_number":"519-651-9589","email_id":"Alfreda_Douglas32@yahoo.com","dop":"2025-04-06","serial_number":"15810515364692680","imei1":"15810515364692680","imei2":"15810515364692680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:54:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159161,"job_number":"JOB_159161","tr_customer_id":159178,"tr_customer_product_id":159168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:55:37.000Z","modified_at":"2026-01-18T04:56:13.000Z","name":"Alayna Grimes","mobile_number":"431-710-4433","email_id":"Betty.Hodkiewicz1@hotmail.com","dop":"2025-04-06","serial_number":"14119917058239","imei1":"14119917058239","imei2":"14119917058239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159162,"job_number":"JOB_159162","tr_customer_id":159179,"tr_customer_product_id":159169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:55:38.000Z","modified_at":"2026-01-18T04:55:38.000Z","name":"Raphael Ullrich","mobile_number":"412-771-1127","email_id":"Joana17@yahoo.com","dop":"2025-04-06","serial_number":"13083912295804420","imei1":"13083912295804420","imei2":"13083912295804420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159163,"job_number":"JOB_159163","tr_customer_id":159180,"tr_customer_product_id":159170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:19.000Z","modified_at":"2026-01-18T04:56:55.000Z","name":"Vincent Skiles","mobile_number":"758-349-2322","email_id":"Karen79@gmail.com","dop":"2025-04-06","serial_number":"16636337622619","imei1":"16636337622619","imei2":"16636337622619","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159164,"job_number":"JOB_159164","tr_customer_id":159181,"tr_customer_product_id":159171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:21.000Z","modified_at":"2026-01-18T04:56:21.000Z","name":"Sanford Padberg","mobile_number":"280-853-9256","email_id":"Mandy_Hettinger47@hotmail.com","dop":"2025-04-06","serial_number":"13793539832285556","imei1":"13793539832285556","imei2":"13793539832285556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:56:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159165,"job_number":"JOB_159165","tr_customer_id":159182,"tr_customer_product_id":159172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:32.000Z","modified_at":"2026-01-18T04:57:08.000Z","name":"Melyna Stehr","mobile_number":"830-896-2908","email_id":"Kyleigh.Daniel@yahoo.com","dop":"2025-04-06","serial_number":"11084868153066","imei1":"11084868153066","imei2":"11084868153066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159166,"job_number":"JOB_159166","tr_customer_id":159183,"tr_customer_product_id":159173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:33.000Z","modified_at":"2026-01-18T04:56:33.000Z","name":"Berneice Hintz","mobile_number":"949-440-5626","email_id":"Nicklaus_DuBuque@hotmail.com","dop":"2025-04-06","serial_number":"18205991908541724","imei1":"18205991908541724","imei2":"18205991908541724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159167,"job_number":"JOB_159167","tr_customer_id":159184,"tr_customer_product_id":159174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:47.000Z","modified_at":"2026-01-18T04:57:24.000Z","name":"Lola Abbott","mobile_number":"323-801-8147","email_id":"Riley_Wilkinson@gmail.com","dop":"2025-04-06","serial_number":"15025310009345","imei1":"15025310009345","imei2":"15025310009345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159168,"job_number":"JOB_159168","tr_customer_id":159185,"tr_customer_product_id":159175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:48.000Z","modified_at":"2026-01-18T04:56:49.000Z","name":"Cassandra Grant","mobile_number":"495-254-8948","email_id":"Ariane57@hotmail.com","dop":"2025-04-06","serial_number":"13564346949934916","imei1":"13564346949934916","imei2":"13564346949934916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159172,"job_number":"JOB_159172","tr_customer_id":159189,"tr_customer_product_id":159179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:10.000Z","modified_at":"2026-01-18T05:26:10.000Z","name":"Anika Naik","mobile_number":"896-551-3586","email_id":"Charlie_Schiller@yahoo.com","dop":"2025-06-18","serial_number":"40529506789497","imei1":"40529506789497","imei2":"40529506789497","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159173,"job_number":"JOB_159173","tr_customer_id":159191,"tr_customer_product_id":159180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:10.000Z","modified_at":"2026-01-18T05:26:10.000Z","name":"Abhijit Naik","mobile_number":"896-551-3586","email_id":"Charlie_Schiller@yahoo.com","dop":"2025-06-18","serial_number":"30529506789497","imei1":"30529506789497","imei2":"30529506789497","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159174,"job_number":"JOB_159174","tr_customer_id":159190,"tr_customer_product_id":159181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:10.000Z","modified_at":"2026-01-18T05:26:10.000Z","name":"Shweta Naik","mobile_number":"896-551-3586","email_id":"Charlie_Schiller@yahoo.com","dop":"2025-06-18","serial_number":"50529506789497","imei1":"50529506789497","imei2":"50529506789497","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159175,"job_number":"JOB_159175","tr_customer_id":159192,"tr_customer_product_id":159182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Tarun Pothuvaal","mobile_number":"9759552311","email_id":"shwet.guneta@yahoo.co.in","dop":"2026-01-08","serial_number":"781387361097568","imei1":"781387361097568","imei2":"781387361097568","popurl":"www.chandrabhan-mehra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159176,"job_number":"JOB_159176","tr_customer_id":159193,"tr_customer_product_id":159183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Narinder Gill","mobile_number":"9770838996","email_id":"tara.trivedi@gmail.com","dop":"2026-01-08","serial_number":"586671701396091","imei1":"586671701396091","imei2":"586671701396091","popurl":"www.brijesh-mehrotra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159177,"job_number":"JOB_159177","tr_customer_id":159194,"tr_customer_product_id":159184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Keerti Dhawan","mobile_number":"9717192766","email_id":"prem.marar@hotmail.com","dop":"2026-01-08","serial_number":"979679078404403","imei1":"979679078404403","imei2":"979679078404403","popurl":"www.indra-mishra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159178,"job_number":"JOB_159178","tr_customer_id":159195,"tr_customer_product_id":159185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Mani Sethi","mobile_number":"9732448209","email_id":"anunay.rana@yahoo.co.in","dop":"2026-01-08","serial_number":"879345541184340","imei1":"879345541184340","imei2":"879345541184340","popurl":"www.hari-achari.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159179,"job_number":"JOB_159179","tr_customer_id":159196,"tr_customer_product_id":159186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Chapal Chattopadhyay","mobile_number":"9734701880","email_id":"lakshman.patil@hotmail.com","dop":"2026-01-08","serial_number":"643310145025074","imei1":"643310145025074","imei2":"643310145025074","popurl":"www.rahul-guha.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159180,"job_number":"JOB_159180","tr_customer_id":159197,"tr_customer_product_id":159187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:12.000Z","modified_at":"2026-01-18T05:26:12.000Z","name":"Janis Goyette","mobile_number":"999-774-7701","email_id":"Jazmyn_Zboncak@hotmail.com","dop":"2025-06-18","serial_number":"10442063229355","imei1":"10442063229355","imei2":"10442063229355","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159181,"job_number":"JOB_159181","tr_customer_id":159198,"tr_customer_product_id":159188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:12.000Z","modified_at":"2026-01-18T05:26:12.000Z","name":"Janis Goyette","mobile_number":"999-774-7701","email_id":"Jazmyn_Zboncak@hotmail.com","dop":"2025-06-18","serial_number":"10442063229375","imei1":"10442063229375","imei2":"10442063229375","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159182,"job_number":"JOB_159182","tr_customer_id":159199,"tr_customer_product_id":159189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:12.000Z","modified_at":"2026-01-18T05:26:12.000Z","name":"Janis Goyette","mobile_number":"999-774-7701","email_id":"Jazmyn_Zboncak@hotmail.com","dop":"2025-06-18","serial_number":"10442063229344","imei1":"10442063229344","imei2":"10442063229344","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159183,"job_number":"JOB_159183","tr_customer_id":159200,"tr_customer_product_id":159190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:37.000Z","modified_at":"2026-01-18T05:26:37.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-08","serial_number":"82585355524444","imei1":"82585355524444","imei2":"82585355524444","popurl":"2026-01-08T05:26:38.556797900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159184,"job_number":"JOB_159184","tr_customer_id":159201,"tr_customer_product_id":159191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:40.000Z","modified_at":"2026-01-18T05:26:40.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-08","serial_number":"44555355528010","imei1":"44555355528010","imei2":"44555355528010","popurl":"2026-01-08T05:26:41.003508100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159185,"job_number":"JOB_159185","tr_customer_id":159202,"tr_customer_product_id":159192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:30:29.000Z","modified_at":"2026-01-18T05:31:08.000Z","name":"Lenore Wolf","mobile_number":"964-402-7213","email_id":"Angelita.Miller@yahoo.com","dop":"2025-04-06","serial_number":"10371733018015","imei1":"10371733018015","imei2":"10371733018015","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159186,"job_number":"JOB_159186","tr_customer_id":159203,"tr_customer_product_id":159193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:30:31.000Z","modified_at":"2026-01-18T05:30:31.000Z","name":"Enoch Reynolds","mobile_number":"493-755-5988","email_id":"Moshe57@yahoo.com","dop":"2025-04-06","serial_number":"12379627810619552","imei1":"12379627810619552","imei2":"12379627810619552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159187,"job_number":"JOB_159187","tr_customer_id":159204,"tr_customer_product_id":159194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:31:16.000Z","modified_at":"2026-01-18T05:31:53.000Z","name":"Kale Schmitt","mobile_number":"459-785-0056","email_id":"Lorenzo85@hotmail.com","dop":"2025-04-06","serial_number":"18610333896538","imei1":"18610333896538","imei2":"18610333896538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:31:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159188,"job_number":"JOB_159188","tr_customer_id":159205,"tr_customer_product_id":159195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:31:17.000Z","modified_at":"2026-01-18T05:31:17.000Z","name":"Haleigh Schmeler","mobile_number":"491-543-5436","email_id":"Luz80@gmail.com","dop":"2025-04-06","serial_number":"12481029967063888","imei1":"12481029967063888","imei2":"12481029967063888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159189,"job_number":"JOB_159189","tr_customer_id":159206,"tr_customer_product_id":159196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:32:01.000Z","modified_at":"2026-01-18T05:32:38.000Z","name":"Braden Murphy","mobile_number":"606-960-1840","email_id":"Fidel_Becker@yahoo.com","dop":"2025-04-06","serial_number":"12207085069731","imei1":"12207085069731","imei2":"12207085069731","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:32:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159190,"job_number":"JOB_159190","tr_customer_id":159207,"tr_customer_product_id":159197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:32:02.000Z","modified_at":"2026-01-18T05:32:02.000Z","name":"Judson Bergstrom","mobile_number":"811-251-1536","email_id":"Florida.Mitchell90@hotmail.com","dop":"2025-04-06","serial_number":"19066169072961424","imei1":"19066169072961424","imei2":"19066169072961424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159191,"job_number":"JOB_159191","tr_customer_id":159208,"tr_customer_product_id":159198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:34:33.000Z","modified_at":"2026-01-18T05:35:10.000Z","name":"Flossie Turner","mobile_number":"771-892-2338","email_id":"Lela89@gmail.com","dop":"2025-04-06","serial_number":"11381430159661","imei1":"11381430159661","imei2":"11381430159661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:35:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159192,"job_number":"JOB_159192","tr_customer_id":159209,"tr_customer_product_id":159199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:34:34.000Z","modified_at":"2026-01-18T05:34:34.000Z","name":"Elmore Nicolas","mobile_number":"870-721-8135","email_id":"Gage69@yahoo.com","dop":"2025-04-06","serial_number":"14563330117773424","imei1":"14563330117773424","imei2":"14563330117773424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:34:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159193,"job_number":"JOB_159193","tr_customer_id":159210,"tr_customer_product_id":159200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:35:17.000Z","modified_at":"2026-01-18T05:35:54.000Z","name":"Alvena King","mobile_number":"570-598-9374","email_id":"Bertram60@gmail.com","dop":"2025-04-06","serial_number":"15419007783019","imei1":"15419007783019","imei2":"15419007783019","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159194,"job_number":"JOB_159194","tr_customer_id":159211,"tr_customer_product_id":159201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:35:19.000Z","modified_at":"2026-01-18T05:35:19.000Z","name":"Kailyn Strosin","mobile_number":"702-605-0724","email_id":"Ewald32@hotmail.com","dop":"2025-04-06","serial_number":"13005289405076192","imei1":"13005289405076192","imei2":"13005289405076192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159195,"job_number":"JOB_159195","tr_customer_id":159212,"tr_customer_product_id":159202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:36:00.000Z","modified_at":"2026-01-18T05:36:37.000Z","name":"Geovanni Strosin","mobile_number":"300-228-1477","email_id":"Turner_Schowalter18@hotmail.com","dop":"2025-04-06","serial_number":"11383930952877","imei1":"11383930952877","imei2":"11383930952877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159196,"job_number":"JOB_159196","tr_customer_id":159213,"tr_customer_product_id":159203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:36:02.000Z","modified_at":"2026-01-18T05:36:02.000Z","name":"Alvah Carter","mobile_number":"381-974-1089","email_id":"Una68@hotmail.com","dop":"2025-04-06","serial_number":"17282893793894732","imei1":"17282893793894732","imei2":"17282893793894732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158919,"job_number":"JOB_158919","tr_customer_id":158936,"tr_customer_product_id":158926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:57:39.000Z","modified_at":"2026-01-18T02:57:39.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"16999783582082","imei1":"16999783582082","imei2":"16999783582082","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158920,"job_number":"JOB_158920","tr_customer_id":158937,"tr_customer_product_id":158927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:02:19.000Z","modified_at":"2026-01-18T03:02:19.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"18960427744197","imei1":"18960427744197","imei2":"18960427744197","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:02:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158921,"job_number":"JOB_158921","tr_customer_id":158938,"tr_customer_product_id":158928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:02:45.000Z","modified_at":"2026-01-18T03:02:45.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"15413786821477","imei1":"15413786821477","imei2":"15413786821477","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:02:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158922,"job_number":"JOB_158922","tr_customer_id":158939,"tr_customer_product_id":158929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:02:49.000Z","modified_at":"2026-01-18T03:02:49.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"17488219712659","imei1":"17488219712659","imei2":"17488219712659","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:02:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158925,"job_number":"JOB_158925","tr_customer_id":158942,"tr_customer_product_id":158932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:13:51.000Z","modified_at":"2026-01-18T03:13:51.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"12888349326320","imei1":"12888349326320","imei2":"12888349326320","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:13:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158932,"job_number":"JOB_158932","tr_customer_id":158949,"tr_customer_product_id":158939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:30.000Z","modified_at":"2026-01-18T03:29:39.000Z","name":"saitama sensei","mobile_number":"230-519-9548","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"725903643398356","imei1":"725903643398356","imei2":"725903643398356","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:29:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158933,"job_number":"JOB_158933","tr_customer_id":158950,"tr_customer_product_id":158940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:41.000Z","modified_at":"2026-01-18T03:29:49.000Z","name":"tanjiro kamado","mobile_number":"296-428-6479","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"804461388162534","imei1":"804461388162534","imei2":"804461388162534","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:29:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158935,"job_number":"JOB_158935","tr_customer_id":158952,"tr_customer_product_id":158942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:52.000Z","modified_at":"2026-01-18T03:30:00.000Z","name":"giyu tomiaka","mobile_number":"324-542-5492","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"999385777625324","imei1":"999385777625324","imei2":"999385777625324","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158955,"job_number":"JOB_158955","tr_customer_id":158972,"tr_customer_product_id":158962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:54.000Z","modified_at":"2026-01-18T03:54:54.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Hillary44@yahoo.com","dop":"2025-07-02","serial_number":"16177264770331","imei1":"16177264770331","imei2":"16177264770331","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158972,"job_number":"JOB_158972","tr_customer_id":158989,"tr_customer_product_id":158979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:12.000Z","modified_at":"2026-01-18T03:55:12.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Rodrigo19@yahoo.com","dop":"2025-07-02","serial_number":"10075227066788","imei1":"10075227066788","imei2":"10075227066788","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158981,"job_number":"JOB_158981","tr_customer_id":158998,"tr_customer_product_id":158988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:28.000Z","modified_at":"2026-01-18T03:55:28.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Everett.Mueller56@gmail.com","dop":"2025-07-02","serial_number":"18222792591266","imei1":"18222792591266","imei2":"18222792591266","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158996,"job_number":"JOB_158996","tr_customer_id":159013,"tr_customer_product_id":159003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:49.000Z","name":"saitama sensei","mobile_number":"694-933-7780","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"530202172184830","imei1":"530202172184830","imei2":"530202172184830","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159011,"job_number":"JOB_159011","tr_customer_id":159028,"tr_customer_product_id":159018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:51.000Z","modified_at":"2026-01-18T03:56:00.000Z","name":"tanjiro kamado","mobile_number":"452-532-6914","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"191915586837297","imei1":"191915586837297","imei2":"191915586837297","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159014,"job_number":"JOB_159014","tr_customer_id":159031,"tr_customer_product_id":159021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:52.000Z","modified_at":"2026-01-18T03:55:52.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"178587345595178","imei1":"178587345595178","imei2":"178587345595178","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159015,"job_number":"JOB_159015","tr_customer_id":159032,"tr_customer_product_id":159022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:52.000Z","modified_at":"2026-01-18T03:55:52.000Z","name":"Brice Spencer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"184379799057561","imei1":"184379799057561","imei2":"184379799057561","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159016,"job_number":"JOB_159016","tr_customer_id":159033,"tr_customer_product_id":159023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:52.000Z","modified_at":"2026-01-18T03:55:52.000Z","name":"Freddy Rippin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"184673928715690","imei1":"184673928715690","imei2":"184673928715690","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159018,"job_number":"JOB_159018","tr_customer_id":159035,"tr_customer_product_id":159025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:53.000Z","modified_at":"2026-01-18T03:55:53.000Z","name":"Sheridan Fay","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101742648038726","imei1":"101742648038726","imei2":"101742648038726","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159024,"job_number":"JOB_159024","tr_customer_id":159041,"tr_customer_product_id":159031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:01.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"Darlene Windler","mobile_number":"249-613-8903","email_id":"Lauryn94@gmail.com","dop":"2025-10-01","serial_number":"19164354262556","imei1":"19164354262556","imei2":"19164354262556","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159027,"job_number":"JOB_159027","tr_customer_id":159044,"tr_customer_product_id":159034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:03.000Z","modified_at":"2026-01-18T03:56:12.000Z","name":"giyu tomiaka","mobile_number":"886-521-4839","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"222780630597118","imei1":"222780630597118","imei2":"222780630597118","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159030,"job_number":"JOB_159030","tr_customer_id":159047,"tr_customer_product_id":159037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:04.000Z","modified_at":"2026-01-18T03:56:04.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"149772267174641","imei1":"149772267174641","imei2":"149772267174641","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159031,"job_number":"JOB_159031","tr_customer_id":159048,"tr_customer_product_id":159038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:05.000Z","modified_at":"2026-01-18T03:56:05.000Z","name":"Kamron Feest","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"150152032301002","imei1":"150152032301002","imei2":"150152032301002","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159032,"job_number":"JOB_159032","tr_customer_id":159049,"tr_customer_product_id":159039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:05.000Z","modified_at":"2026-01-18T03:56:05.000Z","name":"Roy Ullrich","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"137438777865228","imei1":"137438777865228","imei2":"137438777865228","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159033,"job_number":"JOB_159033","tr_customer_id":159050,"tr_customer_product_id":159040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:05.000Z","modified_at":"2026-01-18T03:56:05.000Z","name":"Neoma Ryan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102787594491808","imei1":"102787594491808","imei2":"102787594491808","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159039,"job_number":"JOB_159039","tr_customer_id":159056,"tr_customer_product_id":159046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:09.000Z","modified_at":"2026-01-18T03:56:09.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109629788642404","imei1":"109629788642404","imei2":"109629788642404","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159040,"job_number":"JOB_159040","tr_customer_id":159057,"tr_customer_product_id":159047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:09.000Z","modified_at":"2026-01-18T03:56:20.000Z","name":"Cooper Johns","mobile_number":"359-443-8031","email_id":"Isabell64@gmail.com","dop":"2025-06-09","serial_number":"109786039721911","imei1":"109786039721911","imei2":"109786039721911","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159041,"job_number":"JOB_159041","tr_customer_id":159058,"tr_customer_product_id":159048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:09.000Z","modified_at":"2026-01-18T03:56:09.000Z","name":"Fleta Altenwerth","mobile_number":"959-270-3076","email_id":"Kelsie_Abernathy43@gmail.com","dop":"2025-06-09","serial_number":"101310913718039","imei1":"101310913718039","imei2":"101310913718039","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159065,"job_number":"JOB_159065","tr_customer_id":159082,"tr_customer_product_id":159072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"101640472927755","imei1":"101640472927755","imei2":"101640472927755","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159067,"job_number":"JOB_159067","tr_customer_id":159084,"tr_customer_product_id":159074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:34.000Z","name":"Julien Hirthe","mobile_number":"860-335-2105","email_id":"Ayden_Beahan60@gmail.com","dop":"2025-06-09","serial_number":"100162265705180","imei1":"100162265705180","imei2":"100162265705180","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159068,"job_number":"JOB_159068","tr_customer_id":159085,"tr_customer_product_id":159075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Ariane Schinner","mobile_number":"876-414-6433","email_id":"Sigrid_DAmore93@hotmail.com","dop":"2025-06-09","serial_number":"101218134558963","imei1":"101218134558963","imei2":"101218134558963","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159078,"job_number":"JOB_159078","tr_customer_id":159095,"tr_customer_product_id":159085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:38.000Z","modified_at":"2026-01-18T03:56:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"108819093702176","imei1":"108819093702176","imei2":"108819093702176","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159079,"job_number":"JOB_159079","tr_customer_id":159096,"tr_customer_product_id":159086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:39.000Z","modified_at":"2026-01-18T03:56:49.000Z","name":"Francesco Gleason","mobile_number":"937-356-4401","email_id":"Fausto.Hintz@gmail.com","dop":"2025-06-09","serial_number":"109926212867122","imei1":"109926212867122","imei2":"109926212867122","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159080,"job_number":"JOB_159080","tr_customer_id":159097,"tr_customer_product_id":159087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:39.000Z","modified_at":"2026-01-18T03:56:39.000Z","name":"Lori Mante","mobile_number":"830-863-8987","email_id":"Sofia37@hotmail.com","dop":"2025-06-09","serial_number":"104125942069702","imei1":"104125942069702","imei2":"104125942069702","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159169,"job_number":"JOB_159169","tr_customer_id":159186,"tr_customer_product_id":159176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:05:02.000Z","modified_at":"2026-01-18T05:05:12.000Z","name":"saitama sensei","mobile_number":"895-272-2162","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"426681459248247","imei1":"426681459248247","imei2":"426681459248247","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:05:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159170,"job_number":"JOB_159170","tr_customer_id":159187,"tr_customer_product_id":159177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:05:14.000Z","modified_at":"2026-01-18T05:05:23.000Z","name":"tanjiro kamado","mobile_number":"703-713-1794","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"172330681074013","imei1":"172330681074013","imei2":"172330681074013","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159171,"job_number":"JOB_159171","tr_customer_id":159188,"tr_customer_product_id":159178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:05:25.000Z","modified_at":"2026-01-18T05:05:34.000Z","name":"giyu tomiaka","mobile_number":"843-590-7689","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"425728670176347","imei1":"425728670176347","imei2":"425728670176347","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:05:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159197,"job_number":"JOB_159197","tr_customer_id":159214,"tr_customer_product_id":159204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T06:14:39.000Z","modified_at":"2026-01-18T06:14:51.000Z","name":"Pierce Nader","mobile_number":"520-344-7076","email_id":"Edgardo58@yahoo.com","dop":"2025-11-04","serial_number":"45218881219014","imei1":"45218881219014","imei2":"45218881219014","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T06:14:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159198,"job_number":"JOB_159198","tr_customer_id":159215,"tr_customer_product_id":159205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T06:14:55.000Z","modified_at":"2026-01-18T06:15:05.000Z","name":"Lizeth Hartmann","mobile_number":"513-684-8091","email_id":"Jodie_Crist@yahoo.com","dop":"2025-11-04","serial_number":"36230247521315","imei1":"36230247521315","imei2":"36230247521315","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T06:15:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159199,"job_number":"JOB_159199","tr_customer_id":159216,"tr_customer_product_id":159206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T06:15:09.000Z","modified_at":"2026-01-18T06:15:09.000Z","name":"Richmond Gislason","mobile_number":"836-628-6534","email_id":"Robin_Cartwright@gmail.com","dop":"2025-11-04","serial_number":"53197523457263","imei1":"53197523457263","imei2":"53197523457263","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T06:15:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 255ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDZ9.b8HXGWbA8rYPxzmM_6cNU-mIUKcH7v0q7nZSIqZ7m1k
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ba848d5d-aaf5-4ac0-9eeb-a176f915b659
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/159199
Response Information
Response Code: 200 - OK
Mean time per request: 254ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDZ9.b8HXGWbA8rYPxzmM_6cNU-mIUKcH7v0q7nZSIqZ7m1k
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d11ab07c-fb03-4247-96a9-e7a819049735
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 246ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4e270c4a-5aea-46ca-a53f-f17d508ecde5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-kaqMp7Qz+TCNSmP/nZfxe6lTlCc"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MTJ9.SDqT8fpDCPiRSJsqFlFjkwQGxUlZ5I60kHKA-WNnojQ"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 245ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MTJ9.SDqT8fpDCPiRSJsqFlFjkwQGxUlZ5I60kHKA-WNnojQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fcbaa98b-6a9f-43c8-852d-e230b5933b58
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 282ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MTJ9.SDqT8fpDCPiRSJsqFlFjkwQGxUlZ5I60kHKA-WNnojQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 777c0f20-6e80-43be-8dda-82f08ae1c794
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-UK5u/89KgvDlQHk/MdJEVX+Ajm8"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":619},{"label":"Pending for repair","key":"pending_for_repair","count":5},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 308ms
Mean size per request: 601.43KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 64400c44-0556-4a63-b93e-64d8a69b9435
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"965b5-SAanSW3CPDdBCmRKS8xssPvF0Rg"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 18 Jan 2026 06:15:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":158273,"job_number":"JOB_158273","tr_customer_id":158290,"tr_customer_product_id":158280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:46:43.000Z","modified_at":"2026-01-16T19:46:43.000Z","name":"Alison Collier","mobile_number":"307-805-8144","email_id":"Domenick_Cassin@gmail.com","dop":"2025-04-06","serial_number":"17233970759347416","imei1":"17233970759347416","imei2":"17233970759347416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:46:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158275,"job_number":"JOB_158275","tr_customer_id":158292,"tr_customer_product_id":158282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:47:02.000Z","modified_at":"2026-01-16T19:47:02.000Z","name":"Shayna Hyatt","mobile_number":"477-517-3209","email_id":"Kaitlyn40@yahoo.com","dop":"2025-04-06","serial_number":"15958914459015718","imei1":"15958914459015718","imei2":"15958914459015718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:47:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158276,"job_number":"JOB_158276","tr_customer_id":158293,"tr_customer_product_id":158283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:49:00.000Z","modified_at":"2026-01-16T19:49:00.000Z","name":"Shwet Reddy","mobile_number":"7058436335","email_id":"kamala.shah@gmail.com","dop":"2026-01-06","serial_number":"694538845952707","imei1":"694538845952707","imei2":"694538845952707","popurl":"www.yogesh-nayar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158277,"job_number":"JOB_158277","tr_customer_id":158294,"tr_customer_product_id":158284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:49:04.000Z","modified_at":"2026-01-16T19:49:04.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-06","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-06T19:49:15.924598800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:49:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158278,"job_number":"JOB_158278","tr_customer_id":158295,"tr_customer_product_id":158285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:49:05.000Z","modified_at":"2026-01-16T19:49:05.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158279,"job_number":"JOB_158279","tr_customer_id":158296,"tr_customer_product_id":158286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:49:05.000Z","modified_at":"2026-01-16T19:49:05.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158280,"job_number":"JOB_158280","tr_customer_id":158297,"tr_customer_product_id":158287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:54:49.000Z","modified_at":"2026-01-16T19:54:49.000Z","name":"Jagathi Bhat","mobile_number":"7005111921","email_id":"nagabhushanam.iyengar@hotmail.com","dop":"2026-01-06","serial_number":"922741235561671","imei1":"922741235561671","imei2":"922741235561671","popurl":"www.anasuya-kapoor.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:54:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158281,"job_number":"JOB_158281","tr_customer_id":158298,"tr_customer_product_id":158288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:55:17.000Z","modified_at":"2026-01-16T19:55:17.000Z","name":"Gopi Johar","mobile_number":"7038530750","email_id":"chidambaram.mishra@hotmail.com","dop":"2026-01-06","serial_number":"555880997876604","imei1":"555880997876604","imei2":"555880997876604","popurl":"www.devangana-kakkar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158283,"job_number":"JOB_158283","tr_customer_id":158300,"tr_customer_product_id":158290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T20:30:50.000Z","modified_at":"2026-01-16T20:30:50.000Z","name":"Jatin Sharma","mobile_number":"7293847564","email_id":"jatin@gmail.com","dop":"2026-01-06","serial_number":"19700432156456","imei1":"19700432156456","imei2":"19700432156456","popurl":"2026-01-06T20:30:49.225128Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T20:30:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158284,"job_number":"JOB_158284","tr_customer_id":158301,"tr_customer_product_id":158291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:40:57.000Z","modified_at":"2026-01-16T21:40:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13729265311060","imei1":"13729265311060","imei2":"13729265311060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:40:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158286,"job_number":"JOB_158286","tr_customer_id":158303,"tr_customer_product_id":158293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:40:59.000Z","modified_at":"2026-01-16T21:40:59.000Z","name":"Samanta Braun","mobile_number":"961-562-9319","email_id":"Ashlee_Cole@yahoo.com","dop":"2025-04-06","serial_number":"15873548447674704","imei1":"15873548447674704","imei2":"15873548447674704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:40:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158287,"job_number":"JOB_158287","tr_customer_id":158304,"tr_customer_product_id":158294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:41:38.000Z","modified_at":"2026-01-16T21:41:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19607481339283","imei1":"19607481339283","imei2":"19607481339283","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:41:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158289,"job_number":"JOB_158289","tr_customer_id":158306,"tr_customer_product_id":158296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:41:40.000Z","modified_at":"2026-01-16T21:41:40.000Z","name":"Colt Schamberger","mobile_number":"239-906-6892","email_id":"Colton.Zboncak@hotmail.com","dop":"2025-04-06","serial_number":"11174211077912184","imei1":"11174211077912184","imei2":"11174211077912184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:41:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158290,"job_number":"JOB_158290","tr_customer_id":158307,"tr_customer_product_id":158297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:42:19.000Z","modified_at":"2026-01-16T21:42:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11241062091039","imei1":"11241062091039","imei2":"11241062091039","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158292,"job_number":"JOB_158292","tr_customer_id":158309,"tr_customer_product_id":158299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:42:21.000Z","modified_at":"2026-01-16T21:42:21.000Z","name":"Allen Schneider","mobile_number":"686-466-8255","email_id":"Laurie20@gmail.com","dop":"2025-04-06","serial_number":"18492069173566884","imei1":"18492069173566884","imei2":"18492069173566884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158293,"job_number":"JOB_158293","tr_customer_id":158310,"tr_customer_product_id":158300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T23:39:23.000Z","modified_at":"2026-01-16T23:39:23.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-06","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-06T23:39:23.517681806Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T23:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158294,"job_number":"JOB_158294","tr_customer_id":158311,"tr_customer_product_id":158301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T23:39:24.000Z","modified_at":"2026-01-16T23:39:24.000Z","name":"Lila Johar","mobile_number":"7048197431","email_id":"siddhran.bhat@gmail.com","dop":"2026-01-06","serial_number":"065074075254305","imei1":"065074075254305","imei2":"065074075254305","popurl":"www.vaishno-pilla.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T23:39:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158295,"job_number":"JOB_158295","tr_customer_id":158312,"tr_customer_product_id":158302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T23:41:48.000Z","modified_at":"2026-01-16T23:41:48.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-06","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-06T23:41:48.164870211Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T23:41:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158296,"job_number":"JOB_158296","tr_customer_id":158313,"tr_customer_product_id":158303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T01:33:59.000Z","modified_at":"2026-01-17T01:33:59.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"59999999999999","imei1":"59999999999999","imei2":"59999999999999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T01:33:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158299,"job_number":"JOB_158299","tr_customer_id":158316,"tr_customer_product_id":158306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:07.000Z","modified_at":"2026-01-17T03:41:07.000Z","name":"Magnus Marvin","mobile_number":"834-388-9274","email_id":"Waldo.Conroy77@yahoo.com","dop":"2025-04-06","serial_number":"11217398513399366","imei1":"11217398513399366","imei2":"11217398513399366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158301,"job_number":"JOB_158301","tr_customer_id":158318,"tr_customer_product_id":158308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:22.000Z","modified_at":"2026-01-17T03:41:22.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"16247455896866","imei1":"16247455896866","imei2":"16247455896866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158303,"job_number":"JOB_158303","tr_customer_id":158320,"tr_customer_product_id":158310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:23.000Z","modified_at":"2026-01-17T03:41:23.000Z","name":"Aaron Kuhic","mobile_number":"714-637-9654","email_id":"Manuela.Stiedemann85@hotmail.com","dop":"2025-04-06","serial_number":"18186531353841656","imei1":"18186531353841656","imei2":"18186531353841656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158304,"job_number":"JOB_158304","tr_customer_id":158321,"tr_customer_product_id":158311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:49.000Z","modified_at":"2026-01-17T03:41:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14266994691543","imei1":"14266994691543","imei2":"14266994691543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158306,"job_number":"JOB_158306","tr_customer_id":158323,"tr_customer_product_id":158313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:51.000Z","modified_at":"2026-01-17T03:41:51.000Z","name":"Chandler Klocko","mobile_number":"736-343-0373","email_id":"Clifford_Hoeger38@hotmail.com","dop":"2025-04-06","serial_number":"16997189515776624","imei1":"16997189515776624","imei2":"16997189515776624","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158308,"job_number":"JOB_158308","tr_customer_id":158325,"tr_customer_product_id":158315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:54.000Z","modified_at":"2026-01-17T03:41:54.000Z","name":"Verla Kreiger","mobile_number":"234-967-1808","email_id":"Nelda_Romaguera@yahoo.com","dop":"2025-04-06","serial_number":"19881500683431856","imei1":"19881500683431856","imei2":"19881500683431856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158309,"job_number":"JOB_158309","tr_customer_id":158326,"tr_customer_product_id":158316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:04.000Z","modified_at":"2026-01-17T03:42:04.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10642936912407","imei1":"10642936912407","imei2":"10642936912407","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158311,"job_number":"JOB_158311","tr_customer_id":158328,"tr_customer_product_id":158318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:06.000Z","modified_at":"2026-01-17T03:42:06.000Z","name":"Ayla Davis","mobile_number":"368-956-0683","email_id":"Sven48@hotmail.com","dop":"2025-04-06","serial_number":"12240058036163820","imei1":"12240058036163820","imei2":"12240058036163820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158312,"job_number":"JOB_158312","tr_customer_id":158329,"tr_customer_product_id":158319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:12.000Z","modified_at":"2026-01-17T03:42:12.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10879389832204","imei1":"10879389832204","imei2":"10879389832204","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158314,"job_number":"JOB_158314","tr_customer_id":158331,"tr_customer_product_id":158321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:13.000Z","modified_at":"2026-01-17T03:42:13.000Z","name":"Columbus Simonis","mobile_number":"405-243-5956","email_id":"Beryl_Howell96@yahoo.com","dop":"2025-06-18","serial_number":"1024766373246710","imei1":"1024766373246710","imei2":"1024766373246710","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158316,"job_number":"JOB_158316","tr_customer_id":158333,"tr_customer_product_id":158323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:21.000Z","modified_at":"2026-01-17T03:42:21.000Z","name":"Mya Predovic","mobile_number":"520-548-4232","email_id":"Kaitlin97@hotmail.com","dop":"2025-04-06","serial_number":"13957635571223596","imei1":"13957635571223596","imei2":"13957635571223596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158317,"job_number":"JOB_158317","tr_customer_id":158334,"tr_customer_product_id":158324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:25.000Z","modified_at":"2026-01-17T03:42:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11548847925689","imei1":"11548847925689","imei2":"11548847925689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158319,"job_number":"JOB_158319","tr_customer_id":158336,"tr_customer_product_id":158326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:27.000Z","modified_at":"2026-01-17T03:42:27.000Z","name":"Josefa Donnelly","mobile_number":"984-836-9449","email_id":"Ally_Streich33@hotmail.com","dop":"2025-04-06","serial_number":"15412672708832728","imei1":"15412672708832728","imei2":"15412672708832728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158320,"job_number":"JOB_158320","tr_customer_id":158337,"tr_customer_product_id":158327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:31.000Z","modified_at":"2026-01-17T03:42:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13226251845927","imei1":"13226251845927","imei2":"13226251845927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158322,"job_number":"JOB_158322","tr_customer_id":158339,"tr_customer_product_id":158329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:33.000Z","modified_at":"2026-01-17T03:42:33.000Z","name":"Ismael Hettinger","mobile_number":"263-541-2330","email_id":"Allison.Feest27@gmail.com","dop":"2025-04-06","serial_number":"16757704840358704","imei1":"16757704840358704","imei2":"16757704840358704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158323,"job_number":"JOB_158323","tr_customer_id":158340,"tr_customer_product_id":158330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:38.000Z","modified_at":"2026-01-17T03:42:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12241115943616","imei1":"12241115943616","imei2":"12241115943616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158326,"job_number":"JOB_158326","tr_customer_id":158343,"tr_customer_product_id":158333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:40.000Z","modified_at":"2026-01-17T03:42:40.000Z","name":"Angel Kilback","mobile_number":"715-873-6019","email_id":"Opal6@yahoo.com","dop":"2025-04-06","serial_number":"17998057303062828","imei1":"17998057303062828","imei2":"17998057303062828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158327,"job_number":"JOB_158327","tr_customer_id":158344,"tr_customer_product_id":158334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:41.000Z","modified_at":"2026-01-17T03:42:41.000Z","name":"Ernestine Ebert","mobile_number":"209-481-8769","email_id":"Newell1@gmail.com","dop":"2025-04-06","serial_number":"17760583323635792","imei1":"17760583323635792","imei2":"17760583323635792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158330,"job_number":"JOB_158330","tr_customer_id":158347,"tr_customer_product_id":158337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:46.000Z","modified_at":"2026-01-17T03:42:46.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13970722830883","imei1":"13970722830883","imei2":"13970722830883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158332,"job_number":"JOB_158332","tr_customer_id":158349,"tr_customer_product_id":158339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:47.000Z","modified_at":"2026-01-17T03:42:47.000Z","name":"Isaac Wisozk","mobile_number":"390-473-4369","email_id":"Wendy56@hotmail.com","dop":"2025-04-06","serial_number":"18360545473714024","imei1":"18360545473714024","imei2":"18360545473714024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158333,"job_number":"JOB_158333","tr_customer_id":158350,"tr_customer_product_id":158340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:48.000Z","modified_at":"2026-01-17T03:42:48.000Z","name":"Giuseppe White","mobile_number":"317-578-4472","email_id":"Gunner_Kulas@yahoo.com","dop":"2025-04-06","serial_number":"10002718532913748","imei1":"10002718532913748","imei2":"10002718532913748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158334,"job_number":"JOB_158334","tr_customer_id":158351,"tr_customer_product_id":158341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:51.000Z","modified_at":"2026-01-17T03:42:51.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10099441595964","imei1":"10099441595964","imei2":"10099441595964","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158336,"job_number":"JOB_158336","tr_customer_id":158353,"tr_customer_product_id":158343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:52.000Z","modified_at":"2026-01-17T03:42:52.000Z","name":"Charlie Lubowitz","mobile_number":"619-782-3561","email_id":"Maxime_Herman50@yahoo.com","dop":"2025-06-18","serial_number":"1044119571468138","imei1":"1044119571468138","imei2":"1044119571468138","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158337,"job_number":"JOB_158337","tr_customer_id":158354,"tr_customer_product_id":158344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:58.000Z","modified_at":"2026-01-17T03:42:58.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"14943025042388","imei1":"14943025042388","imei2":"14943025042388","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158338,"job_number":"JOB_158338","tr_customer_id":158355,"tr_customer_product_id":158345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:58.000Z","modified_at":"2026-01-17T03:42:58.000Z","name":"Gia Tromp","mobile_number":"475-493-6789","email_id":"Marquis.Jacobi@yahoo.com","dop":"2025-09-16","serial_number":"16917283716432","imei1":"16917283716432","imei2":"16917283716432","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158339,"job_number":"JOB_158339","tr_customer_id":158356,"tr_customer_product_id":158346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:59.000Z","modified_at":"2026-01-17T03:42:59.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10540766052360","imei1":"10540766052360","imei2":"10540766052360","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158341,"job_number":"JOB_158341","tr_customer_id":158358,"tr_customer_product_id":158348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:01.000Z","modified_at":"2026-01-17T03:43:01.000Z","name":"Alexandro Batz","mobile_number":"743-426-1879","email_id":"Ollie_Von54@yahoo.com","dop":"2000-01-31","serial_number":"1070503726797013","imei1":"1070503726797013","imei2":"1070503726797013","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158342,"job_number":"JOB_158342","tr_customer_id":158359,"tr_customer_product_id":158349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:01.000Z","modified_at":"2026-01-17T03:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12915933961210","imei1":"12915933961210","imei2":"12915933961210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158345,"job_number":"JOB_158345","tr_customer_id":158362,"tr_customer_product_id":158352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:03.000Z","modified_at":"2026-01-17T03:43:03.000Z","name":"Imogene Jaskolski","mobile_number":"245-899-9647","email_id":"Leila_Kozey@hotmail.com","dop":"2025-04-06","serial_number":"10921159578267174","imei1":"10921159578267174","imei2":"10921159578267174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158346,"job_number":"JOB_158346","tr_customer_id":158363,"tr_customer_product_id":158353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:09.000Z","modified_at":"2026-01-17T03:43:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17830105534431","imei1":"17830105534431","imei2":"17830105534431","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158348,"job_number":"JOB_158348","tr_customer_id":158365,"tr_customer_product_id":158355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:11.000Z","modified_at":"2026-01-17T03:43:11.000Z","name":"Rosa Lakin","mobile_number":"505-854-8592","email_id":"Royal.Kovacek93@gmail.com","dop":"2025-04-06","serial_number":"19891253809236504","imei1":"19891253809236504","imei2":"19891253809236504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158349,"job_number":"JOB_158349","tr_customer_id":158366,"tr_customer_product_id":158356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:13.000Z","modified_at":"2026-01-17T03:43:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19760348823748","imei1":"19760348823748","imei2":"19760348823748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158351,"job_number":"JOB_158351","tr_customer_id":158368,"tr_customer_product_id":158358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:14.000Z","modified_at":"2026-01-17T03:43:14.000Z","name":"Maxie Simonis","mobile_number":"714-646-6797","email_id":"Cortez_Bernhard68@gmail.com","dop":"2025-04-06","serial_number":"18272113358536176","imei1":"18272113358536176","imei2":"18272113358536176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158352,"job_number":"JOB_158352","tr_customer_id":158369,"tr_customer_product_id":158359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:17.000Z","modified_at":"2026-01-17T03:43:17.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"12228670651526","imei1":"12228670651526","imei2":"12228670651526","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158353,"job_number":"JOB_158353","tr_customer_id":158370,"tr_customer_product_id":158360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:17.000Z","modified_at":"2026-01-17T03:43:17.000Z","name":"Abdullah Purdy","mobile_number":"401-933-2880","email_id":"Nicklaus_Lind@gmail.com","dop":"2025-09-16","serial_number":"18222976765792","imei1":"18222976765792","imei2":"18222976765792","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158355,"job_number":"JOB_158355","tr_customer_id":158372,"tr_customer_product_id":158362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:19.000Z","modified_at":"2026-01-17T03:43:19.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19896113260371","imei1":"19896113260371","imei2":"19896113260371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158357,"job_number":"JOB_158357","tr_customer_id":158374,"tr_customer_product_id":158364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:20.000Z","modified_at":"2026-01-17T03:43:20.000Z","name":"Buster Dare","mobile_number":"817-233-3389","email_id":"Weston_Schowalter@yahoo.com","dop":"2025-04-06","serial_number":"17844572024971160","imei1":"17844572024971160","imei2":"17844572024971160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158358,"job_number":"JOB_158358","tr_customer_id":158375,"tr_customer_product_id":158365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:26.000Z","modified_at":"2026-01-17T03:43:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13743105547883","imei1":"13743105547883","imei2":"13743105547883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158360,"job_number":"JOB_158360","tr_customer_id":158377,"tr_customer_product_id":158367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:28.000Z","modified_at":"2026-01-17T03:43:28.000Z","name":"Brett Reynolds","mobile_number":"922-318-3537","email_id":"Maximillia50@yahoo.com","dop":"2025-04-06","serial_number":"13751859025970380","imei1":"13751859025970380","imei2":"13751859025970380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158361,"job_number":"JOB_158361","tr_customer_id":158378,"tr_customer_product_id":158368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:35.000Z","modified_at":"2026-01-17T03:43:35.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18079694482748","imei1":"18079694482748","imei2":"18079694482748","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158362,"job_number":"JOB_158362","tr_customer_id":158379,"tr_customer_product_id":158369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:36.000Z","modified_at":"2026-01-17T03:43:36.000Z","name":"Ward Emard","mobile_number":"924-212-8981","email_id":"Kylie.Nitzsche18@gmail.com","dop":"2025-09-16","serial_number":"18884601472335","imei1":"18884601472335","imei2":"18884601472335","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158363,"job_number":"JOB_158363","tr_customer_id":158380,"tr_customer_product_id":158370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:40.000Z","modified_at":"2026-01-17T03:43:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12154354455255","imei1":"12154354455255","imei2":"12154354455255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158365,"job_number":"JOB_158365","tr_customer_id":158382,"tr_customer_product_id":158372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:41.000Z","modified_at":"2026-01-17T03:43:41.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10068029270895","imei1":"10068029270895","imei2":"10068029270895","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:41.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158367,"job_number":"JOB_158367","tr_customer_id":158384,"tr_customer_product_id":158374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:42.000Z","modified_at":"2026-01-17T03:43:42.000Z","name":"Rachael Hane","mobile_number":"560-882-8847","email_id":"Santino23@hotmail.com","dop":"2025-04-06","serial_number":"15141635986881400","imei1":"15141635986881400","imei2":"15141635986881400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158368,"job_number":"JOB_158368","tr_customer_id":158385,"tr_customer_product_id":158375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:43.000Z","modified_at":"2026-01-17T03:43:43.000Z","name":"Ada Dickens","mobile_number":"255-544-3360","email_id":"Fredrick90@hotmail.com","dop":"2000-01-31","serial_number":"1096078012318063","imei1":"1096078012318063","imei2":"1096078012318063","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:43.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158369,"job_number":"JOB_158369","tr_customer_id":158386,"tr_customer_product_id":158376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:45.000Z","modified_at":"2026-01-17T03:43:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19059364769336","imei1":"19059364769336","imei2":"19059364769336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158371,"job_number":"JOB_158371","tr_customer_id":158388,"tr_customer_product_id":158378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:47.000Z","modified_at":"2026-01-17T03:43:47.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11050754399361","imei1":"11050754399361","imei2":"11050754399361","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158372,"job_number":"JOB_158372","tr_customer_id":158389,"tr_customer_product_id":158379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:47.000Z","modified_at":"2026-01-17T03:43:47.000Z","name":"Abdullah Stokes","mobile_number":"361-781-2074","email_id":"Keagan_McCullough@hotmail.com","dop":"2025-04-06","serial_number":"11764566018513342","imei1":"11764566018513342","imei2":"11764566018513342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158374,"job_number":"JOB_158374","tr_customer_id":158391,"tr_customer_product_id":158381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:49.000Z","modified_at":"2026-01-17T03:43:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19301314842118","imei1":"19301314842118","imei2":"19301314842118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158375,"job_number":"JOB_158375","tr_customer_id":158392,"tr_customer_product_id":158382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:49.000Z","modified_at":"2026-01-17T03:43:49.000Z","name":"Trace Anderson","mobile_number":"627-441-7842","email_id":"Ulices_Pollich60@yahoo.com","dop":"2025-04-06","serial_number":"16639467803181792","imei1":"16639467803181792","imei2":"16639467803181792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158378,"job_number":"JOB_158378","tr_customer_id":158395,"tr_customer_product_id":158385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:50.000Z","modified_at":"2026-01-17T03:43:50.000Z","name":"Emery Kuhn","mobile_number":"624-245-5695","email_id":"Jarrell44@yahoo.com","dop":"2025-04-06","serial_number":"17913242991081472","imei1":"17913242991081472","imei2":"17913242991081472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158379,"job_number":"JOB_158379","tr_customer_id":158396,"tr_customer_product_id":158386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:53.000Z","modified_at":"2026-01-17T03:43:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16028864264067","imei1":"16028864264067","imei2":"16028864264067","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158381,"job_number":"JOB_158381","tr_customer_id":158398,"tr_customer_product_id":158388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:55.000Z","modified_at":"2026-01-17T03:43:55.000Z","name":"Nels Frami","mobile_number":"308-878-2553","email_id":"Gerald_Schiller@gmail.com","dop":"2025-04-06","serial_number":"14994155488342068","imei1":"14994155488342068","imei2":"14994155488342068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158382,"job_number":"JOB_158382","tr_customer_id":158399,"tr_customer_product_id":158389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:59.000Z","modified_at":"2026-01-17T03:43:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15516443505659","imei1":"15516443505659","imei2":"15516443505659","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158384,"job_number":"JOB_158384","tr_customer_id":158401,"tr_customer_product_id":158391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:01.000Z","modified_at":"2026-01-17T03:44:01.000Z","name":"Quincy Kautzer","mobile_number":"253-282-7557","email_id":"Soledad.Fahey23@yahoo.com","dop":"2025-04-06","serial_number":"18422789504421132","imei1":"18422789504421132","imei2":"18422789504421132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158389,"job_number":"JOB_158389","tr_customer_id":158406,"tr_customer_product_id":158396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:04.000Z","modified_at":"2026-01-17T03:44:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14543423106359","imei1":"14543423106359","imei2":"14543423106359","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158391,"job_number":"JOB_158391","tr_customer_id":158408,"tr_customer_product_id":158398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:05.000Z","modified_at":"2026-01-17T03:44:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15909158096228","imei1":"15909158096228","imei2":"15909158096228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158392,"job_number":"JOB_158392","tr_customer_id":158409,"tr_customer_product_id":158399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:05.000Z","modified_at":"2026-01-17T03:44:05.000Z","name":"Carlee Wilderman","mobile_number":"773-230-7782","email_id":"Rex.Gleichner31@hotmail.com","dop":"2025-04-06","serial_number":"10257790852935840","imei1":"10257790852935840","imei2":"10257790852935840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158394,"job_number":"JOB_158394","tr_customer_id":158411,"tr_customer_product_id":158401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:07.000Z","modified_at":"2026-01-17T03:44:07.000Z","name":"Lou Schaden","mobile_number":"454-376-8219","email_id":"Jordon.Zemlak@gmail.com","dop":"2025-04-06","serial_number":"14508947457424256","imei1":"14508947457424256","imei2":"14508947457424256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158395,"job_number":"JOB_158395","tr_customer_id":158412,"tr_customer_product_id":158402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:09.000Z","modified_at":"2026-01-17T03:44:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14580619089639","imei1":"14580619089639","imei2":"14580619089639","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158397,"job_number":"JOB_158397","tr_customer_id":158414,"tr_customer_product_id":158404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:10.000Z","modified_at":"2026-01-17T03:44:10.000Z","name":"Aditya Schuppe","mobile_number":"780-814-5186","email_id":"Cesar95@hotmail.com","dop":"2025-04-06","serial_number":"19345175489014524","imei1":"19345175489014524","imei2":"19345175489014524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158399,"job_number":"JOB_158399","tr_customer_id":158416,"tr_customer_product_id":158406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:13.000Z","modified_at":"2026-01-17T03:44:13.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"15317049550984","imei1":"15317049550984","imei2":"15317049550984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158404,"job_number":"JOB_158404","tr_customer_id":158421,"tr_customer_product_id":158411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:14.000Z","modified_at":"2026-01-17T03:44:14.000Z","name":"Reagan Corwin","mobile_number":"876-313-3810","email_id":"Kamryn.Borer@gmail.com","dop":"2025-04-06","serial_number":"16292775999946216","imei1":"16292775999946216","imei2":"16292775999946216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158405,"job_number":"JOB_158405","tr_customer_id":158422,"tr_customer_product_id":158412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:15.000Z","modified_at":"2026-01-17T03:44:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11819905333217","imei1":"11819905333217","imei2":"11819905333217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158407,"job_number":"JOB_158407","tr_customer_id":158424,"tr_customer_product_id":158414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:16.000Z","modified_at":"2026-01-17T03:44:16.000Z","name":"Trevor Reichel","mobile_number":"682-340-4976","email_id":"Arnoldo_Bauch95@hotmail.com","dop":"2025-04-06","serial_number":"18482934863464452","imei1":"18482934863464452","imei2":"18482934863464452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158408,"job_number":"JOB_158408","tr_customer_id":158425,"tr_customer_product_id":158415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:23.000Z","modified_at":"2026-01-17T03:44:23.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10092148708392","imei1":"10092148708392","imei2":"10092148708392","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158410,"job_number":"JOB_158410","tr_customer_id":158427,"tr_customer_product_id":158417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:24.000Z","modified_at":"2026-01-17T03:44:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12898158063155","imei1":"12898158063155","imei2":"12898158063155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158411,"job_number":"JOB_158411","tr_customer_id":158428,"tr_customer_product_id":158418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:25.000Z","modified_at":"2026-01-17T03:44:25.000Z","name":"Tiara Ledner","mobile_number":"387-756-8910","email_id":"Giuseppe64@gmail.com","dop":"2000-01-31","serial_number":"1078481547272418","imei1":"1078481547272418","imei2":"1078481547272418","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158413,"job_number":"JOB_158413","tr_customer_id":158430,"tr_customer_product_id":158420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:26.000Z","modified_at":"2026-01-17T03:44:26.000Z","name":"Geraldine Simonis","mobile_number":"531-836-5699","email_id":"Skyla.Orn@yahoo.com","dop":"2025-04-06","serial_number":"18252990457476424","imei1":"18252990457476424","imei2":"18252990457476424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158417,"job_number":"JOB_158417","tr_customer_id":158434,"tr_customer_product_id":158424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:29.000Z","modified_at":"2026-01-17T03:44:29.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16230485353786","imei1":"16230485353786","imei2":"16230485353786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158419,"job_number":"JOB_158419","tr_customer_id":158436,"tr_customer_product_id":158426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:30.000Z","modified_at":"2026-01-17T03:44:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12573835982143","imei1":"12573835982143","imei2":"12573835982143","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158421,"job_number":"JOB_158421","tr_customer_id":158438,"tr_customer_product_id":158428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:31.000Z","modified_at":"2026-01-17T03:44:31.000Z","name":"Justyn Fadel","mobile_number":"368-238-2760","email_id":"Ona.Kirlin@hotmail.com","dop":"2025-04-06","serial_number":"17327564406553304","imei1":"17327564406553304","imei2":"17327564406553304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158422,"job_number":"JOB_158422","tr_customer_id":158439,"tr_customer_product_id":158429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:31.000Z","modified_at":"2026-01-17T03:44:31.000Z","name":"Ayla Blanda","mobile_number":"547-223-3146","email_id":"Aleen96@yahoo.com","dop":"2025-04-06","serial_number":"15792962600481620","imei1":"15792962600481620","imei2":"15792962600481620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158423,"job_number":"JOB_158423","tr_customer_id":158440,"tr_customer_product_id":158430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:32.000Z","modified_at":"2026-01-17T03:44:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19927570230036","imei1":"19927570230036","imei2":"19927570230036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158425,"job_number":"JOB_158425","tr_customer_id":158442,"tr_customer_product_id":158432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:33.000Z","modified_at":"2026-01-17T03:44:33.000Z","name":"Ernestine Romaguera","mobile_number":"692-373-9243","email_id":"Kari82@gmail.com","dop":"2025-04-06","serial_number":"12439666052622280","imei1":"12439666052622280","imei2":"12439666052622280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158429,"job_number":"JOB_158429","tr_customer_id":158446,"tr_customer_product_id":158436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:46.000Z","modified_at":"2026-01-17T03:44:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15085258395613","imei1":"15085258395613","imei2":"15085258395613","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158431,"job_number":"JOB_158431","tr_customer_id":158448,"tr_customer_product_id":158438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:48.000Z","modified_at":"2026-01-17T03:44:48.000Z","name":"Chanel Franecki","mobile_number":"310-936-9788","email_id":"Alverta_Raynor@hotmail.com","dop":"2025-04-06","serial_number":"18272496859658330","imei1":"18272496859658330","imei2":"18272496859658330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158432,"job_number":"JOB_158432","tr_customer_id":158449,"tr_customer_product_id":158439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:48.000Z","modified_at":"2026-01-17T03:44:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12780260390456","imei1":"12780260390456","imei2":"12780260390456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158434,"job_number":"JOB_158434","tr_customer_id":158451,"tr_customer_product_id":158441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:50.000Z","modified_at":"2026-01-17T03:44:50.000Z","name":"Arely Davis","mobile_number":"459-915-9185","email_id":"Samson73@yahoo.com","dop":"2025-04-06","serial_number":"15989243258978092","imei1":"15989243258978092","imei2":"15989243258978092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158435,"job_number":"JOB_158435","tr_customer_id":158452,"tr_customer_product_id":158442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:51.000Z","modified_at":"2026-01-17T03:44:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19743296764554","imei1":"19743296764554","imei2":"19743296764554","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158437,"job_number":"JOB_158437","tr_customer_id":158454,"tr_customer_product_id":158444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:52.000Z","modified_at":"2026-01-17T03:44:52.000Z","name":"Moriah Hilpert","mobile_number":"353-636-3908","email_id":"Junius_Toy75@hotmail.com","dop":"2025-04-06","serial_number":"16613733576172818","imei1":"16613733576172818","imei2":"16613733576172818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158438,"job_number":"JOB_158438","tr_customer_id":158455,"tr_customer_product_id":158445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:54.000Z","modified_at":"2026-01-17T03:44:54.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"10503498189805","imei1":"10503498189805","imei2":"10503498189805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158440,"job_number":"JOB_158440","tr_customer_id":158457,"tr_customer_product_id":158447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:55.000Z","modified_at":"2026-01-17T03:44:55.000Z","name":"Baylee Stroman","mobile_number":"511-245-8551","email_id":"Lolita.Anderson@gmail.com","dop":"2025-04-06","serial_number":"11056415589980452","imei1":"11056415589980452","imei2":"11056415589980452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158442,"job_number":"JOB_158442","tr_customer_id":158459,"tr_customer_product_id":158449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:57.000Z","modified_at":"2026-01-17T03:44:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17137425120923","imei1":"17137425120923","imei2":"17137425120923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158446,"job_number":"JOB_158446","tr_customer_id":158463,"tr_customer_product_id":158453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:58.000Z","modified_at":"2026-01-17T03:44:58.000Z","name":"Bert Hamill","mobile_number":"664-240-5642","email_id":"Ludie.Spencer15@hotmail.com","dop":"2025-04-06","serial_number":"15313230477635702","imei1":"15313230477635702","imei2":"15313230477635702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158447,"job_number":"JOB_158447","tr_customer_id":158464,"tr_customer_product_id":158454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:05.000Z","modified_at":"2026-01-17T03:45:05.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10912464399061","imei1":"10912464399061","imei2":"10912464399061","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158449,"job_number":"JOB_158449","tr_customer_id":158466,"tr_customer_product_id":158456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:06.000Z","modified_at":"2026-01-17T03:45:06.000Z","name":"Irwin Schroeder","mobile_number":"754-501-3257","email_id":"Romaine.Ruecker@yahoo.com","dop":"2000-01-31","serial_number":"1080741632308984","imei1":"1080741632308984","imei2":"1080741632308984","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158450,"job_number":"JOB_158450","tr_customer_id":158467,"tr_customer_product_id":158457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:09.000Z","modified_at":"2026-01-17T03:45:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16829385744696","imei1":"16829385744696","imei2":"16829385744696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158452,"job_number":"JOB_158452","tr_customer_id":158469,"tr_customer_product_id":158459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:10.000Z","modified_at":"2026-01-17T03:45:10.000Z","name":"Felicity Hermann","mobile_number":"758-975-0159","email_id":"Jaylan_Welch@gmail.com","dop":"2025-04-06","serial_number":"16830718523164110","imei1":"16830718523164110","imei2":"16830718523164110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158453,"job_number":"JOB_158453","tr_customer_id":158470,"tr_customer_product_id":158460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:11.000Z","modified_at":"2026-01-17T03:45:11.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16550366429811","imei1":"16550366429811","imei2":"16550366429811","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158455,"job_number":"JOB_158455","tr_customer_id":158472,"tr_customer_product_id":158462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:12.000Z","modified_at":"2026-01-17T03:45:12.000Z","name":"Fanny Purdy","mobile_number":"355-969-6249","email_id":"Tre_Lindgren@hotmail.com","dop":"2025-04-06","serial_number":"16738865391688472","imei1":"16738865391688472","imei2":"16738865391688472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158456,"job_number":"JOB_158456","tr_customer_id":158473,"tr_customer_product_id":158463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:15.000Z","modified_at":"2026-01-17T03:45:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17704274226311","imei1":"17704274226311","imei2":"17704274226311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158458,"job_number":"JOB_158458","tr_customer_id":158475,"tr_customer_product_id":158465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:17.000Z","modified_at":"2026-01-17T03:45:17.000Z","name":"Zola Kris","mobile_number":"688-973-9265","email_id":"Alyson_Leuschke73@yahoo.com","dop":"2025-04-06","serial_number":"12014264956446524","imei1":"12014264956446524","imei2":"12014264956446524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158459,"job_number":"JOB_158459","tr_customer_id":158476,"tr_customer_product_id":158466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:27.000Z","modified_at":"2026-01-17T03:45:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16916618709760","imei1":"16916618709760","imei2":"16916618709760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158461,"job_number":"JOB_158461","tr_customer_id":158478,"tr_customer_product_id":158468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:28.000Z","modified_at":"2026-01-17T03:45:28.000Z","name":"Antwon Streich","mobile_number":"707-873-1750","email_id":"Rosie.Lemke78@hotmail.com","dop":"2025-04-06","serial_number":"15865455658023582","imei1":"15865455658023582","imei2":"15865455658023582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158462,"job_number":"JOB_158462","tr_customer_id":158479,"tr_customer_product_id":158469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:33.000Z","modified_at":"2026-01-17T03:45:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15662932582567","imei1":"15662932582567","imei2":"15662932582567","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158464,"job_number":"JOB_158464","tr_customer_id":158481,"tr_customer_product_id":158471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:35.000Z","modified_at":"2026-01-17T03:45:35.000Z","name":"Fritz Huels","mobile_number":"858-733-3882","email_id":"Katrina92@gmail.com","dop":"2025-04-06","serial_number":"12120448868879648","imei1":"12120448868879648","imei2":"12120448868879648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158465,"job_number":"JOB_158465","tr_customer_id":158482,"tr_customer_product_id":158472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:39.000Z","modified_at":"2026-01-17T03:45:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15156462830399","imei1":"15156462830399","imei2":"15156462830399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158467,"job_number":"JOB_158467","tr_customer_id":158484,"tr_customer_product_id":158474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:40.000Z","modified_at":"2026-01-17T03:45:40.000Z","name":"Kaden Simonis","mobile_number":"808-612-1849","email_id":"Samson_Hessel6@gmail.com","dop":"2025-04-06","serial_number":"19678039631427356","imei1":"19678039631427356","imei2":"19678039631427356","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158468,"job_number":"JOB_158468","tr_customer_id":158485,"tr_customer_product_id":158475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:04.000Z","modified_at":"2026-01-17T03:52:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12658702541003","imei1":"12658702541003","imei2":"12658702541003","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158469,"job_number":"JOB_158469","tr_customer_id":158486,"tr_customer_product_id":158476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:05.000Z","modified_at":"2026-01-17T03:52:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12790577762976","imei1":"12790577762976","imei2":"12790577762976","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158470,"job_number":"JOB_158470","tr_customer_id":158487,"tr_customer_product_id":158477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:05.000Z","modified_at":"2026-01-17T03:52:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41571555289715","imei1":"41571555289715","imei2":"41571555289715","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158471,"job_number":"JOB_158471","tr_customer_id":158488,"tr_customer_product_id":158478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:05.000Z","modified_at":"2026-01-17T03:52:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50012863760278","imei1":"50012863760278","imei2":"50012863760278","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158472,"job_number":"JOB_158472","tr_customer_id":158489,"tr_customer_product_id":158479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:06.000Z","modified_at":"2026-01-17T03:52:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93020997356067","imei1":"93020997356067","imei2":"93020997356067","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158473,"job_number":"JOB_158473","tr_customer_id":158490,"tr_customer_product_id":158480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:06.000Z","modified_at":"2026-01-17T03:52:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84372375178370","imei1":"84372375178370","imei2":"84372375178370","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158475,"job_number":"JOB_158475","tr_customer_id":158492,"tr_customer_product_id":158482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:34.000Z","modified_at":"2026-01-17T03:52:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"67740639442453","imei1":"67740639442453","imei2":"67740639442453","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158476,"job_number":"JOB_158476","tr_customer_id":158493,"tr_customer_product_id":158483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:34.000Z","modified_at":"2026-01-17T03:52:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27355793565330","imei1":"27355793565330","imei2":"27355793565330","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158477,"job_number":"JOB_158477","tr_customer_id":158494,"tr_customer_product_id":158484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:34.000Z","modified_at":"2026-01-17T03:52:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23725307168377","imei1":"23725307168377","imei2":"23725307168377","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158478,"job_number":"JOB_158478","tr_customer_id":158495,"tr_customer_product_id":158485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:35.000Z","modified_at":"2026-01-17T03:52:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"58608340593055","imei1":"58608340593055","imei2":"58608340593055","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158479,"job_number":"JOB_158479","tr_customer_id":158496,"tr_customer_product_id":158486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:35.000Z","modified_at":"2026-01-17T03:52:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92112373533722","imei1":"92112373533722","imei2":"92112373533722","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158480,"job_number":"JOB_158480","tr_customer_id":158497,"tr_customer_product_id":158487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:35.000Z","modified_at":"2026-01-17T03:52:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93823973192271","imei1":"93823973192271","imei2":"93823973192271","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158482,"job_number":"JOB_158482","tr_customer_id":158499,"tr_customer_product_id":158489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:03.000Z","modified_at":"2026-01-17T03:53:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84129823989372","imei1":"84129823989372","imei2":"84129823989372","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158483,"job_number":"JOB_158483","tr_customer_id":158500,"tr_customer_product_id":158490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:03.000Z","modified_at":"2026-01-17T03:53:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"56021512155796","imei1":"56021512155796","imei2":"56021512155796","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158484,"job_number":"JOB_158484","tr_customer_id":158501,"tr_customer_product_id":158491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:03.000Z","modified_at":"2026-01-17T03:53:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94200482634850","imei1":"94200482634850","imei2":"94200482634850","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158485,"job_number":"JOB_158485","tr_customer_id":158502,"tr_customer_product_id":158492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:03.000Z","modified_at":"2026-01-17T03:53:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37624114442169","imei1":"37624114442169","imei2":"37624114442169","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158486,"job_number":"JOB_158486","tr_customer_id":158503,"tr_customer_product_id":158493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:04.000Z","modified_at":"2026-01-17T03:53:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87220281306943","imei1":"87220281306943","imei2":"87220281306943","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158487,"job_number":"JOB_158487","tr_customer_id":158504,"tr_customer_product_id":158494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:04.000Z","modified_at":"2026-01-17T03:53:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35888410107871","imei1":"35888410107871","imei2":"35888410107871","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158490,"job_number":"JOB_158490","tr_customer_id":158507,"tr_customer_product_id":158497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:08:33.000Z","modified_at":"2026-01-17T04:08:33.000Z","name":"Hadley Carroll","mobile_number":"771-832-6905","email_id":"Letitia_Beer75@gmail.com","dop":"2025-04-06","serial_number":"18919572424176256","imei1":"18919572424176256","imei2":"18919572424176256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:08:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158491,"job_number":"JOB_158491","tr_customer_id":158508,"tr_customer_product_id":158498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:29:13.000Z","modified_at":"2026-01-17T04:29:13.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-07","serial_number":"79346830104945","imei1":"79346830104945","imei2":"79346830104945","popurl":"2026-01-07T04:29:12.774537917Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158492,"job_number":"JOB_158492","tr_customer_id":158509,"tr_customer_product_id":158499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:29:31.000Z","modified_at":"2026-01-17T04:29:31.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-07","serial_number":"54572346588677","imei1":"54572346588677","imei2":"54572346588677","popurl":"2026-01-07T04:29:31.496533692Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158493,"job_number":"JOB_158493","tr_customer_id":158510,"tr_customer_product_id":158500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:36:30.000Z","modified_at":"2026-01-17T04:36:30.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"104763738620281","imei1":"104763738620281","imei2":"104763738620281","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:36:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158495,"job_number":"JOB_158495","tr_customer_id":158512,"tr_customer_product_id":158502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:36:41.000Z","modified_at":"2026-01-17T04:36:41.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103117976882487","imei1":"103117976882487","imei2":"103117976882487","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:36:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158498,"job_number":"JOB_158498","tr_customer_id":158515,"tr_customer_product_id":158505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:51:05.000Z","modified_at":"2026-01-17T04:51:05.000Z","name":"Bessie Boehm","mobile_number":"999-705-9704","email_id":"Doug.Prohaska19@hotmail.com","dop":"2025-04-06","serial_number":"18239929458845340","imei1":"18239929458845340","imei2":"18239929458845340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:51:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158500,"job_number":"JOB_158500","tr_customer_id":158517,"tr_customer_product_id":158507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:51:27.000Z","modified_at":"2026-01-17T04:51:27.000Z","name":"Violet Jakubowski","mobile_number":"218-628-8258","email_id":"Ronaldo_Romaguera31@hotmail.com","dop":"2025-04-06","serial_number":"14095965883664250","imei1":"14095965883664250","imei2":"14095965883664250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158506,"job_number":"JOB_158506","tr_customer_id":158523,"tr_customer_product_id":158513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:09:19.000Z","modified_at":"2026-01-17T06:09:19.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-01-07","serial_number":"49999999999999","imei1":"49999999999999","imei2":"49999999999999","popurl":"2026-01-07T06:09:12.942977900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:09:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158508,"job_number":"JOB_158508","tr_customer_id":158525,"tr_customer_product_id":158515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:10:17.000Z","modified_at":"2026-01-17T06:10:17.000Z","name":"Janis Kris","mobile_number":"569-347-4856","email_id":"Wanda.Trantow@hotmail.com","dop":"2025-04-13","serial_number":"1052894164277714","imei1":"1052894164277714","imei2":"1052894164277714","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:10:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158514,"job_number":"JOB_158514","tr_customer_id":158531,"tr_customer_product_id":158521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:01:22.000Z","modified_at":"2026-01-17T07:01:22.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-07","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-07T07:01:22.680558100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:01:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158518,"job_number":"JOB_158518","tr_customer_id":158535,"tr_customer_product_id":158525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:37:12.000Z","modified_at":"2026-01-17T07:37:12.000Z","name":"Mateo Brekke","mobile_number":"678-960-7097","email_id":"Isom.Hudson23@gmail.com","dop":"2025-04-06","serial_number":"18453133568383660","imei1":"18453133568383660","imei2":"18453133568383660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158523,"job_number":"JOB_158523","tr_customer_id":158540,"tr_customer_product_id":158530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:38:09.000Z","modified_at":"2026-01-17T07:38:09.000Z","name":"Kelsi Hammes","mobile_number":"486-679-7255","email_id":"Gerardo.Luettgen22@yahoo.com","dop":"2025-04-06","serial_number":"12006937043053414","imei1":"12006937043053414","imei2":"12006937043053414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:38:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158524,"job_number":"JOB_158524","tr_customer_id":158541,"tr_customer_product_id":158531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:43:58.000Z","modified_at":"2026-01-17T07:43:58.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-07","serial_number":"45147707147372","imei1":"45147707147372","imei2":"45147707147372","popurl":"2026-01-07T07:43:58.115451478Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:43:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158525,"job_number":"JOB_158525","tr_customer_id":158542,"tr_customer_product_id":158532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:59:59.000Z","modified_at":"2026-01-17T07:59:59.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"12769103387115","imei1":"12769103387115","imei2":"12769103387115","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158527,"job_number":"JOB_158527","tr_customer_id":158544,"tr_customer_product_id":158534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:00:00.000Z","modified_at":"2026-01-17T08:00:00.000Z","name":"Estefania Pfannerstill","mobile_number":"628-785-9082","email_id":"Angeline26@gmail.com","dop":"2025-11-11","serial_number":"1077417546950140","imei1":"1077417546950140","imei2":"1077417546950140","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158528,"job_number":"JOB_158528","tr_customer_id":158545,"tr_customer_product_id":158535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:00:31.000Z","modified_at":"2026-01-17T08:00:31.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"16669703686097","imei1":"16669703686097","imei2":"16669703686097","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158530,"job_number":"JOB_158530","tr_customer_id":158547,"tr_customer_product_id":158537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:00:32.000Z","modified_at":"2026-01-17T08:00:32.000Z","name":"Dejah Hills","mobile_number":"582-458-8828","email_id":"Janice.Hudson55@hotmail.com","dop":"2025-11-11","serial_number":"1064031406898344","imei1":"1064031406898344","imei2":"1064031406898344","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158531,"job_number":"JOB_158531","tr_customer_id":158548,"tr_customer_product_id":158538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:01:04.000Z","modified_at":"2026-01-17T08:01:04.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"12321985032106","imei1":"12321985032106","imei2":"12321985032106","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158533,"job_number":"JOB_158533","tr_customer_id":158550,"tr_customer_product_id":158540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:01:05.000Z","modified_at":"2026-01-17T08:01:05.000Z","name":"Kris Wiza","mobile_number":"387-398-8240","email_id":"Tomasa.Beahan@gmail.com","dop":"2025-11-11","serial_number":"1012264961362038","imei1":"1012264961362038","imei2":"1012264961362038","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158534,"job_number":"JOB_158534","tr_customer_id":158551,"tr_customer_product_id":158541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:14:59.000Z","modified_at":"2026-01-17T08:14:59.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"15334009936918","imei1":"15334009936918","imei2":"15334009936918","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:14:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158536,"job_number":"JOB_158536","tr_customer_id":158553,"tr_customer_product_id":158543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:15:01.000Z","modified_at":"2026-01-17T08:15:01.000Z","name":"Jermey Fay","mobile_number":"588-795-7408","email_id":"Leann69@gmail.com","dop":"2025-11-11","serial_number":"1053642201114808","imei1":"1053642201114808","imei2":"1053642201114808","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:15:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158537,"job_number":"JOB_158537","tr_customer_id":158554,"tr_customer_product_id":158544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:15:36.000Z","modified_at":"2026-01-17T08:15:37.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"10521778890172","imei1":"10521778890172","imei2":"10521778890172","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:15:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158539,"job_number":"JOB_158539","tr_customer_id":158556,"tr_customer_product_id":158546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:15:38.000Z","modified_at":"2026-01-17T08:15:38.000Z","name":"Vesta Adams","mobile_number":"602-479-0951","email_id":"Loy_Bartell@yahoo.com","dop":"2025-11-11","serial_number":"1034828494722546","imei1":"1034828494722546","imei2":"1034828494722546","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:15:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158540,"job_number":"JOB_158540","tr_customer_id":158557,"tr_customer_product_id":158547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:16:13.000Z","modified_at":"2026-01-17T08:16:13.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"17802269403639","imei1":"17802269403639","imei2":"17802269403639","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:16:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158542,"job_number":"JOB_158542","tr_customer_id":158559,"tr_customer_product_id":158549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:16:14.000Z","modified_at":"2026-01-17T08:16:14.000Z","name":"Stacy Terry","mobile_number":"662-953-4308","email_id":"Bobbie.Kessler@hotmail.com","dop":"2025-11-11","serial_number":"1095504457553139","imei1":"1095504457553139","imei2":"1095504457553139","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:16:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158543,"job_number":"JOB_158543","tr_customer_id":158560,"tr_customer_product_id":158550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:16:58.000Z","modified_at":"2026-01-17T08:16:58.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"14410187190358","imei1":"14410187190358","imei2":"14410187190358","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:16:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158545,"job_number":"JOB_158545","tr_customer_id":158562,"tr_customer_product_id":158552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:16:59.000Z","modified_at":"2026-01-17T08:16:59.000Z","name":"Florian Corkery","mobile_number":"339-664-6112","email_id":"Natasha.Kovacek31@gmail.com","dop":"2025-11-11","serial_number":"1089759704103791","imei1":"1089759704103791","imei2":"1089759704103791","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:16:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158546,"job_number":"JOB_158546","tr_customer_id":158563,"tr_customer_product_id":158553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:17:31.000Z","modified_at":"2026-01-17T08:17:31.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"13031192936951","imei1":"13031192936951","imei2":"13031192936951","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158548,"job_number":"JOB_158548","tr_customer_id":158565,"tr_customer_product_id":158555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:17:32.000Z","modified_at":"2026-01-17T08:17:32.000Z","name":"Luna Strosin","mobile_number":"912-537-8353","email_id":"Neoma_Walker@hotmail.com","dop":"2025-11-11","serial_number":"1089809401415059","imei1":"1089809401415059","imei2":"1089809401415059","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:17:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158549,"job_number":"JOB_158549","tr_customer_id":158566,"tr_customer_product_id":158556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:18:04.000Z","modified_at":"2026-01-17T08:18:04.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"12527699152554","imei1":"12527699152554","imei2":"12527699152554","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:18:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158551,"job_number":"JOB_158551","tr_customer_id":158568,"tr_customer_product_id":158558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:18:06.000Z","modified_at":"2026-01-17T08:18:06.000Z","name":"Brandon Dickinson","mobile_number":"488-970-6215","email_id":"Jameson.Sporer@hotmail.com","dop":"2025-11-11","serial_number":"1006251795810761","imei1":"1006251795810761","imei2":"1006251795810761","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158552,"job_number":"JOB_158552","tr_customer_id":158569,"tr_customer_product_id":158559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:21:04.000Z","modified_at":"2026-01-17T08:21:04.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"19565437812488","imei1":"19565437812488","imei2":"19565437812488","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158554,"job_number":"JOB_158554","tr_customer_id":158571,"tr_customer_product_id":158561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:21:06.000Z","modified_at":"2026-01-17T08:21:06.000Z","name":"Robb Wilkinson","mobile_number":"556-554-4747","email_id":"Oceane.Okuneva79@hotmail.com","dop":"2025-11-11","serial_number":"1048774358593789","imei1":"1048774358593789","imei2":"1048774358593789","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158555,"job_number":"JOB_158555","tr_customer_id":158572,"tr_customer_product_id":158562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:21:44.000Z","modified_at":"2026-01-17T08:21:44.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"19450734363893","imei1":"19450734363893","imei2":"19450734363893","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:21:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158557,"job_number":"JOB_158557","tr_customer_id":158574,"tr_customer_product_id":158564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:21:45.000Z","modified_at":"2026-01-17T08:21:45.000Z","name":"Moshe Blanda","mobile_number":"753-548-1555","email_id":"Maxie.Dooley@gmail.com","dop":"2025-11-11","serial_number":"1090789462274335","imei1":"1090789462274335","imei2":"1090789462274335","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:21:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158558,"job_number":"JOB_158558","tr_customer_id":158575,"tr_customer_product_id":158565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:22:23.000Z","modified_at":"2026-01-17T08:22:23.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"11071961342702","imei1":"11071961342702","imei2":"11071961342702","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:22:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158560,"job_number":"JOB_158560","tr_customer_id":158577,"tr_customer_product_id":158567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:22:24.000Z","modified_at":"2026-01-17T08:22:24.000Z","name":"Queen Heathcote","mobile_number":"480-444-4845","email_id":"Kailee.Littel42@yahoo.com","dop":"2025-11-11","serial_number":"1022970343593802","imei1":"1022970343593802","imei2":"1022970343593802","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:22:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158567,"job_number":"JOB_158567","tr_customer_id":158584,"tr_customer_product_id":158574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T09:26:35.000Z","modified_at":"2026-01-17T09:26:35.000Z","name":"Rajdeep Roy","mobile_number":"8767564676","email_id":"rajdeep@mail.com","dop":"2025-12-31","serial_number":"34545656765645","imei1":"34545656765645","imei2":"34545656765645","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T09:26:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158568,"job_number":"JOB_158568","tr_customer_id":158585,"tr_customer_product_id":158575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T09:39:32.000Z","modified_at":"2026-01-17T09:39:32.000Z","name":"Rajdeep Roy","mobile_number":"8767564676","email_id":"rajdeep@mail.com","dop":"2025-12-31","serial_number":"34545656765641","imei1":"34545656765641","imei2":"34545656765641","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T09:39:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158569,"job_number":"JOB_158569","tr_customer_id":158586,"tr_customer_product_id":158576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T09:50:14.000Z","modified_at":"2026-01-17T09:50:14.000Z","name":"Aurore Wiegand","mobile_number":"515-741-0744","email_id":"Keshaun18@hotmail.com","dop":"2025-12-01","serial_number":"13314381694261","imei1":"13314381694261","imei2":"13314381694261","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T09:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158570,"job_number":"JOB_158570","tr_customer_id":158587,"tr_customer_product_id":158577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T09:50:23.000Z","modified_at":"2026-01-17T09:50:23.000Z","name":"Orval Stiedemann","mobile_number":"414-340-6119","email_id":"Murl.Harber52@hotmail.com","dop":"2025-12-01","serial_number":"14181177242485","imei1":"14181177242485","imei2":"14181177242485","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T09:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158571,"job_number":"JOB_158571","tr_customer_id":158588,"tr_customer_product_id":158578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:14:41.000Z","modified_at":"2026-01-17T10:14:41.000Z","name":"Orval Stiedemann","mobile_number":"414-340-6119","email_id":"Murl.Harber52@hotmail.com","dop":"2025-12-01","serial_number":"59181177242415","imei1":"59181177242415","imei2":"59181177242415","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:14:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158572,"job_number":"JOB_158572","tr_customer_id":158589,"tr_customer_product_id":158579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:14:41.000Z","modified_at":"2026-01-17T10:14:41.000Z","name":"Orval Stiedemann","mobile_number":"414-340-6119","email_id":"Murl.Harber52@hotmail.com","dop":"2025-12-01","serial_number":"54181077242485","imei1":"54181077242485","imei2":"54181077242485","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:14:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158573,"job_number":"JOB_158573","tr_customer_id":158590,"tr_customer_product_id":158580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:14:41.000Z","modified_at":"2026-01-17T10:14:41.000Z","name":"Orval Stiedemann","mobile_number":"414-340-6119","email_id":"Murl.Harber52@hotmail.com","dop":"2025-12-01","serial_number":"84781177242485","imei1":"84781177242485","imei2":"84781177242485","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:14:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158574,"job_number":"JOB_158574","tr_customer_id":158591,"tr_customer_product_id":158581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:30:22.000Z","modified_at":"2026-01-17T10:30:22.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-07","serial_number":"499863806375566","imei1":"499863806375566","imei2":"499863806375566","popurl":"2026-01-07T10:30:21.934521140Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:30:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158575,"job_number":"JOB_158575","tr_customer_id":158592,"tr_customer_product_id":158582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:30:34.000Z","modified_at":"2026-01-17T10:30:34.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-07","serial_number":"499863806376402","imei1":"499863806376402","imei2":"499863806376402","popurl":"2026-01-07T10:30:33.469421365Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:30:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158576,"job_number":"JOB_158576","tr_customer_id":158593,"tr_customer_product_id":158583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:30:39.000Z","modified_at":"2026-01-17T10:30:39.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-07","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2026-01-07T10:30:39.032616190Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:30:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158580,"job_number":"JOB_158580","tr_customer_id":158597,"tr_customer_product_id":158587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:55.000Z","modified_at":"2026-01-17T10:32:55.000Z","name":"Chitrangada Mukhopadhyay","mobile_number":"7027460945","email_id":"shwet.abbott@hotmail.com","dop":"2026-01-07","serial_number":"851290639513866","imei1":"851290639513866","imei2":"851290639513866","popurl":"www.abhisyanta-prajapat.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158581,"job_number":"JOB_158581","tr_customer_id":158598,"tr_customer_product_id":158588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:55.000Z","modified_at":"2026-01-17T10:32:55.000Z","name":"Trilokanath Jha","mobile_number":"7094776007","email_id":"gautama.nayar@hotmail.com","dop":"2026-01-07","serial_number":"304990818021268","imei1":"304990818021268","imei2":"304990818021268","popurl":"www.ramaa-gandhi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158582,"job_number":"JOB_158582","tr_customer_id":158599,"tr_customer_product_id":158589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:55.000Z","modified_at":"2026-01-17T10:32:55.000Z","name":"Bankim Mehra","mobile_number":"7024884726","email_id":"chidambar.jha@hotmail.com","dop":"2026-01-07","serial_number":"917100613738955","imei1":"917100613738955","imei2":"917100613738955","popurl":"www.gouranga-gupta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158583,"job_number":"JOB_158583","tr_customer_id":158600,"tr_customer_product_id":158590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:55.000Z","modified_at":"2026-01-17T10:32:55.000Z","name":"Sanjay Nehru","mobile_number":"7028517917","email_id":"hiranmay.khatri@hotmail.com","dop":"2026-01-07","serial_number":"449226044585182","imei1":"449226044585182","imei2":"449226044585182","popurl":"www.udai-guneta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158584,"job_number":"JOB_158584","tr_customer_id":158601,"tr_customer_product_id":158591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:55.000Z","modified_at":"2026-01-17T10:32:55.000Z","name":"Sanya Tandon","mobile_number":"7046173699","email_id":"kashyapi.shukla@yahoo.co.in","dop":"2026-01-07","serial_number":"035723642123512","imei1":"035723642123512","imei2":"035723642123512","popurl":"www.tejas-varrier.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158588,"job_number":"JOB_158588","tr_customer_id":158605,"tr_customer_product_id":158595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:33:04.000Z","modified_at":"2026-01-17T10:33:04.000Z","name":"Vidal Schiller","mobile_number":"223-344-6852","email_id":"Nathen.Rodriguez@hotmail.com","dop":"2025-04-06","serial_number":"10990250539126","imei1":"10990250539126","imei2":"10990250539126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158589,"job_number":"JOB_158589","tr_customer_id":158606,"tr_customer_product_id":158596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:33:04.000Z","modified_at":"2026-01-17T10:33:04.000Z","name":"Lessie Mayert","mobile_number":"575-525-5712","email_id":"Dale_King7@gmail.com","dop":"2025-04-06","serial_number":"15820412693753","imei1":"15820412693753","imei2":"15820412693753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158590,"job_number":"JOB_158590","tr_customer_id":158607,"tr_customer_product_id":158597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:33:04.000Z","modified_at":"2026-01-17T10:33:04.000Z","name":"Vidal Schiller","mobile_number":"223-344-6852","email_id":"Nathen.Rodriguez@hotmail.com","dop":"2025-04-06","serial_number":"10990250539126","imei1":"10990250539126","imei2":"10990250539126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158591,"job_number":"JOB_158591","tr_customer_id":158608,"tr_customer_product_id":158598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:33:04.000Z","modified_at":"2026-01-17T10:33:04.000Z","name":"Lessie Mayert","mobile_number":"575-525-5712","email_id":"Dale_King7@gmail.com","dop":"2025-04-06","serial_number":"15820412693753","imei1":"15820412693753","imei2":"15820412693753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158592,"job_number":"JOB_158592","tr_customer_id":158609,"tr_customer_product_id":158599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:36:33.000Z","modified_at":"2026-01-17T10:36:33.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-07","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-07T10:36:25.200210249Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158595,"job_number":"JOB_158595","tr_customer_id":158612,"tr_customer_product_id":158602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:06:50.000Z","modified_at":"2026-01-17T13:06:50.000Z","name":"Praven R","mobile_number":"8085536329","email_id":"praveen.raghu.raghu@gmail.com","dop":"2026-01-07","serial_number":"69002151778042","imei1":"69002151778042","imei2":"69002151778042","popurl":"2026-01-07T13:06:47.374840400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158597,"job_number":"JOB_158597","tr_customer_id":158614,"tr_customer_product_id":158604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:17:59.000Z","modified_at":"2026-01-17T13:17:59.000Z","name":"Zola Baumbach","mobile_number":"703-621-0580","email_id":"Alessandro_Spinka65@hotmail.com","dop":"2025-04-06","serial_number":"15658214331231192","imei1":"15658214331231192","imei2":"15658214331231192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158599,"job_number":"JOB_158599","tr_customer_id":158616,"tr_customer_product_id":158606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:30:11.000Z","modified_at":"2026-01-17T13:30:11.000Z","name":"Ewell Ullrich","mobile_number":"483-945-4635","email_id":"Pedro.Franecki@gmail.com","dop":"2025-04-06","serial_number":"16359633880044436","imei1":"16359633880044436","imei2":"16359633880044436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158601,"job_number":"JOB_158601","tr_customer_id":158618,"tr_customer_product_id":158608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:34:54.000Z","modified_at":"2026-01-17T13:34:54.000Z","name":"Jerrell Kuphal","mobile_number":"397-418-9876","email_id":"Amelia.Graham@yahoo.com","dop":"2025-04-06","serial_number":"12918805390936248","imei1":"12918805390936248","imei2":"12918805390936248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158602,"job_number":"JOB_158602","tr_customer_id":158619,"tr_customer_product_id":158609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:15.000Z","modified_at":"2026-01-17T13:44:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"74057997265807","imei1":"74057997265807","imei2":"74057997265807","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158603,"job_number":"JOB_158603","tr_customer_id":158620,"tr_customer_product_id":158610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:15.000Z","modified_at":"2026-01-17T13:44:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30167951031804","imei1":"30167951031804","imei2":"30167951031804","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158604,"job_number":"JOB_158604","tr_customer_id":158621,"tr_customer_product_id":158611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:15.000Z","modified_at":"2026-01-17T13:44:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41151216386246","imei1":"41151216386246","imei2":"41151216386246","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158605,"job_number":"JOB_158605","tr_customer_id":158622,"tr_customer_product_id":158612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:16.000Z","modified_at":"2026-01-17T13:44:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"52722559354487","imei1":"52722559354487","imei2":"52722559354487","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158606,"job_number":"JOB_158606","tr_customer_id":158623,"tr_customer_product_id":158613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:16.000Z","modified_at":"2026-01-17T13:44:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40832581069756","imei1":"40832581069756","imei2":"40832581069756","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158607,"job_number":"JOB_158607","tr_customer_id":158624,"tr_customer_product_id":158614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:16.000Z","modified_at":"2026-01-17T13:44:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26550524413487","imei1":"26550524413487","imei2":"26550524413487","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158610,"job_number":"JOB_158610","tr_customer_id":158627,"tr_customer_product_id":158617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:35.000Z","modified_at":"2026-01-17T13:44:35.000Z","name":"Weston Pagac","mobile_number":"388-407-3757","email_id":"Chesley.Kovacek81@gmail.com","dop":"2025-04-06","serial_number":"10532881943652788","imei1":"10532881943652788","imei2":"10532881943652788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158611,"job_number":"JOB_158611","tr_customer_id":158628,"tr_customer_product_id":158618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:45.000Z","modified_at":"2026-01-17T13:44:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26245256270819","imei1":"26245256270819","imei2":"26245256270819","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158612,"job_number":"JOB_158612","tr_customer_id":158629,"tr_customer_product_id":158619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:45.000Z","modified_at":"2026-01-17T13:44:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18859458334557","imei1":"18859458334557","imei2":"18859458334557","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158613,"job_number":"JOB_158613","tr_customer_id":158630,"tr_customer_product_id":158620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:46.000Z","modified_at":"2026-01-17T13:44:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"66111986633630","imei1":"66111986633630","imei2":"66111986633630","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158614,"job_number":"JOB_158614","tr_customer_id":158631,"tr_customer_product_id":158621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:46.000Z","modified_at":"2026-01-17T13:44:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41453310610370","imei1":"41453310610370","imei2":"41453310610370","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158615,"job_number":"JOB_158615","tr_customer_id":158632,"tr_customer_product_id":158622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:46.000Z","modified_at":"2026-01-17T13:44:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26976981165670","imei1":"26976981165670","imei2":"26976981165670","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158616,"job_number":"JOB_158616","tr_customer_id":158633,"tr_customer_product_id":158623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:47.000Z","modified_at":"2026-01-17T13:44:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41156612472435","imei1":"41156612472435","imei2":"41156612472435","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158618,"job_number":"JOB_158618","tr_customer_id":158635,"tr_customer_product_id":158625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:15.000Z","modified_at":"2026-01-17T13:45:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30122012309143","imei1":"30122012309143","imei2":"30122012309143","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158619,"job_number":"JOB_158619","tr_customer_id":158636,"tr_customer_product_id":158626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:16.000Z","modified_at":"2026-01-17T13:45:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78630305501777","imei1":"78630305501777","imei2":"78630305501777","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158620,"job_number":"JOB_158620","tr_customer_id":158637,"tr_customer_product_id":158627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:16.000Z","modified_at":"2026-01-17T13:45:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28511227585697","imei1":"28511227585697","imei2":"28511227585697","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158621,"job_number":"JOB_158621","tr_customer_id":158638,"tr_customer_product_id":158628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:16.000Z","modified_at":"2026-01-17T13:45:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87794233422130","imei1":"87794233422130","imei2":"87794233422130","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158622,"job_number":"JOB_158622","tr_customer_id":158639,"tr_customer_product_id":158629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:16.000Z","modified_at":"2026-01-17T13:45:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26325599133394","imei1":"26325599133394","imei2":"26325599133394","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158623,"job_number":"JOB_158623","tr_customer_id":158640,"tr_customer_product_id":158630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:17.000Z","modified_at":"2026-01-17T13:45:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"66370868426626","imei1":"66370868426626","imei2":"66370868426626","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158625,"job_number":"JOB_158625","tr_customer_id":158642,"tr_customer_product_id":158632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:30.000Z","modified_at":"2026-01-17T13:45:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17629368444625","imei1":"17629368444625","imei2":"17629368444625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158627,"job_number":"JOB_158627","tr_customer_id":158644,"tr_customer_product_id":158634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:32.000Z","modified_at":"2026-01-17T13:45:32.000Z","name":"Karley Dickens","mobile_number":"746-981-3678","email_id":"Mervin.Braun93@yahoo.com","dop":"2025-04-06","serial_number":"19117609586636850","imei1":"19117609586636850","imei2":"19117609586636850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158630,"job_number":"JOB_158630","tr_customer_id":158647,"tr_customer_product_id":158637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:46:12.000Z","modified_at":"2026-01-17T13:46:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15543158690517","imei1":"15543158690517","imei2":"15543158690517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:46:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158632,"job_number":"JOB_158632","tr_customer_id":158649,"tr_customer_product_id":158639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:46:14.000Z","modified_at":"2026-01-17T13:46:14.000Z","name":"Ulices Jakubowski","mobile_number":"207-743-0260","email_id":"Emerald.McDermott@hotmail.com","dop":"2025-04-06","serial_number":"13272885307762950","imei1":"13272885307762950","imei2":"13272885307762950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:46:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158634,"job_number":"JOB_158634","tr_customer_id":158651,"tr_customer_product_id":158641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:46:53.000Z","modified_at":"2026-01-17T13:46:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19130729252620","imei1":"19130729252620","imei2":"19130729252620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158636,"job_number":"JOB_158636","tr_customer_id":158653,"tr_customer_product_id":158643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:46:55.000Z","modified_at":"2026-01-17T13:46:55.000Z","name":"Gregory Lehner","mobile_number":"252-907-3482","email_id":"Nickolas.Okuneva18@gmail.com","dop":"2025-04-06","serial_number":"15410526922974666","imei1":"15410526922974666","imei2":"15410526922974666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:46:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158646,"job_number":"JOB_158646","tr_customer_id":158663,"tr_customer_product_id":158653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:12:32.000Z","modified_at":"2026-01-17T14:12:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18091773680498","imei1":"18091773680498","imei2":"18091773680498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:12:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158648,"job_number":"JOB_158648","tr_customer_id":158665,"tr_customer_product_id":158655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:12:34.000Z","modified_at":"2026-01-17T14:12:34.000Z","name":"Gerson Tremblay","mobile_number":"372-931-4596","email_id":"Baby.Leannon@hotmail.com","dop":"2025-04-06","serial_number":"16649133410941834","imei1":"16649133410941834","imei2":"16649133410941834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:12:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158649,"job_number":"JOB_158649","tr_customer_id":158666,"tr_customer_product_id":158656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:13:14.000Z","modified_at":"2026-01-17T14:13:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10684522929694","imei1":"10684522929694","imei2":"10684522929694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:13:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158651,"job_number":"JOB_158651","tr_customer_id":158668,"tr_customer_product_id":158658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:13:16.000Z","modified_at":"2026-01-17T14:13:16.000Z","name":"Sasha Lindgren","mobile_number":"298-975-3537","email_id":"Haley_Ferry81@yahoo.com","dop":"2025-04-06","serial_number":"19125134454016620","imei1":"19125134454016620","imei2":"19125134454016620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:13:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158653,"job_number":"JOB_158653","tr_customer_id":158670,"tr_customer_product_id":158660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:13:55.000Z","modified_at":"2026-01-17T14:13:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12373828898741","imei1":"12373828898741","imei2":"12373828898741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:13:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158655,"job_number":"JOB_158655","tr_customer_id":158672,"tr_customer_product_id":158662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:13:57.000Z","modified_at":"2026-01-17T14:13:57.000Z","name":"Westley Wiegand","mobile_number":"710-933-5009","email_id":"Rigoberto_Ullrich34@yahoo.com","dop":"2025-04-06","serial_number":"18353973864368252","imei1":"18353973864368252","imei2":"18353973864368252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:13:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158657,"job_number":"JOB_158657","tr_customer_id":158674,"tr_customer_product_id":158664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:14:37.000Z","modified_at":"2026-01-17T14:14:37.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10451471700727","imei1":"10451471700727","imei2":"10451471700727","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158659,"job_number":"JOB_158659","tr_customer_id":158676,"tr_customer_product_id":158666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:14:38.000Z","modified_at":"2026-01-17T14:14:38.000Z","name":"Greta Wunsch","mobile_number":"522-394-8510","email_id":"Lavon.Gibson3@hotmail.com","dop":"2025-06-18","serial_number":"1084230471254524","imei1":"1084230471254524","imei2":"1084230471254524","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158660,"job_number":"JOB_158660","tr_customer_id":158677,"tr_customer_product_id":158667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:14:53.000Z","modified_at":"2026-01-17T14:14:53.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10224292673251","imei1":"10224292673251","imei2":"10224292673251","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:14:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158662,"job_number":"JOB_158662","tr_customer_id":158679,"tr_customer_product_id":158669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:14:54.000Z","modified_at":"2026-01-17T14:14:54.000Z","name":"Vicente Shields","mobile_number":"455-495-0587","email_id":"Linnie_Boyer50@hotmail.com","dop":"2000-01-31","serial_number":"1091488826582765","imei1":"1091488826582765","imei2":"1091488826582765","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:14:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158663,"job_number":"JOB_158663","tr_customer_id":158680,"tr_customer_product_id":158670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:15:20.000Z","modified_at":"2026-01-17T14:15:20.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10551444669687","imei1":"10551444669687","imei2":"10551444669687","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:15:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158665,"job_number":"JOB_158665","tr_customer_id":158682,"tr_customer_product_id":158672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:15:21.000Z","modified_at":"2026-01-17T14:15:21.000Z","name":"Monica Reilly","mobile_number":"926-236-0632","email_id":"Otho.Rice50@gmail.com","dop":"2025-06-18","serial_number":"1087489033745932","imei1":"1087489033745932","imei2":"1087489033745932","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158666,"job_number":"JOB_158666","tr_customer_id":158683,"tr_customer_product_id":158673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:15:36.000Z","modified_at":"2026-01-17T14:15:36.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10931693820099","imei1":"10931693820099","imei2":"10931693820099","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:15:36.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158668,"job_number":"JOB_158668","tr_customer_id":158685,"tr_customer_product_id":158675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:15:38.000Z","modified_at":"2026-01-17T14:15:38.000Z","name":"Victoria Bruen","mobile_number":"425-304-4523","email_id":"Laura_Walker@gmail.com","dop":"2000-01-31","serial_number":"1066920924905886","imei1":"1066920924905886","imei2":"1066920924905886","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:15:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158669,"job_number":"JOB_158669","tr_customer_id":158686,"tr_customer_product_id":158676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:16:19.000Z","modified_at":"2026-01-17T14:16:19.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10578751958578","imei1":"10578751958578","imei2":"10578751958578","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158671,"job_number":"JOB_158671","tr_customer_id":158688,"tr_customer_product_id":158678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:16:20.000Z","modified_at":"2026-01-17T14:16:20.000Z","name":"Jarrod Kirlin","mobile_number":"450-520-5808","email_id":"Camden.Ryan@hotmail.com","dop":"2000-01-31","serial_number":"1076332240577605","imei1":"1076332240577605","imei2":"1076332240577605","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:16:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158672,"job_number":"JOB_158672","tr_customer_id":158689,"tr_customer_product_id":158679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:16:51.000Z","modified_at":"2026-01-17T14:16:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12753533721348","imei1":"12753533721348","imei2":"12753533721348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:16:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158674,"job_number":"JOB_158674","tr_customer_id":158691,"tr_customer_product_id":158681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:16:52.000Z","modified_at":"2026-01-17T14:16:52.000Z","name":"Jaden Rowe","mobile_number":"798-986-0076","email_id":"Jimmie_Franecki@gmail.com","dop":"2025-04-06","serial_number":"17980158681459964","imei1":"17980158681459964","imei2":"17980158681459964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:16:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158675,"job_number":"JOB_158675","tr_customer_id":158692,"tr_customer_product_id":158682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:01.000Z","modified_at":"2026-01-17T14:17:01.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10116015840681","imei1":"10116015840681","imei2":"10116015840681","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158677,"job_number":"JOB_158677","tr_customer_id":158694,"tr_customer_product_id":158684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:03.000Z","modified_at":"2026-01-17T14:17:03.000Z","name":"Antonietta Armstrong","mobile_number":"972-790-8736","email_id":"Deondre.Balistreri72@hotmail.com","dop":"2000-01-31","serial_number":"1041996121168359","imei1":"1041996121168359","imei2":"1041996121168359","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158678,"job_number":"JOB_158678","tr_customer_id":158695,"tr_customer_product_id":158685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:04.000Z","modified_at":"2026-01-17T14:17:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16342830193164","imei1":"16342830193164","imei2":"16342830193164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158680,"job_number":"JOB_158680","tr_customer_id":158697,"tr_customer_product_id":158687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:05.000Z","modified_at":"2026-01-17T14:17:05.000Z","name":"Humberto Spinka","mobile_number":"753-416-6420","email_id":"Randi.Luettgen@yahoo.com","dop":"2025-04-06","serial_number":"19588036401966276","imei1":"19588036401966276","imei2":"19588036401966276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158681,"job_number":"JOB_158681","tr_customer_id":158698,"tr_customer_product_id":158688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:33.000Z","modified_at":"2026-01-17T14:17:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12834778364601","imei1":"12834778364601","imei2":"12834778364601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158683,"job_number":"JOB_158683","tr_customer_id":158700,"tr_customer_product_id":158690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:35.000Z","modified_at":"2026-01-17T14:17:35.000Z","name":"Andy Beatty","mobile_number":"935-289-2567","email_id":"Llewellyn7@gmail.com","dop":"2025-04-06","serial_number":"18904882249374670","imei1":"18904882249374670","imei2":"18904882249374670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158684,"job_number":"JOB_158684","tr_customer_id":158701,"tr_customer_product_id":158691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:48.000Z","modified_at":"2026-01-17T14:17:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18094886759588","imei1":"18094886759588","imei2":"18094886759588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158686,"job_number":"JOB_158686","tr_customer_id":158703,"tr_customer_product_id":158693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:50.000Z","modified_at":"2026-01-17T14:17:50.000Z","name":"Godfrey Bruen","mobile_number":"466-999-4189","email_id":"Arnoldo.Schamberger37@hotmail.com","dop":"2025-04-06","serial_number":"14618177786943698","imei1":"14618177786943698","imei2":"14618177786943698","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158687,"job_number":"JOB_158687","tr_customer_id":158704,"tr_customer_product_id":158694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:56.000Z","modified_at":"2026-01-17T14:17:56.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"18517755921790","imei1":"18517755921790","imei2":"18517755921790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158689,"job_number":"JOB_158689","tr_customer_id":158706,"tr_customer_product_id":158696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:57.000Z","modified_at":"2026-01-17T14:17:57.000Z","name":"Destiney Dicki","mobile_number":"450-345-8998","email_id":"Jany.Buckridge28@yahoo.com","dop":"2025-04-06","serial_number":"17162810290107806","imei1":"17162810290107806","imei2":"17162810290107806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158690,"job_number":"JOB_158690","tr_customer_id":158707,"tr_customer_product_id":158697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:16.000Z","modified_at":"2026-01-17T14:18:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14522990969261","imei1":"14522990969261","imei2":"14522990969261","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158692,"job_number":"JOB_158692","tr_customer_id":158709,"tr_customer_product_id":158699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:17.000Z","modified_at":"2026-01-17T14:18:17.000Z","name":"Vinnie Bahringer","mobile_number":"522-760-4962","email_id":"Jaylin.Boehm21@gmail.com","dop":"2025-04-06","serial_number":"11338952446564860","imei1":"11338952446564860","imei2":"11338952446564860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158693,"job_number":"JOB_158693","tr_customer_id":158710,"tr_customer_product_id":158700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:20.000Z","modified_at":"2026-01-17T14:18:20.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10266768713551","imei1":"10266768713551","imei2":"10266768713551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158695,"job_number":"JOB_158695","tr_customer_id":158712,"tr_customer_product_id":158702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:22.000Z","modified_at":"2026-01-17T14:18:22.000Z","name":"Christiana Lesch","mobile_number":"447-266-5208","email_id":"Jane_Blanda@yahoo.com","dop":"2025-04-06","serial_number":"15113884644999442","imei1":"15113884644999442","imei2":"15113884644999442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158696,"job_number":"JOB_158696","tr_customer_id":158713,"tr_customer_product_id":158703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:32.000Z","modified_at":"2026-01-17T14:18:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17404816605093","imei1":"17404816605093","imei2":"17404816605093","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158698,"job_number":"JOB_158698","tr_customer_id":158715,"tr_customer_product_id":158705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:34.000Z","modified_at":"2026-01-17T14:18:34.000Z","name":"Tyree Weimann","mobile_number":"764-771-4006","email_id":"Wilhelmine.Jaskolski@yahoo.com","dop":"2025-04-06","serial_number":"15465211349674468","imei1":"15465211349674468","imei2":"15465211349674468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158699,"job_number":"JOB_158699","tr_customer_id":158716,"tr_customer_product_id":158706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:39.000Z","modified_at":"2026-01-17T14:18:39.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10471800020481","imei1":"10471800020481","imei2":"10471800020481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158701,"job_number":"JOB_158701","tr_customer_id":158718,"tr_customer_product_id":158708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:40.000Z","modified_at":"2026-01-17T14:18:40.000Z","name":"Bonita Dickinson","mobile_number":"657-671-1617","email_id":"Ola.Boyer0@gmail.com","dop":"2025-04-06","serial_number":"13514098710868666","imei1":"13514098710868666","imei2":"13514098710868666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158702,"job_number":"JOB_158702","tr_customer_id":158719,"tr_customer_product_id":158709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:04.000Z","modified_at":"2026-01-17T14:19:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17025591250862","imei1":"17025591250862","imei2":"17025591250862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158704,"job_number":"JOB_158704","tr_customer_id":158721,"tr_customer_product_id":158711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:06.000Z","modified_at":"2026-01-17T14:19:06.000Z","name":"Oren Cole","mobile_number":"806-696-3473","email_id":"Talon.Hahn@yahoo.com","dop":"2025-04-06","serial_number":"14657256295217396","imei1":"14657256295217396","imei2":"14657256295217396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158705,"job_number":"JOB_158705","tr_customer_id":158722,"tr_customer_product_id":158712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:21.000Z","modified_at":"2026-01-17T14:19:21.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"17820338035101","imei1":"17820338035101","imei2":"17820338035101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158707,"job_number":"JOB_158707","tr_customer_id":158724,"tr_customer_product_id":158714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:23.000Z","modified_at":"2026-01-17T14:19:23.000Z","name":"Joel Mayer","mobile_number":"491-736-0982","email_id":"Salvador_Moore@gmail.com","dop":"2025-04-06","serial_number":"17663381993187036","imei1":"17663381993187036","imei2":"17663381993187036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158708,"job_number":"JOB_158708","tr_customer_id":158725,"tr_customer_product_id":158715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:23.000Z","modified_at":"2026-01-17T14:19:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12418606962852","imei1":"12418606962852","imei2":"12418606962852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158710,"job_number":"JOB_158710","tr_customer_id":158727,"tr_customer_product_id":158717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:24.000Z","modified_at":"2026-01-17T14:19:24.000Z","name":"Laverne Davis","mobile_number":"416-571-1562","email_id":"Randi39@yahoo.com","dop":"2025-04-06","serial_number":"14641225090621914","imei1":"14641225090621914","imei2":"14641225090621914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158712,"job_number":"JOB_158712","tr_customer_id":158729,"tr_customer_product_id":158719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:32.000Z","modified_at":"2026-01-17T14:19:32.000Z","name":"Allison Miller","mobile_number":"658-807-8668","email_id":"Raegan.Stoltenberg@gmail.com","dop":"2025-04-06","serial_number":"18715288675855280","imei1":"18715288675855280","imei2":"18715288675855280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158713,"job_number":"JOB_158713","tr_customer_id":158730,"tr_customer_product_id":158720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:48.000Z","modified_at":"2026-01-17T14:19:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15155028369161","imei1":"15155028369161","imei2":"15155028369161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158715,"job_number":"JOB_158715","tr_customer_id":158732,"tr_customer_product_id":158722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:49.000Z","modified_at":"2026-01-17T14:19:49.000Z","name":"Carlie Glover","mobile_number":"424-612-9076","email_id":"Flavie17@yahoo.com","dop":"2025-04-06","serial_number":"10210960690691308","imei1":"10210960690691308","imei2":"10210960690691308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158717,"job_number":"JOB_158717","tr_customer_id":158734,"tr_customer_product_id":158724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:51.000Z","modified_at":"2026-01-17T14:19:51.000Z","name":"Dexter Ankunding","mobile_number":"535-218-4311","email_id":"Retta2@yahoo.com","dop":"2025-04-06","serial_number":"17666983575585188","imei1":"17666983575585188","imei2":"17666983575585188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158718,"job_number":"JOB_158718","tr_customer_id":158735,"tr_customer_product_id":158725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:09.000Z","modified_at":"2026-01-17T14:20:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14679496125109","imei1":"14679496125109","imei2":"14679496125109","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158720,"job_number":"JOB_158720","tr_customer_id":158737,"tr_customer_product_id":158727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:10.000Z","modified_at":"2026-01-17T14:20:10.000Z","name":"Sabrina Morissette","mobile_number":"484-954-5719","email_id":"Myrtle51@gmail.com","dop":"2025-04-06","serial_number":"18692994420446824","imei1":"18692994420446824","imei2":"18692994420446824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158721,"job_number":"JOB_158721","tr_customer_id":158738,"tr_customer_product_id":158728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:41.000Z","modified_at":"2026-01-17T14:20:41.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15534232638303","imei1":"15534232638303","imei2":"15534232638303","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158722,"job_number":"JOB_158722","tr_customer_id":158739,"tr_customer_product_id":158729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:42.000Z","modified_at":"2026-01-17T14:20:42.000Z","name":"Era Heathcote","mobile_number":"837-201-9597","email_id":"Winona_Hilll69@yahoo.com","dop":"2025-09-16","serial_number":"15238595934770","imei1":"15238595934770","imei2":"15238595934770","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158723,"job_number":"JOB_158723","tr_customer_id":158740,"tr_customer_product_id":158730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:54.000Z","modified_at":"2026-01-17T14:20:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19102849190838","imei1":"19102849190838","imei2":"19102849190838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158725,"job_number":"JOB_158725","tr_customer_id":158742,"tr_customer_product_id":158732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:56.000Z","modified_at":"2026-01-17T14:20:56.000Z","name":"Donny Heaney","mobile_number":"222-752-2996","email_id":"Elmira_Dach@yahoo.com","dop":"2025-04-06","serial_number":"18219336670513028","imei1":"18219336670513028","imei2":"18219336670513028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158726,"job_number":"JOB_158726","tr_customer_id":158743,"tr_customer_product_id":158733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:21:01.000Z","modified_at":"2026-01-17T14:21:01.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"19595362858336","imei1":"19595362858336","imei2":"19595362858336","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:21:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158727,"job_number":"JOB_158727","tr_customer_id":158744,"tr_customer_product_id":158734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:21:01.000Z","modified_at":"2026-01-17T14:21:01.000Z","name":"Ludwig Weimann","mobile_number":"275-657-2186","email_id":"Bernadine89@yahoo.com","dop":"2025-09-16","serial_number":"17892064411706","imei1":"17892064411706","imei2":"17892064411706","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:21:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158728,"job_number":"JOB_158728","tr_customer_id":158745,"tr_customer_product_id":158735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:21:19.000Z","modified_at":"2026-01-17T14:21:19.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"11468865745600","imei1":"11468865745600","imei2":"11468865745600","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:21:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158729,"job_number":"JOB_158729","tr_customer_id":158746,"tr_customer_product_id":158736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:21:19.000Z","modified_at":"2026-01-17T14:21:19.000Z","name":"Dora Heathcote","mobile_number":"366-332-4191","email_id":"Annamarie.Parisian@yahoo.com","dop":"2025-09-16","serial_number":"13318452855964","imei1":"13318452855964","imei2":"13318452855964","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:21:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158730,"job_number":"JOB_158730","tr_customer_id":158747,"tr_customer_product_id":158737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:00.000Z","modified_at":"2026-01-17T14:22:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15907174839703","imei1":"15907174839703","imei2":"15907174839703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158732,"job_number":"JOB_158732","tr_customer_id":158749,"tr_customer_product_id":158739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:02.000Z","modified_at":"2026-01-17T14:22:02.000Z","name":"Daniela Ortiz","mobile_number":"537-952-8359","email_id":"Johathan57@yahoo.com","dop":"2025-04-06","serial_number":"12250002517113234","imei1":"12250002517113234","imei2":"12250002517113234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158733,"job_number":"JOB_158733","tr_customer_id":158750,"tr_customer_product_id":158740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:26.000Z","modified_at":"2026-01-17T14:22:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19848454437255","imei1":"19848454437255","imei2":"19848454437255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158735,"job_number":"JOB_158735","tr_customer_id":158752,"tr_customer_product_id":158742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:28.000Z","modified_at":"2026-01-17T14:22:28.000Z","name":"Curt Mraz","mobile_number":"411-450-7391","email_id":"Chasity_Zieme@gmail.com","dop":"2025-04-06","serial_number":"18929365349683284","imei1":"18929365349683284","imei2":"18929365349683284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158736,"job_number":"JOB_158736","tr_customer_id":158753,"tr_customer_product_id":158743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:46.000Z","modified_at":"2026-01-17T14:22:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12757012798342","imei1":"12757012798342","imei2":"12757012798342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158738,"job_number":"JOB_158738","tr_customer_id":158755,"tr_customer_product_id":158745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:48.000Z","modified_at":"2026-01-17T14:22:48.000Z","name":"Leann Davis","mobile_number":"754-869-3737","email_id":"Roscoe_Emmerich35@yahoo.com","dop":"2025-04-06","serial_number":"13382086655036860","imei1":"13382086655036860","imei2":"13382086655036860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158739,"job_number":"JOB_158739","tr_customer_id":158756,"tr_customer_product_id":158746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:00.000Z","modified_at":"2026-01-17T14:23:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16918879298313","imei1":"16918879298313","imei2":"16918879298313","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158741,"job_number":"JOB_158741","tr_customer_id":158758,"tr_customer_product_id":158748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:02.000Z","modified_at":"2026-01-17T14:23:02.000Z","name":"Carlee Hammes","mobile_number":"500-754-2248","email_id":"Torey.Rosenbaum83@yahoo.com","dop":"2025-04-06","serial_number":"14537276977465120","imei1":"14537276977465120","imei2":"14537276977465120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158745,"job_number":"JOB_158745","tr_customer_id":158762,"tr_customer_product_id":158752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:10.000Z","modified_at":"2026-01-17T14:23:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12486151178579","imei1":"12486151178579","imei2":"12486151178579","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158747,"job_number":"JOB_158747","tr_customer_id":158764,"tr_customer_product_id":158754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:11.000Z","modified_at":"2026-01-17T14:23:11.000Z","name":"Burley Will","mobile_number":"838-557-6590","email_id":"Kareem.Welch16@hotmail.com","dop":"2025-04-06","serial_number":"11734939947857930","imei1":"11734939947857930","imei2":"11734939947857930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158751,"job_number":"JOB_158751","tr_customer_id":158768,"tr_customer_product_id":158758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:31.000Z","modified_at":"2026-01-17T14:23:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15907929802794","imei1":"15907929802794","imei2":"15907929802794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158754,"job_number":"JOB_158754","tr_customer_id":158771,"tr_customer_product_id":158761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:33.000Z","modified_at":"2026-01-17T14:23:33.000Z","name":"Rene Rutherford","mobile_number":"251-807-9780","email_id":"Aric83@yahoo.com","dop":"2025-04-06","serial_number":"16472941615727376","imei1":"16472941615727376","imei2":"16472941615727376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158757,"job_number":"JOB_158757","tr_customer_id":158774,"tr_customer_product_id":158764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:46.000Z","modified_at":"2026-01-17T14:23:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12257320382136","imei1":"12257320382136","imei2":"12257320382136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158759,"job_number":"JOB_158759","tr_customer_id":158776,"tr_customer_product_id":158766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:48.000Z","modified_at":"2026-01-17T14:23:48.000Z","name":"Hiram Hodkiewicz","mobile_number":"935-374-6827","email_id":"Reyes12@hotmail.com","dop":"2025-04-06","serial_number":"11424991411025350","imei1":"11424991411025350","imei2":"11424991411025350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158760,"job_number":"JOB_158760","tr_customer_id":158777,"tr_customer_product_id":158767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:52.000Z","modified_at":"2026-01-17T14:23:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15662172865686","imei1":"15662172865686","imei2":"15662172865686","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158762,"job_number":"JOB_158762","tr_customer_id":158779,"tr_customer_product_id":158769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:53.000Z","modified_at":"2026-01-17T14:23:53.000Z","name":"Halie Zulauf","mobile_number":"794-844-4950","email_id":"Mekhi73@hotmail.com","dop":"2025-04-06","serial_number":"18450969728955960","imei1":"18450969728955960","imei2":"18450969728955960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158764,"job_number":"JOB_158764","tr_customer_id":158781,"tr_customer_product_id":158771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:24:09.000Z","modified_at":"2026-01-17T14:24:09.000Z","name":"Gail Keebler","mobile_number":"817-637-0421","email_id":"Krystel_Kessler31@hotmail.com","dop":"2025-04-06","serial_number":"19946476378658236","imei1":"19946476378658236","imei2":"19946476378658236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:24:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158765,"job_number":"JOB_158765","tr_customer_id":158782,"tr_customer_product_id":158772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:24:30.000Z","modified_at":"2026-01-17T14:24:30.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11300854590031","imei1":"11300854590031","imei2":"11300854590031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:24:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158767,"job_number":"JOB_158767","tr_customer_id":158784,"tr_customer_product_id":158774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:24:31.000Z","modified_at":"2026-01-17T14:24:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13988669582897","imei1":"13988669582897","imei2":"13988669582897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:24:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158769,"job_number":"JOB_158769","tr_customer_id":158786,"tr_customer_product_id":158776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:24:32.000Z","modified_at":"2026-01-17T14:24:32.000Z","name":"Gregory Tremblay","mobile_number":"927-922-4456","email_id":"Nora.Conroy@gmail.com","dop":"2025-04-06","serial_number":"15601718858284190","imei1":"15601718858284190","imei2":"15601718858284190","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:24:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158770,"job_number":"JOB_158770","tr_customer_id":158787,"tr_customer_product_id":158777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:24:33.000Z","modified_at":"2026-01-17T14:24:33.000Z","name":"Shayna Corkery","mobile_number":"763-359-1093","email_id":"Nick.Feest96@yahoo.com","dop":"2025-04-06","serial_number":"14553842372321276","imei1":"14553842372321276","imei2":"14553842372321276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:24:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158772,"job_number":"JOB_158772","tr_customer_id":158789,"tr_customer_product_id":158779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:25:05.000Z","modified_at":"2026-01-17T14:25:05.000Z","name":"Sabina Considine","mobile_number":"543-459-3385","email_id":"Gerry.Gleichner14@yahoo.com","dop":"2025-04-06","serial_number":"18872442904006304","imei1":"18872442904006304","imei2":"18872442904006304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:25:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158773,"job_number":"JOB_158773","tr_customer_id":158790,"tr_customer_product_id":158780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:25:15.000Z","modified_at":"2026-01-17T14:25:15.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15358011344340","imei1":"15358011344340","imei2":"15358011344340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:25:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158775,"job_number":"JOB_158775","tr_customer_id":158792,"tr_customer_product_id":158782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:25:16.000Z","modified_at":"2026-01-17T14:25:16.000Z","name":"Queen Larkin","mobile_number":"652-759-1436","email_id":"Joe.Schaefer66@yahoo.com","dop":"2025-04-06","serial_number":"16294230477411068","imei1":"16294230477411068","imei2":"16294230477411068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:25:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158776,"job_number":"JOB_158776","tr_customer_id":158793,"tr_customer_product_id":158783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:25:59.000Z","modified_at":"2026-01-17T14:25:59.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14230940295057","imei1":"14230940295057","imei2":"14230940295057","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:25:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158778,"job_number":"JOB_158778","tr_customer_id":158795,"tr_customer_product_id":158785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:26:01.000Z","modified_at":"2026-01-17T14:26:01.000Z","name":"Noemi Treutel","mobile_number":"874-842-0663","email_id":"Isadore78@gmail.com","dop":"2025-04-06","serial_number":"14698927187194086","imei1":"14698927187194086","imei2":"14698927187194086","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158779,"job_number":"JOB_158779","tr_customer_id":158796,"tr_customer_product_id":158786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:26:26.000Z","modified_at":"2026-01-17T14:26:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12679846473838","imei1":"12679846473838","imei2":"12679846473838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158781,"job_number":"JOB_158781","tr_customer_id":158798,"tr_customer_product_id":158788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:26:27.000Z","modified_at":"2026-01-17T14:26:27.000Z","name":"Logan Carter","mobile_number":"804-714-8589","email_id":"Alia_Bayer2@hotmail.com","dop":"2025-04-06","serial_number":"16447384382198928","imei1":"16447384382198928","imei2":"16447384382198928","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:26:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158782,"job_number":"JOB_158782","tr_customer_id":158799,"tr_customer_product_id":158789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:26:56.000Z","modified_at":"2026-01-17T14:26:56.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-01-07","serial_number":"39999999999999","imei1":"39999999999999","imei2":"39999999999999","popurl":"2026-01-07T14:26:43.185531400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158783,"job_number":"JOB_158783","tr_customer_id":158800,"tr_customer_product_id":158790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:27:10.000Z","modified_at":"2026-01-17T14:27:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13821228683480","imei1":"13821228683480","imei2":"13821228683480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158785,"job_number":"JOB_158785","tr_customer_id":158802,"tr_customer_product_id":158792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:27:12.000Z","modified_at":"2026-01-17T14:27:12.000Z","name":"Eliezer Rohan","mobile_number":"540-789-5939","email_id":"Gage_Homenick54@yahoo.com","dop":"2025-04-06","serial_number":"15795343964997520","imei1":"15795343964997520","imei2":"15795343964997520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158786,"job_number":"JOB_158786","tr_customer_id":158803,"tr_customer_product_id":158793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:27:54.000Z","modified_at":"2026-01-17T14:27:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14208627594099","imei1":"14208627594099","imei2":"14208627594099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158788,"job_number":"JOB_158788","tr_customer_id":158805,"tr_customer_product_id":158795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:27:55.000Z","modified_at":"2026-01-17T14:27:55.000Z","name":"Janae Bogan","mobile_number":"832-428-5160","email_id":"Alda.Berge1@gmail.com","dop":"2025-04-06","serial_number":"11444470079967140","imei1":"11444470079967140","imei2":"11444470079967140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:27:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158790,"job_number":"JOB_158790","tr_customer_id":158807,"tr_customer_product_id":158797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:40:30.000Z","modified_at":"2026-01-17T14:40:30.000Z","name":"Judd Shields","mobile_number":"995-557-6442","email_id":"Darrin.OConnell13@gmail.com","dop":"2025-04-06","serial_number":"10954306116211638","imei1":"10954306116211638","imei2":"10954306116211638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:40:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158791,"job_number":"JOB_158791","tr_customer_id":158808,"tr_customer_product_id":158798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:41:15.000Z","modified_at":"2026-01-17T14:41:15.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"15220041826155","imei1":"15220041826155","imei2":"15220041826155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158793,"job_number":"JOB_158793","tr_customer_id":158810,"tr_customer_product_id":158800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:41:16.000Z","modified_at":"2026-01-17T14:41:16.000Z","name":"Lessie Renner","mobile_number":"642-357-3670","email_id":"Eulah.Macejkovic@gmail.com","dop":"2025-04-06","serial_number":"12361398408839692","imei1":"12361398408839692","imei2":"12361398408839692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:41:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158794,"job_number":"JOB_158794","tr_customer_id":158811,"tr_customer_product_id":158801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:41:58.000Z","modified_at":"2026-01-17T14:41:58.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"17386770159543","imei1":"17386770159543","imei2":"17386770159543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158796,"job_number":"JOB_158796","tr_customer_id":158813,"tr_customer_product_id":158803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:42:00.000Z","modified_at":"2026-01-17T14:42:00.000Z","name":"Myriam Abshire","mobile_number":"424-332-1005","email_id":"Joe_Cummerata@yahoo.com","dop":"2025-04-06","serial_number":"18576273987072096","imei1":"18576273987072096","imei2":"18576273987072096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158797,"job_number":"JOB_158797","tr_customer_id":158814,"tr_customer_product_id":158804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T15:38:14.000Z","modified_at":"2026-01-17T15:38:14.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"108969619705695","imei1":"108969619705695","imei2":"108969619705695","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T15:38:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158799,"job_number":"JOB_158799","tr_customer_id":158816,"tr_customer_product_id":158806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T15:38:26.000Z","modified_at":"2026-01-17T15:38:26.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"107085886326638","imei1":"107085886326638","imei2":"107085886326638","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T15:38:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158801,"job_number":"JOB_158801","tr_customer_id":158818,"tr_customer_product_id":158808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T15:40:42.000Z","modified_at":"2026-01-17T15:40:42.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2026-01-17","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2026-01-17T15:40:41.471Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T15:40:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158802,"job_number":"JOB_158802","tr_customer_id":158819,"tr_customer_product_id":158809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:05:06.000Z","modified_at":"2026-01-17T16:05:06.000Z","name":"Rachel Rach","mobile_number":"8983120267","email_id":"spkrishu2003@gmail.com","dop":"2025-11-10","serial_number":"35678901234699","imei1":"356789012345819","imei2":"356789012345819","popurl":"2025-11-10T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158803,"job_number":"JOB_158803","tr_customer_id":158820,"tr_customer_product_id":158810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:12:57.000Z","modified_at":"2026-01-17T16:12:57.000Z","name":"Elisha Pacocha","mobile_number":"985-455-0519","email_id":"Krystina.Greenholt95@gmail.com","dop":"2025-07-21","serial_number":"100536559568609","imei1":"100536559568609","imei2":"100536559568609","popurl":"2025-07-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:12:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158816,"job_number":"JOB_158816","tr_customer_id":158833,"tr_customer_product_id":158823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:45:28.000Z","modified_at":"2026-01-17T16:45:28.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-07","serial_number":"19920302984769","imei1":"19920302984769","imei2":"19920302984769","popurl":"2026-01-07T16:45:27.765916191Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:45:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158818,"job_number":"JOB_158818","tr_customer_id":158835,"tr_customer_product_id":158825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:47:48.000Z","modified_at":"2026-01-17T16:47:48.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2026-01-07","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2026-01-07T16:47:47.636450270Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158838,"job_number":"JOB_158838","tr_customer_id":158855,"tr_customer_product_id":158845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:35:41.000Z","modified_at":"2026-01-17T17:35:41.000Z","name":"Sydni McLaughlin","mobile_number":"285-859-2640","email_id":"Lilla_Rolfson88@gmail.com","dop":"2025-12-31","serial_number":"107829470080426","imei1":"107829470080426","imei2":"107829470080426","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158840,"job_number":"JOB_158840","tr_customer_id":158857,"tr_customer_product_id":158847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:37:27.000Z","modified_at":"2026-01-17T17:37:27.000Z","name":"Jatin Sharma","mobile_number":"8806144202","email_id":"sonawaneomprakash222@gmail.com","dop":"2026-01-17","serial_number":"22138664331392","imei1":"22138664331392","imei2":"22138664331392","popurl":"2026-01-17T17:37:24.242Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:37:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158844,"job_number":"JOB_158844","tr_customer_id":158861,"tr_customer_product_id":158851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:41:03.000Z","modified_at":"2026-01-17T17:41:03.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2026-01-07","serial_number":"5444598687484620","imei1":"5444598687484620","imei2":"5444598687484620","popurl":"2026-01-07T17:41:02.990385637Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158845,"job_number":"JOB_158845","tr_customer_id":158862,"tr_customer_product_id":158852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:41:04.000Z","modified_at":"2026-01-17T17:41:04.000Z","name":"Anandamayi Kaniyar","mobile_number":"7090650105","email_id":"chandraayan.embranthiri@gmail.com","dop":"2026-01-07","serial_number":"667494458187647","imei1":"667494458187647","imei2":"667494458187647","popurl":"www.bhasvan-joshi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:41:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158846,"job_number":"JOB_158846","tr_customer_id":158863,"tr_customer_product_id":158853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:41:12.000Z","modified_at":"2026-01-17T17:41:12.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2026-01-07","serial_number":"5450598687484124","imei1":"5450598687484124","imei2":"5450598687484124","popurl":"2026-01-07T17:41:11.492836474Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:41:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158847,"job_number":"JOB_158847","tr_customer_id":158864,"tr_customer_product_id":158854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:41:21.000Z","modified_at":"2026-01-17T17:41:21.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2026-01-07","serial_number":"5449698687484024","imei1":"5449698687484024","imei2":"5449698687484024","popurl":"2026-01-07T17:41:20.422666856Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158848,"job_number":"JOB_158848","tr_customer_id":158865,"tr_customer_product_id":158855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:43:17.000Z","modified_at":"2026-01-17T17:43:17.000Z","name":"Kaus Das","mobile_number":"7686923755","email_id":"kstvds@gmail.com","dop":"2026-01-07","serial_number":"96548404198211","imei1":"96548404198211","imei2":"96548404198211","popurl":"2026-01-07T17:43:17.424061663Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158849,"job_number":"JOB_158849","tr_customer_id":158866,"tr_customer_product_id":158856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:44:59.000Z","modified_at":"2026-01-17T17:44:59.000Z","name":"Magali Medhurst","mobile_number":"945-636-9842","email_id":"Ruby_Rodriguez97@gmail.com","dop":"2025-12-31","serial_number":"107864519160931","imei1":"107864519160931","imei2":"107864519160931","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:44:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158850,"job_number":"JOB_158850","tr_customer_id":158867,"tr_customer_product_id":158857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:48:00.000Z","modified_at":"2026-01-17T17:48:00.000Z","name":"Tomas Torphy","mobile_number":"448-472-4310","email_id":"Emmalee_Prohaska@gmail.com","dop":"2025-12-31","serial_number":"106983881415341","imei1":"106983881415341","imei2":"106983881415341","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158851,"job_number":"JOB_158851","tr_customer_id":158868,"tr_customer_product_id":158858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:54:38.000Z","modified_at":"2026-01-17T17:54:38.000Z","name":"Rounit Sharma","mobile_number":"7000298282","email_id":"rounitsharma@gmail.com","dop":"2026-01-07","serial_number":"66269747447007","imei1":"66269747447007","imei2":"66269747447007","popurl":"2026-01-07T17:54:37.201416341Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158853,"job_number":"JOB_158853","tr_customer_id":158870,"tr_customer_product_id":158860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:55:55.000Z","modified_at":"2026-01-17T17:55:55.000Z","name":"Clay Wuckert","mobile_number":"201-942-5666","email_id":"Camilla65@hotmail.com","dop":"2025-12-31","serial_number":"100546821712279","imei1":"100546821712279","imei2":"100546821712279","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158854,"job_number":"JOB_158854","tr_customer_id":158871,"tr_customer_product_id":158861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:56:09.000Z","modified_at":"2026-01-17T17:56:09.000Z","name":"Rosanna Jakubowski","mobile_number":"307-790-2919","email_id":"Zelma_Bednar@gmail.com","dop":"2025-12-31","serial_number":"100897519233261","imei1":"100897519233261","imei2":"100897519233261","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158855,"job_number":"JOB_158855","tr_customer_id":158872,"tr_customer_product_id":158862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:57:15.000Z","modified_at":"2026-01-17T17:57:15.000Z","name":"Axel Zemlak","mobile_number":"900-546-5320","email_id":"Gavin_Rempel@hotmail.com","dop":"2025-12-31","serial_number":"105548325115767","imei1":"105548325115767","imei2":"105548325115767","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158856,"job_number":"JOB_158856","tr_customer_id":158873,"tr_customer_product_id":158863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:58:36.000Z","modified_at":"2026-01-17T17:58:36.000Z","name":"Walton Graham","mobile_number":"883-622-9226","email_id":"Hiram71@hotmail.com","dop":"2025-12-31","serial_number":"101113110502636","imei1":"101113110502636","imei2":"101113110502636","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:58:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158860,"job_number":"JOB_158860","tr_customer_id":158877,"tr_customer_product_id":158867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:07:23.000Z","modified_at":"2026-01-17T18:07:23.000Z","name":"Jazmyn Kuhn","mobile_number":"855-841-3078","email_id":"Gay70@gmail.com","dop":"2025-12-31","serial_number":"109254707888755","imei1":"109254707888755","imei2":"109254707888755","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:07:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158864,"job_number":"JOB_158864","tr_customer_id":158881,"tr_customer_product_id":158871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:17:31.000Z","modified_at":"2026-01-17T18:17:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12460413964459","imei1":"12460413964459","imei2":"12460413964459","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158866,"job_number":"JOB_158866","tr_customer_id":158883,"tr_customer_product_id":158873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:17:33.000Z","modified_at":"2026-01-17T18:17:33.000Z","name":"Josiah Parker","mobile_number":"896-613-9500","email_id":"Meta.Effertz@yahoo.com","dop":"2025-04-06","serial_number":"11441597202623780","imei1":"11441597202623780","imei2":"11441597202623780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:17:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158867,"job_number":"JOB_158867","tr_customer_id":158884,"tr_customer_product_id":158874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:18:14.000Z","modified_at":"2026-01-17T18:18:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15624402980079","imei1":"15624402980079","imei2":"15624402980079","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:18:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158869,"job_number":"JOB_158869","tr_customer_id":158886,"tr_customer_product_id":158876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:18:15.000Z","modified_at":"2026-01-17T18:18:15.000Z","name":"Guillermo Wisozk","mobile_number":"382-870-9965","email_id":"Maye.Emmerich93@hotmail.com","dop":"2025-04-06","serial_number":"10526192118383702","imei1":"10526192118383702","imei2":"10526192118383702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:18:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158870,"job_number":"JOB_158870","tr_customer_id":158887,"tr_customer_product_id":158877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:18:56.000Z","modified_at":"2026-01-17T18:18:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12323914585832","imei1":"12323914585832","imei2":"12323914585832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158872,"job_number":"JOB_158872","tr_customer_id":158889,"tr_customer_product_id":158879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:18:57.000Z","modified_at":"2026-01-17T18:18:57.000Z","name":"Walton O'Connell","mobile_number":"532-496-0095","email_id":"Keanu.Kulas34@yahoo.com","dop":"2025-04-06","serial_number":"17564160745905328","imei1":"17564160745905328","imei2":"17564160745905328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:18:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158877,"job_number":"JOB_158877","tr_customer_id":158894,"tr_customer_product_id":158884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:33:43.000Z","modified_at":"2026-01-17T18:33:43.000Z","name":"Nadia Cormier","mobile_number":"331-562-6520","email_id":"Maximo.Jakubowski@gmail.com","dop":"2025-12-31","serial_number":"102874650844872","imei1":"102874650844872","imei2":"102874650844872","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158878,"job_number":"JOB_158878","tr_customer_id":158895,"tr_customer_product_id":158885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:48:41.000Z","modified_at":"2026-01-17T18:48:41.000Z","name":"karthik D","mobile_number":"0987654321","email_id":"krthiksantosh@gmail.com","dop":"2026-01-07","serial_number":"87061348153532","imei1":"87061348153532","imei2":"87061348153532","popurl":"2026-01-07T18:48:41.020980882Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158879,"job_number":"JOB_158879","tr_customer_id":158896,"tr_customer_product_id":158886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:50:13.000Z","modified_at":"2026-01-17T18:50:13.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-07","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2026-01-07T18:50:13.216365870Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158880,"job_number":"JOB_158880","tr_customer_id":158897,"tr_customer_product_id":158887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:50:14.000Z","modified_at":"2026-01-17T18:50:14.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-07","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2026-01-07T18:50:13.780046206Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158881,"job_number":"JOB_158881","tr_customer_id":158898,"tr_customer_product_id":158888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:50:25.000Z","modified_at":"2026-01-17T18:50:25.000Z","name":"Anant Kinlekar","mobile_number":"7995924124","email_id":"anantkinlekar18@gmail.com","dop":"2026-01-16","serial_number":"23842930780876","imei1":"23842930780876","imei2":"23842930780876","popurl":"2026-01-16T18:50:25.495403419Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158882,"job_number":"JOB_158882","tr_customer_id":158899,"tr_customer_product_id":158889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:51:09.000Z","modified_at":"2026-01-17T18:51:09.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-07","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-07T18:51:09.480672557Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:51:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158883,"job_number":"JOB_158883","tr_customer_id":158900,"tr_customer_product_id":158890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:51:20.000Z","modified_at":"2026-01-17T18:51:20.000Z","name":"Gobinda Gandhi","mobile_number":"7056695810","email_id":"ekaaksh.shukla@gmail.com","dop":"2026-01-07","serial_number":"302489237354633","imei1":"302489237354633","imei2":"302489237354633","popurl":"www.anil-dutta.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158884,"job_number":"JOB_158884","tr_customer_id":158901,"tr_customer_product_id":158891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:51:28.000Z","modified_at":"2026-01-17T18:51:28.000Z","name":"rahul ssharma","mobile_number":"123456789012","email_id":"rahul@yopmail.com","dop":"2026-01-12","serial_number":"SN243422733055","imei1":"356789072245378","imei2":"333785579225679","popurl":"2026-01-12T18:51:27.897654996Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158885,"job_number":"JOB_158885","tr_customer_id":158902,"tr_customer_product_id":158892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:56:10.000Z","modified_at":"2026-01-17T18:56:10.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"12345678901234","imei1":"12345678901234","imei2":"12345678901234","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158887,"job_number":"JOB_158887","tr_customer_id":158904,"tr_customer_product_id":158894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:01:52.000Z","modified_at":"2026-01-17T19:01:52.000Z","name":"Dereck Sauer","mobile_number":"413-702-0845","email_id":"Alexandrea.Stroman22@gmail.com","dop":"2025-04-13","serial_number":"1018010739317995","imei1":"1018010739317995","imei2":"1018010739317995","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:01:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158888,"job_number":"JOB_158888","tr_customer_id":158905,"tr_customer_product_id":158895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:04:04.000Z","modified_at":"2026-01-17T19:04:04.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"12345678901234","imei1":"445454545454545","imei2":"878787878787878","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:04:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158890,"job_number":"JOB_158890","tr_customer_id":158907,"tr_customer_product_id":158897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:07:38.000Z","modified_at":"2026-01-17T19:07:38.000Z","name":"Abe Collins","mobile_number":"604-373-0274","email_id":"Rosemarie_Deckow80@yahoo.com","dop":"2025-04-13","serial_number":"1039132638657543","imei1":"1039132638657543","imei2":"1039132638657543","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:07:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158892,"job_number":"JOB_158892","tr_customer_id":158909,"tr_customer_product_id":158899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:24:08.000Z","modified_at":"2026-01-17T19:24:08.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"18556613932791","imei1":"18556613932791","imei2":"18556613932791","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:24:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158894,"job_number":"JOB_158894","tr_customer_id":158911,"tr_customer_product_id":158901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:27:12.000Z","modified_at":"2026-01-17T19:27:12.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"23481924202418","imei1":"23481924202418","imei2":"23481924202418","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158895,"job_number":"JOB_158895","tr_customer_id":158912,"tr_customer_product_id":158902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:36:49.000Z","modified_at":"2026-01-17T19:36:49.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2026-01-07","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2026-01-07T19:36:49.080803022Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:36:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158896,"job_number":"JOB_158896","tr_customer_id":158913,"tr_customer_product_id":158903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:22:09.000Z","modified_at":"2026-01-17T20:22:09.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"79352333685862","imei1":"79352333685862","imei2":"79352333685862","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:22:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158897,"job_number":"JOB_158897","tr_customer_id":158914,"tr_customer_product_id":158904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:27:40.000Z","modified_at":"2026-01-17T20:27:40.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"54255422144910","imei1":"54255422144910","imei2":"54255422144910","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158898,"job_number":"JOB_158898","tr_customer_id":158915,"tr_customer_product_id":158905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:29:12.000Z","modified_at":"2026-01-17T20:29:12.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"38214084920646","imei1":"38214084920646","imei2":"38214084920646","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:29:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158899,"job_number":"JOB_158899","tr_customer_id":158916,"tr_customer_product_id":158906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:42:51.000Z","modified_at":"2026-01-17T20:42:51.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"61144839786044","imei1":"61144839786044","imei2":"61144839786044","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158900,"job_number":"JOB_158900","tr_customer_id":158917,"tr_customer_product_id":158907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:52:36.000Z","modified_at":"2026-01-17T20:52:36.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"59537308514025","imei1":"59537308514025","imei2":"59537308514025","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:52:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158901,"job_number":"JOB_158901","tr_customer_id":158918,"tr_customer_product_id":158908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:54:15.000Z","modified_at":"2026-01-17T20:54:15.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"13131561780689","imei1":"13131561780689","imei2":"13131561780689","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158902,"job_number":"JOB_158902","tr_customer_id":158919,"tr_customer_product_id":158909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:56:37.000Z","modified_at":"2026-01-17T20:56:37.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"59441625477344","imei1":"59441625477344","imei2":"59441625477344","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:56:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158904,"job_number":"JOB_158904","tr_customer_id":158921,"tr_customer_product_id":158911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:04:43.000Z","modified_at":"2026-01-17T21:04:43.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"56827355984425","imei1":"56827355984425","imei2":"56827355984425","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:04:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158906,"job_number":"JOB_158906","tr_customer_id":158923,"tr_customer_product_id":158913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:37:04.000Z","modified_at":"2026-01-17T21:37:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11221658789255","imei1":"11221658789255","imei2":"11221658789255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158908,"job_number":"JOB_158908","tr_customer_id":158925,"tr_customer_product_id":158915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:37:06.000Z","modified_at":"2026-01-17T21:37:06.000Z","name":"Kay Homenick","mobile_number":"779-716-4828","email_id":"Natasha_Grant@yahoo.com","dop":"2025-04-06","serial_number":"15925953190833172","imei1":"15925953190833172","imei2":"15925953190833172","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:37:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158909,"job_number":"JOB_158909","tr_customer_id":158926,"tr_customer_product_id":158916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:37:46.000Z","modified_at":"2026-01-17T21:37:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10360640839954","imei1":"10360640839954","imei2":"10360640839954","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158911,"job_number":"JOB_158911","tr_customer_id":158928,"tr_customer_product_id":158918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:37:47.000Z","modified_at":"2026-01-17T21:37:47.000Z","name":"Lelah Legros","mobile_number":"521-333-1969","email_id":"Karolann.Fadel@gmail.com","dop":"2025-04-06","serial_number":"19741420902928084","imei1":"19741420902928084","imei2":"19741420902928084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158912,"job_number":"JOB_158912","tr_customer_id":158929,"tr_customer_product_id":158919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:38:27.000Z","modified_at":"2026-01-17T21:38:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10341473024002","imei1":"10341473024002","imei2":"10341473024002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:38:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158914,"job_number":"JOB_158914","tr_customer_id":158931,"tr_customer_product_id":158921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:38:29.000Z","modified_at":"2026-01-17T21:38:29.000Z","name":"Ralph Will","mobile_number":"765-362-0115","email_id":"Piper.Nader24@yahoo.com","dop":"2025-04-06","serial_number":"15884554648619132","imei1":"15884554648619132","imei2":"15884554648619132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:38:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158915,"job_number":"JOB_158915","tr_customer_id":158932,"tr_customer_product_id":158922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T23:37:31.000Z","modified_at":"2026-01-17T23:37:31.000Z","name":"Inder Gowda","mobile_number":"7022291421","email_id":"shivakari.kaniyar@hotmail.com","dop":"2026-01-07","serial_number":"700604956735204","imei1":"700604956735204","imei2":"700604956735204","popurl":"www.lai-banerjee.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T23:37:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158916,"job_number":"JOB_158916","tr_customer_id":158933,"tr_customer_product_id":158923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:00:48.000Z","modified_at":"2026-01-18T02:00:48.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-01-08","serial_number":"29999999999999","imei1":"29999999999999","imei2":"29999999999999","popurl":"2026-01-08T02:00:40.251667Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158917,"job_number":"JOB_158917","tr_customer_id":158934,"tr_customer_product_id":158924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:33:55.000Z","modified_at":"2026-01-18T02:33:55.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-01-08","serial_number":"19999999999999","imei1":"19999999999999","imei2":"19999999999999","popurl":"2026-01-08T02:33:42.441168200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:33:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158918,"job_number":"JOB_158918","tr_customer_id":158935,"tr_customer_product_id":158925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:41:53.000Z","modified_at":"2026-01-18T02:41:53.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19129912921717","imei2":"19129912921717","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158923,"job_number":"JOB_158923","tr_customer_id":158940,"tr_customer_product_id":158930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:05:39.000Z","modified_at":"2026-01-18T03:05:39.000Z","name":"Ramesh Kaginakar","mobile_number":"1234567890","email_id":"abc@gmail.com","dop":"2025-12-10","serial_number":"12345678901234","imei1":"12345678904321","imei2":"12345678904321","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:05:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158927,"job_number":"JOB_158927","tr_customer_id":158944,"tr_customer_product_id":158934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:19:29.000Z","modified_at":"2026-01-18T03:19:29.000Z","name":"Keely McClure","mobile_number":"713-588-6401","email_id":"Robb26@gmail.com","dop":"2025-04-06","serial_number":"11137628988002394","imei1":"11137628988002394","imei2":"11137628988002394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:19:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158929,"job_number":"JOB_158929","tr_customer_id":158946,"tr_customer_product_id":158936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:20:09.000Z","modified_at":"2026-01-18T03:20:09.000Z","name":"Herman Dibbert","mobile_number":"982-464-6653","email_id":"Rebeca_Stroman57@hotmail.com","dop":"2025-04-06","serial_number":"19297471529311456","imei1":"19297471529311456","imei2":"19297471529311456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:20:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158931,"job_number":"JOB_158931","tr_customer_id":158948,"tr_customer_product_id":158938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:20:48.000Z","modified_at":"2026-01-18T03:20:48.000Z","name":"George Hammes","mobile_number":"907-586-1027","email_id":"Cesar30@hotmail.com","dop":"2025-04-06","serial_number":"11361496884842766","imei1":"11361496884842766","imei2":"11361496884842766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158936,"job_number":"JOB_158936","tr_customer_id":158953,"tr_customer_product_id":158943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:52.000Z","modified_at":"2026-01-18T03:29:52.000Z","name":"Joe Hessel","mobile_number":"458-269-8906","email_id":"Adella.Lemke41@gmail.com","dop":"2025-04-06","serial_number":"12635739580037282","imei1":"12635739580037282","imei2":"12635739580037282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:29:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158938,"job_number":"JOB_158938","tr_customer_id":158955,"tr_customer_product_id":158945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:31:52.000Z","modified_at":"2026-01-18T03:31:52.000Z","name":"Abdul McGlynn","mobile_number":"656-767-9004","email_id":"Haylie.Gutmann@gmail.com","dop":"2025-04-06","serial_number":"17165963744461898","imei1":"17165963744461898","imei2":"17165963744461898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158940,"job_number":"JOB_158940","tr_customer_id":158957,"tr_customer_product_id":158947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:32:33.000Z","modified_at":"2026-01-18T03:32:33.000Z","name":"Anthony Raynor","mobile_number":"310-969-3183","email_id":"Adolphus63@yahoo.com","dop":"2025-04-06","serial_number":"11063265594084526","imei1":"11063265594084526","imei2":"11063265594084526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:32:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158942,"job_number":"JOB_158942","tr_customer_id":158959,"tr_customer_product_id":158949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:33:13.000Z","modified_at":"2026-01-18T03:33:13.000Z","name":"Trisha Jenkins","mobile_number":"338-952-8303","email_id":"Kenny7@hotmail.com","dop":"2025-04-06","serial_number":"14815744507965088","imei1":"14815744507965088","imei2":"14815744507965088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158945,"job_number":"JOB_158945","tr_customer_id":158962,"tr_customer_product_id":158952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:38.000Z","modified_at":"2026-01-18T03:54:38.000Z","name":"Leo Roberts","mobile_number":"427-909-4416","email_id":"Hollie_Lesch59@hotmail.com","dop":"2025-04-06","serial_number":"14843669307024184","imei1":"14843669307024184","imei2":"14843669307024184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158946,"job_number":"JOB_158946","tr_customer_id":158963,"tr_customer_product_id":158953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:43.000Z","modified_at":"2026-01-18T03:54:43.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19467896628386","imei1":"19467896628386","imei2":"19467896628386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158948,"job_number":"JOB_158948","tr_customer_id":158965,"tr_customer_product_id":158955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:45.000Z","modified_at":"2026-01-18T03:54:45.000Z","name":"Raphaelle Jakubowski","mobile_number":"369-281-4565","email_id":"Norval_OConnell@yahoo.com","dop":"2025-04-06","serial_number":"19521574363139290","imei1":"19521574363139290","imei2":"19521574363139290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158949,"job_number":"JOB_158949","tr_customer_id":158966,"tr_customer_product_id":158956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:48.000Z","modified_at":"2026-01-18T03:54:48.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10214544928347","imei1":"10214544928347","imei2":"10214544928347","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158952,"job_number":"JOB_158952","tr_customer_id":158969,"tr_customer_product_id":158959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:49.000Z","modified_at":"2026-01-18T03:54:49.000Z","name":"Jamar Sawayn","mobile_number":"336-812-0351","email_id":"Letha30@yahoo.com","dop":"2025-06-18","serial_number":"1065809770831836","imei1":"1065809770831836","imei2":"1065809770831836","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158954,"job_number":"JOB_158954","tr_customer_id":158971,"tr_customer_product_id":158961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:50.000Z","modified_at":"2026-01-18T03:54:50.000Z","name":"Lelia Heathcote","mobile_number":"684-439-7088","email_id":"Rodger_Mann2@yahoo.com","dop":"2025-04-06","serial_number":"12902963426862238","imei1":"12902963426862238","imei2":"12902963426862238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158956,"job_number":"JOB_158956","tr_customer_id":158973,"tr_customer_product_id":158963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:55.000Z","modified_at":"2026-01-18T03:54:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12941198745591","imei1":"12941198745591","imei2":"12941198745591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158958,"job_number":"JOB_158958","tr_customer_id":158975,"tr_customer_product_id":158965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:56.000Z","modified_at":"2026-01-18T03:54:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15813258484257","imei1":"15813258484257","imei2":"15813258484257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158959,"job_number":"JOB_158959","tr_customer_id":158976,"tr_customer_product_id":158966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:56.000Z","modified_at":"2026-01-18T03:54:56.000Z","name":"Tre Herman","mobile_number":"750-543-4835","email_id":"Jaylin.Altenwerth@gmail.com","dop":"2025-04-06","serial_number":"15870756819729366","imei1":"15870756819729366","imei2":"15870756819729366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158962,"job_number":"JOB_158962","tr_customer_id":158979,"tr_customer_product_id":158969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:58.000Z","modified_at":"2026-01-18T03:54:58.000Z","name":"Julianne Rice","mobile_number":"365-250-5337","email_id":"Fiona29@gmail.com","dop":"2025-04-06","serial_number":"10262880116894436","imei1":"10262880116894436","imei2":"10262880116894436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158963,"job_number":"JOB_158963","tr_customer_id":158980,"tr_customer_product_id":158970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:58.000Z","modified_at":"2026-01-18T03:54:58.000Z","name":"Madison Littel","mobile_number":"856-908-8463","email_id":"Roxane_Johns@gmail.com","dop":"2025-04-06","serial_number":"16505961427935728","imei1":"16505961427935728","imei2":"16505961427935728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158964,"job_number":"JOB_158964","tr_customer_id":158981,"tr_customer_product_id":158971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:04.000Z","modified_at":"2026-01-18T03:55:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12982843008180","imei1":"12982843008180","imei2":"12982843008180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158966,"job_number":"JOB_158966","tr_customer_id":158983,"tr_customer_product_id":158973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:06.000Z","modified_at":"2026-01-18T03:55:06.000Z","name":"Karley Waters","mobile_number":"824-557-6543","email_id":"Ansley.McCullough81@hotmail.com","dop":"2025-04-06","serial_number":"17452596135726440","imei1":"17452596135726440","imei2":"17452596135726440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158968,"job_number":"JOB_158968","tr_customer_id":158985,"tr_customer_product_id":158975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:09.000Z","modified_at":"2026-01-18T03:55:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15647707394584","imei1":"15647707394584","imei2":"15647707394584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158969,"job_number":"JOB_158969","tr_customer_id":158986,"tr_customer_product_id":158976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:09.000Z","modified_at":"2026-01-18T03:55:09.000Z","name":"Lora Windler","mobile_number":"553-513-0940","email_id":"Newton80@yahoo.com","dop":"2025-04-06","serial_number":"19480817933707828","imei1":"19480817933707828","imei2":"19480817933707828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158971,"job_number":"JOB_158971","tr_customer_id":158988,"tr_customer_product_id":158978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:11.000Z","modified_at":"2026-01-18T03:55:11.000Z","name":"Chasity Boyle","mobile_number":"756-574-8585","email_id":"Devonte.Nicolas81@yahoo.com","dop":"2025-04-06","serial_number":"16484302338758824","imei1":"16484302338758824","imei2":"16484302338758824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158973,"job_number":"JOB_158973","tr_customer_id":158990,"tr_customer_product_id":158980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:18.000Z","modified_at":"2026-01-18T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19562063164321","imei1":"19562063164321","imei2":"19562063164321","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158975,"job_number":"JOB_158975","tr_customer_id":158992,"tr_customer_product_id":158982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:19.000Z","modified_at":"2026-01-18T03:55:19.000Z","name":"Brenden Bode","mobile_number":"452-649-9554","email_id":"Vito.Nader@gmail.com","dop":"2025-04-06","serial_number":"15023106193194922","imei1":"15023106193194922","imei2":"15023106193194922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158976,"job_number":"JOB_158976","tr_customer_id":158993,"tr_customer_product_id":158983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:26.000Z","modified_at":"2026-01-18T03:55:26.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15933689174517","imei1":"15933689174517","imei2":"15933689174517","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158977,"job_number":"JOB_158977","tr_customer_id":158994,"tr_customer_product_id":158984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:26.000Z","modified_at":"2026-01-18T03:55:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10202317918806","imei1":"10202317918806","imei2":"10202317918806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158978,"job_number":"JOB_158978","tr_customer_id":158995,"tr_customer_product_id":158985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:26.000Z","modified_at":"2026-01-18T03:55:26.000Z","name":"Gretchen Predovic","mobile_number":"802-810-1082","email_id":"Isabella3@gmail.com","dop":"2025-09-16","serial_number":"11492863918657","imei1":"11492863918657","imei2":"11492863918657","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158980,"job_number":"JOB_158980","tr_customer_id":158997,"tr_customer_product_id":158987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:27.000Z","modified_at":"2026-01-18T03:55:27.000Z","name":"Crystel Torphy","mobile_number":"691-560-0227","email_id":"Eleazar84@yahoo.com","dop":"2025-04-06","serial_number":"11303065096421912","imei1":"11303065096421912","imei2":"11303065096421912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158982,"job_number":"JOB_158982","tr_customer_id":158999,"tr_customer_product_id":158989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:31.000Z","modified_at":"2026-01-18T03:55:31.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10819982152359","imei1":"10819982152359","imei2":"10819982152359","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158983,"job_number":"JOB_158983","tr_customer_id":159000,"tr_customer_product_id":158990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:31.000Z","modified_at":"2026-01-18T03:55:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18896905771448","imei1":"18896905771448","imei2":"18896905771448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158986,"job_number":"JOB_158986","tr_customer_id":159003,"tr_customer_product_id":158993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:32.000Z","modified_at":"2026-01-18T03:55:32.000Z","name":"Jalon West","mobile_number":"723-382-9398","email_id":"Jadon35@gmail.com","dop":"2025-06-18","serial_number":"1028285053662513","imei1":"1028285053662513","imei2":"1028285053662513","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158987,"job_number":"JOB_158987","tr_customer_id":159004,"tr_customer_product_id":158994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:33.000Z","modified_at":"2026-01-18T03:55:33.000Z","name":"Izaiah Connelly","mobile_number":"768-354-9653","email_id":"Patsy_Kuphal@gmail.com","dop":"2025-04-06","serial_number":"11630098966251164","imei1":"11630098966251164","imei2":"11630098966251164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158988,"job_number":"JOB_158988","tr_customer_id":159005,"tr_customer_product_id":158995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:37.000Z","modified_at":"2026-01-18T03:55:37.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10681521250943","imei1":"10681521250943","imei2":"10681521250943","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158989,"job_number":"JOB_158989","tr_customer_id":159006,"tr_customer_product_id":158996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:37.000Z","modified_at":"2026-01-18T03:55:37.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16893023065587","imei1":"16893023065587","imei2":"16893023065587","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158992,"job_number":"JOB_158992","tr_customer_id":159009,"tr_customer_product_id":158999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:38.000Z","modified_at":"2026-01-18T03:55:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12017734977634","imei1":"12017734977634","imei2":"12017734977634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158994,"job_number":"JOB_158994","tr_customer_id":159011,"tr_customer_product_id":159001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"Jennyfer Gorczany","mobile_number":"535-543-7055","email_id":"Prudence.Kunde91@hotmail.com","dop":"2000-01-31","serial_number":"1057844716225154","imei1":"1057844716225154","imei2":"1057844716225154","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158995,"job_number":"JOB_158995","tr_customer_id":159012,"tr_customer_product_id":159002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"Eleazar Bahringer","mobile_number":"366-679-0783","email_id":"Rossie_Marquardt75@hotmail.com","dop":"2025-04-06","serial_number":"18869410839404170","imei1":"18869410839404170","imei2":"18869410839404170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158997,"job_number":"JOB_158997","tr_customer_id":159014,"tr_customer_product_id":159004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14783569223357","imei1":"14783569223357","imei2":"14783569223357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158998,"job_number":"JOB_158998","tr_customer_id":159015,"tr_customer_product_id":159005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14713386190208","imei1":"14713386190208","imei2":"14713386190208","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159000,"job_number":"JOB_159000","tr_customer_id":159017,"tr_customer_product_id":159007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:40.000Z","modified_at":"2026-01-18T03:55:40.000Z","name":"Holly McCullough","mobile_number":"287-399-4716","email_id":"Philip.Predovic@hotmail.com","dop":"2025-04-06","serial_number":"14214903449128246","imei1":"14214903449128246","imei2":"14214903449128246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159003,"job_number":"JOB_159003","tr_customer_id":159020,"tr_customer_product_id":159010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:41.000Z","modified_at":"2026-01-18T03:55:41.000Z","name":"Fannie Gerlach","mobile_number":"622-417-3175","email_id":"Assunta.Gibson@gmail.com","dop":"2025-04-06","serial_number":"11678772436690096","imei1":"11678772436690096","imei2":"11678772436690096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159004,"job_number":"JOB_159004","tr_customer_id":159021,"tr_customer_product_id":159011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:41.000Z","modified_at":"2026-01-18T03:55:41.000Z","name":"Darian Bernhard","mobile_number":"315-893-0028","email_id":"Shakira.Gottlieb@yahoo.com","dop":"2025-04-06","serial_number":"11900177431020654","imei1":"11900177431020654","imei2":"11900177431020654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159005,"job_number":"JOB_159005","tr_customer_id":159022,"tr_customer_product_id":159012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:42.000Z","modified_at":"2026-01-18T03:55:42.000Z","name":"Mylene Huel","mobile_number":"893-426-0425","email_id":"Kyla_Dicki2@yahoo.com","dop":"2025-04-06","serial_number":"15161267425462172","imei1":"15161267425462172","imei2":"15161267425462172","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159006,"job_number":"JOB_159006","tr_customer_id":159023,"tr_customer_product_id":159013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:44.000Z","modified_at":"2026-01-18T03:55:44.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"16508946544604","imei1":"16508946544604","imei2":"16508946544604","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159007,"job_number":"JOB_159007","tr_customer_id":159024,"tr_customer_product_id":159014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:45.000Z","modified_at":"2026-01-18T03:55:45.000Z","name":"Aubree Buckridge","mobile_number":"380-656-6822","email_id":"Desiree60@yahoo.com","dop":"2025-09-16","serial_number":"19132359283120","imei1":"19132359283120","imei2":"19132359283120","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159008,"job_number":"JOB_159008","tr_customer_id":159025,"tr_customer_product_id":159015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:47.000Z","modified_at":"2026-01-18T03:55:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16056272428869","imei1":"16056272428869","imei2":"16056272428869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159010,"job_number":"JOB_159010","tr_customer_id":159027,"tr_customer_product_id":159017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:48.000Z","modified_at":"2026-01-18T03:55:48.000Z","name":"Mabelle Homenick","mobile_number":"583-467-8699","email_id":"Makayla66@gmail.com","dop":"2025-04-06","serial_number":"10276156837697780","imei1":"10276156837697780","imei2":"10276156837697780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159012,"job_number":"JOB_159012","tr_customer_id":159029,"tr_customer_product_id":159019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:51.000Z","modified_at":"2026-01-18T03:55:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14819228525478","imei1":"14819228525478","imei2":"14819228525478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159017,"job_number":"JOB_159017","tr_customer_id":159034,"tr_customer_product_id":159024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:53.000Z","modified_at":"2026-01-18T03:55:53.000Z","name":"Ayla Hartmann","mobile_number":"325-323-1251","email_id":"Judd71@hotmail.com","dop":"2025-04-06","serial_number":"12725804605654084","imei1":"12725804605654084","imei2":"12725804605654084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159019,"job_number":"JOB_159019","tr_customer_id":159036,"tr_customer_product_id":159026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:56.000Z","modified_at":"2026-01-18T03:55:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16204717254730","imei1":"16204717254730","imei2":"16204717254730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159021,"job_number":"JOB_159021","tr_customer_id":159038,"tr_customer_product_id":159028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:57.000Z","modified_at":"2026-01-18T03:55:57.000Z","name":"Gage O'Reilly","mobile_number":"486-722-9533","email_id":"Estelle_Gulgowski@hotmail.com","dop":"2025-04-06","serial_number":"19022593321130664","imei1":"19022593321130664","imei2":"19022593321130664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159022,"job_number":"JOB_159022","tr_customer_id":159039,"tr_customer_product_id":159029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:00.000Z","modified_at":"2026-01-18T03:56:00.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16181220054794","imei1":"16181220054794","imei2":"16181220054794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159025,"job_number":"JOB_159025","tr_customer_id":159042,"tr_customer_product_id":159032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:02.000Z","modified_at":"2026-01-18T03:56:02.000Z","name":"Gregorio Powlowski","mobile_number":"773-203-0079","email_id":"Dee_Robel@yahoo.com","dop":"2025-04-06","serial_number":"13917303328041124","imei1":"13917303328041124","imei2":"13917303328041124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159028,"job_number":"JOB_159028","tr_customer_id":159045,"tr_customer_product_id":159035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:03.000Z","modified_at":"2026-01-18T03:56:03.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13079418795528","imei1":"13079418795528","imei2":"13079418795528","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159029,"job_number":"JOB_159029","tr_customer_id":159046,"tr_customer_product_id":159036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:04.000Z","modified_at":"2026-01-18T03:56:04.000Z","name":"Darrion Larkin","mobile_number":"327-462-5230","email_id":"Cedrick80@yahoo.com","dop":"2025-09-16","serial_number":"16714415971446","imei1":"16714415971446","imei2":"16714415971446","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159034,"job_number":"JOB_159034","tr_customer_id":159051,"tr_customer_product_id":159041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:06.000Z","modified_at":"2026-01-18T03:56:06.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17940480609878","imei1":"17940480609878","imei2":"17940480609878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159036,"job_number":"JOB_159036","tr_customer_id":159053,"tr_customer_product_id":159043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:08.000Z","modified_at":"2026-01-18T03:56:08.000Z","name":"Robin Will","mobile_number":"368-861-3238","email_id":"Lysanne.Trantow@hotmail.com","dop":"2025-04-06","serial_number":"10701379597396918","imei1":"10701379597396918","imei2":"10701379597396918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159037,"job_number":"JOB_159037","tr_customer_id":159054,"tr_customer_product_id":159044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:08.000Z","modified_at":"2026-01-18T03:56:08.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"14292195329234","imei1":"14292195329234","imei2":"14292195329234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159042,"job_number":"JOB_159042","tr_customer_id":159059,"tr_customer_product_id":159049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:10.000Z","modified_at":"2026-01-18T03:56:10.000Z","name":"Dimitri Rodriguez","mobile_number":"821-542-3569","email_id":"Candelario.Prosacco46@gmail.com","dop":"2025-04-06","serial_number":"14221331446654184","imei1":"14221331446654184","imei2":"14221331446654184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159043,"job_number":"JOB_159043","tr_customer_id":159060,"tr_customer_product_id":159050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:11.000Z","modified_at":"2026-01-18T03:56:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16121955432354","imei1":"16121955432354","imei2":"16121955432354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159045,"job_number":"JOB_159045","tr_customer_id":159062,"tr_customer_product_id":159052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:13.000Z","modified_at":"2026-01-18T03:56:13.000Z","name":"Elnora Yost","mobile_number":"706-461-3350","email_id":"Willie.Schinner@hotmail.com","dop":"2025-04-06","serial_number":"15498950935864736","imei1":"15498950935864736","imei2":"15498950935864736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159046,"job_number":"JOB_159046","tr_customer_id":159063,"tr_customer_product_id":159053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:14.000Z","modified_at":"2026-01-18T03:56:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11530019276181","imei1":"11530019276181","imei2":"11530019276181","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159048,"job_number":"JOB_159048","tr_customer_id":159065,"tr_customer_product_id":159055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:16.000Z","modified_at":"2026-01-18T03:56:16.000Z","name":"Hassan Steuber","mobile_number":"941-982-9170","email_id":"Angeline.Gutkowski@hotmail.com","dop":"2025-04-06","serial_number":"19191664390299800","imei1":"19191664390299800","imei2":"19191664390299800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159049,"job_number":"JOB_159049","tr_customer_id":159066,"tr_customer_product_id":159056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:18.000Z","modified_at":"2026-01-18T03:56:18.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10262282963008","imei1":"10262282963008","imei2":"10262282963008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159051,"job_number":"JOB_159051","tr_customer_id":159068,"tr_customer_product_id":159058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:20.000Z","modified_at":"2026-01-18T03:56:20.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16121345308966","imei1":"16121345308966","imei2":"16121345308966","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159052,"job_number":"JOB_159052","tr_customer_id":159069,"tr_customer_product_id":159059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:20.000Z","modified_at":"2026-01-18T03:56:20.000Z","name":"Davonte Abernathy","mobile_number":"925-225-6146","email_id":"Myah_Kris20@gmail.com","dop":"2025-04-06","serial_number":"11671565606080252","imei1":"11671565606080252","imei2":"11671565606080252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159054,"job_number":"JOB_159054","tr_customer_id":159071,"tr_customer_product_id":159061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:21.000Z","modified_at":"2026-01-18T03:56:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12042865289002","imei1":"12042865289002","imei2":"12042865289002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159056,"job_number":"JOB_159056","tr_customer_id":159073,"tr_customer_product_id":159063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"Keenan Wilderman","mobile_number":"557-790-7062","email_id":"Ida.Ortiz@yahoo.com","dop":"2025-04-06","serial_number":"16323977604819896","imei1":"16323977604819896","imei2":"16323977604819896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159057,"job_number":"JOB_159057","tr_customer_id":159074,"tr_customer_product_id":159064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17173567493433","imei1":"17173567493433","imei2":"17173567493433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159059,"job_number":"JOB_159059","tr_customer_id":159076,"tr_customer_product_id":159066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15507358987601","imei1":"15507358987601","imei2":"15507358987601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159060,"job_number":"JOB_159060","tr_customer_id":159077,"tr_customer_product_id":159067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"Rupert Hagenes","mobile_number":"441-932-3091","email_id":"Kip_Hilll@gmail.com","dop":"2025-04-06","serial_number":"16725310582101640","imei1":"16725310582101640","imei2":"16725310582101640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159062,"job_number":"JOB_159062","tr_customer_id":159079,"tr_customer_product_id":159069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:23.000Z","modified_at":"2026-01-18T03:56:23.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10554998517770","imei1":"10554998517770","imei2":"10554998517770","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159064,"job_number":"JOB_159064","tr_customer_id":159081,"tr_customer_product_id":159071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Lonzo Metz","mobile_number":"813-312-7136","email_id":"Rylee_Ankunding80@hotmail.com","dop":"2025-04-06","serial_number":"13196617994465292","imei1":"13196617994465292","imei2":"13196617994465292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159066,"job_number":"JOB_159066","tr_customer_id":159083,"tr_customer_product_id":159073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Jocelyn Wisozk","mobile_number":"966-291-2540","email_id":"Linnie.Kozey@hotmail.com","dop":"2025-04-06","serial_number":"11607811611260184","imei1":"11607811611260184","imei2":"11607811611260184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159069,"job_number":"JOB_159069","tr_customer_id":159086,"tr_customer_product_id":159076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:25.000Z","modified_at":"2026-01-18T03:56:25.000Z","name":"Abelardo Daugherty","mobile_number":"671-273-5807","email_id":"Samir.Kassulke@hotmail.com","dop":"2000-01-31","serial_number":"1023505550914247","imei1":"1023505550914247","imei2":"1023505550914247","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159070,"job_number":"JOB_159070","tr_customer_id":159087,"tr_customer_product_id":159077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:29.000Z","modified_at":"2026-01-18T03:56:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16426582337052","imei1":"16426582337052","imei2":"16426582337052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159072,"job_number":"JOB_159072","tr_customer_id":159089,"tr_customer_product_id":159079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:31.000Z","modified_at":"2026-01-18T03:56:31.000Z","name":"Kenny Hickle","mobile_number":"735-376-7511","email_id":"Catalina33@gmail.com","dop":"2025-04-06","serial_number":"17347309749523584","imei1":"17347309749523584","imei2":"17347309749523584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159073,"job_number":"JOB_159073","tr_customer_id":159090,"tr_customer_product_id":159080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:33.000Z","modified_at":"2026-01-18T03:56:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13408667443250","imei1":"13408667443250","imei2":"13408667443250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159075,"job_number":"JOB_159075","tr_customer_id":159092,"tr_customer_product_id":159082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:34.000Z","modified_at":"2026-01-18T03:56:34.000Z","name":"Rico Prosacco","mobile_number":"242-341-7855","email_id":"Karina_Lakin@yahoo.com","dop":"2025-04-06","serial_number":"17886541680478432","imei1":"17886541680478432","imei2":"17886541680478432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159076,"job_number":"JOB_159076","tr_customer_id":159093,"tr_customer_product_id":159083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:38.000Z","modified_at":"2026-01-18T03:56:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14073296534481","imei1":"14073296534481","imei2":"14073296534481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159081,"job_number":"JOB_159081","tr_customer_id":159098,"tr_customer_product_id":159088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:39.000Z","modified_at":"2026-01-18T03:56:39.000Z","name":"Nicklaus Adams","mobile_number":"571-791-8155","email_id":"Davion66@gmail.com","dop":"2025-04-06","serial_number":"16336268124921848","imei1":"16336268124921848","imei2":"16336268124921848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159082,"job_number":"JOB_159082","tr_customer_id":159099,"tr_customer_product_id":159089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:43.000Z","modified_at":"2026-01-18T03:56:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16992050938441","imei1":"16992050938441","imei2":"16992050938441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159084,"job_number":"JOB_159084","tr_customer_id":159101,"tr_customer_product_id":159091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:45.000Z","modified_at":"2026-01-18T03:56:45.000Z","name":"Alford Baumbach","mobile_number":"568-991-1586","email_id":"Jerod.Weber98@gmail.com","dop":"2025-04-06","serial_number":"17559774313272528","imei1":"17559774313272528","imei2":"17559774313272528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159085,"job_number":"JOB_159085","tr_customer_id":159102,"tr_customer_product_id":159092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:49.000Z","modified_at":"2026-01-18T03:56:49.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"17618015852470","imei1":"17618015852470","imei2":"17618015852470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159087,"job_number":"JOB_159087","tr_customer_id":159104,"tr_customer_product_id":159094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:51.000Z","modified_at":"2026-01-18T03:56:51.000Z","name":"Jewell Hane","mobile_number":"668-801-5609","email_id":"Cordell.Moen20@hotmail.com","dop":"2025-04-06","serial_number":"17059653394502704","imei1":"17059653394502704","imei2":"17059653394502704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159088,"job_number":"JOB_159088","tr_customer_id":159105,"tr_customer_product_id":159095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:55.000Z","modified_at":"2026-01-18T03:56:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18562529637721","imei1":"18562529637721","imei2":"18562529637721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159090,"job_number":"JOB_159090","tr_customer_id":159107,"tr_customer_product_id":159097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:56.000Z","modified_at":"2026-01-18T03:56:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18565090525399","imei1":"18565090525399","imei2":"18565090525399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159092,"job_number":"JOB_159092","tr_customer_id":159109,"tr_customer_product_id":159099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:57.000Z","modified_at":"2026-01-18T03:56:57.000Z","name":"Reynold Wilkinson","mobile_number":"881-440-9157","email_id":"Lourdes86@yahoo.com","dop":"2025-04-06","serial_number":"12156566780378344","imei1":"12156566780378344","imei2":"12156566780378344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159093,"job_number":"JOB_159093","tr_customer_id":159110,"tr_customer_product_id":159100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:58.000Z","modified_at":"2026-01-18T03:56:58.000Z","name":"Kenton Volkman","mobile_number":"842-551-3953","email_id":"Demarco_Luettgen45@hotmail.com","dop":"2025-04-06","serial_number":"18393030416523070","imei1":"18393030416523070","imei2":"18393030416523070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159094,"job_number":"JOB_159094","tr_customer_id":159111,"tr_customer_product_id":159101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:59.000Z","modified_at":"2026-01-18T03:56:59.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12194536353382","imei1":"12194536353382","imei2":"12194536353382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159096,"job_number":"JOB_159096","tr_customer_id":159113,"tr_customer_product_id":159103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:00.000Z","modified_at":"2026-01-18T03:57:00.000Z","name":"Rusty Buckridge","mobile_number":"532-371-9371","email_id":"Duncan.Lakin90@hotmail.com","dop":"2025-04-06","serial_number":"19535132894412390","imei1":"19535132894412390","imei2":"19535132894412390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159097,"job_number":"JOB_159097","tr_customer_id":159114,"tr_customer_product_id":159104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:05.000Z","modified_at":"2026-01-18T03:57:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17125544314672","imei1":"17125544314672","imei2":"17125544314672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159099,"job_number":"JOB_159099","tr_customer_id":159116,"tr_customer_product_id":159106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:06.000Z","modified_at":"2026-01-18T03:57:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19493853384651","imei1":"19493853384651","imei2":"19493853384651","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159101,"job_number":"JOB_159101","tr_customer_id":159118,"tr_customer_product_id":159108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:07.000Z","modified_at":"2026-01-18T03:57:07.000Z","name":"Damion Schimmel","mobile_number":"323-927-5489","email_id":"Amparo.Ortiz@yahoo.com","dop":"2025-04-06","serial_number":"15096935786322860","imei1":"15096935786322860","imei2":"15096935786322860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159102,"job_number":"JOB_159102","tr_customer_id":159119,"tr_customer_product_id":159109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:08.000Z","modified_at":"2026-01-18T03:57:08.000Z","name":"Elissa Von","mobile_number":"633-983-3381","email_id":"Hadley.Bahringer48@gmail.com","dop":"2025-04-06","serial_number":"12750777508163872","imei1":"12750777508163872","imei2":"12750777508163872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159103,"job_number":"JOB_159103","tr_customer_id":159120,"tr_customer_product_id":159110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:08.000Z","modified_at":"2026-01-18T03:57:08.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10881737155439","imei1":"10881737155439","imei2":"10881737155439","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159105,"job_number":"JOB_159105","tr_customer_id":159122,"tr_customer_product_id":159112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:10.000Z","modified_at":"2026-01-18T03:57:10.000Z","name":"Kay Kshlerin","mobile_number":"549-791-2841","email_id":"Korey.Pouros@hotmail.com","dop":"2000-01-31","serial_number":"1006836938561974","imei1":"1006836938561974","imei2":"1006836938561974","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159106,"job_number":"JOB_159106","tr_customer_id":159123,"tr_customer_product_id":159113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:19.000Z","modified_at":"2026-01-18T03:57:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10990930337870","imei1":"10990930337870","imei2":"10990930337870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159108,"job_number":"JOB_159108","tr_customer_id":159125,"tr_customer_product_id":159115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:20.000Z","modified_at":"2026-01-18T03:57:21.000Z","name":"Halle Jacobs","mobile_number":"702-829-9564","email_id":"Shemar_Weber@yahoo.com","dop":"2025-04-06","serial_number":"19481406525399376","imei1":"19481406525399376","imei2":"19481406525399376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159109,"job_number":"JOB_159109","tr_customer_id":159126,"tr_customer_product_id":159116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:38.000Z","modified_at":"2026-01-18T03:57:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13618202639912","imei1":"13618202639912","imei2":"13618202639912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159111,"job_number":"JOB_159111","tr_customer_id":159128,"tr_customer_product_id":159118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:40.000Z","modified_at":"2026-01-18T03:57:40.000Z","name":"Easter Nolan","mobile_number":"989-469-5107","email_id":"Manuela53@yahoo.com","dop":"2025-04-06","serial_number":"16931703119740418","imei1":"16931703119740418","imei2":"16931703119740418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159112,"job_number":"JOB_159112","tr_customer_id":159129,"tr_customer_product_id":159119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:51.000Z","modified_at":"2026-01-18T03:57:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16495393975364","imei1":"16495393975364","imei2":"16495393975364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159114,"job_number":"JOB_159114","tr_customer_id":159131,"tr_customer_product_id":159121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:53.000Z","modified_at":"2026-01-18T03:57:53.000Z","name":"Sigrid Hoppe","mobile_number":"744-704-0538","email_id":"Elvie73@yahoo.com","dop":"2025-04-06","serial_number":"12844900235535616","imei1":"12844900235535616","imei2":"12844900235535616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159115,"job_number":"JOB_159115","tr_customer_id":159132,"tr_customer_product_id":159122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:53.000Z","modified_at":"2026-01-18T03:57:53.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10593668361759","imei1":"10593668361759","imei2":"10593668361759","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159117,"job_number":"JOB_159117","tr_customer_id":159134,"tr_customer_product_id":159124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:55.000Z","modified_at":"2026-01-18T03:57:55.000Z","name":"Vivien Effertz","mobile_number":"264-411-5441","email_id":"Justine50@hotmail.com","dop":"2000-01-31","serial_number":"1041260274965509","imei1":"1041260274965509","imei2":"1041260274965509","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159118,"job_number":"JOB_159118","tr_customer_id":159135,"tr_customer_product_id":159125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:04.000Z","modified_at":"2026-01-18T04:02:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42595467128054","imei1":"42595467128054","imei2":"42595467128054","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159119,"job_number":"JOB_159119","tr_customer_id":159136,"tr_customer_product_id":159126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:05.000Z","modified_at":"2026-01-18T04:02:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87314681924832","imei1":"87314681924832","imei2":"87314681924832","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159120,"job_number":"JOB_159120","tr_customer_id":159137,"tr_customer_product_id":159127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:05.000Z","modified_at":"2026-01-18T04:02:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83676561649942","imei1":"83676561649942","imei2":"83676561649942","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159121,"job_number":"JOB_159121","tr_customer_id":159138,"tr_customer_product_id":159128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:05.000Z","modified_at":"2026-01-18T04:02:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90919033009824","imei1":"90919033009824","imei2":"90919033009824","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159122,"job_number":"JOB_159122","tr_customer_id":159139,"tr_customer_product_id":159129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:06.000Z","modified_at":"2026-01-18T04:02:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97667063730193","imei1":"97667063730193","imei2":"97667063730193","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159123,"job_number":"JOB_159123","tr_customer_id":159140,"tr_customer_product_id":159130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:06.000Z","modified_at":"2026-01-18T04:02:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"52313581280592","imei1":"52313581280592","imei2":"52313581280592","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159125,"job_number":"JOB_159125","tr_customer_id":159142,"tr_customer_product_id":159132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:35.000Z","modified_at":"2026-01-18T04:02:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14404177699227","imei1":"14404177699227","imei2":"14404177699227","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159126,"job_number":"JOB_159126","tr_customer_id":159143,"tr_customer_product_id":159133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:35.000Z","modified_at":"2026-01-18T04:02:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"75974630502915","imei1":"75974630502915","imei2":"75974630502915","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159127,"job_number":"JOB_159127","tr_customer_id":159144,"tr_customer_product_id":159134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:35.000Z","modified_at":"2026-01-18T04:02:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"49649277405742","imei1":"49649277405742","imei2":"49649277405742","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159128,"job_number":"JOB_159128","tr_customer_id":159145,"tr_customer_product_id":159135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:36.000Z","modified_at":"2026-01-18T04:02:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"98739550267129","imei1":"98739550267129","imei2":"98739550267129","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159129,"job_number":"JOB_159129","tr_customer_id":159146,"tr_customer_product_id":159136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:36.000Z","modified_at":"2026-01-18T04:02:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14537486509078","imei1":"14537486509078","imei2":"14537486509078","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159130,"job_number":"JOB_159130","tr_customer_id":159147,"tr_customer_product_id":159137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:36.000Z","modified_at":"2026-01-18T04:02:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47803734311039","imei1":"47803734311039","imei2":"47803734311039","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159132,"job_number":"JOB_159132","tr_customer_id":159149,"tr_customer_product_id":159139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:05.000Z","modified_at":"2026-01-18T04:03:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25953638566088","imei1":"25953638566088","imei2":"25953638566088","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159133,"job_number":"JOB_159133","tr_customer_id":159150,"tr_customer_product_id":159140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:05.000Z","modified_at":"2026-01-18T04:03:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68817167817827","imei1":"68817167817827","imei2":"68817167817827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159134,"job_number":"JOB_159134","tr_customer_id":159151,"tr_customer_product_id":159141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11405749785771","imei1":"11405749785771","imei2":"11405749785771","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159135,"job_number":"JOB_159135","tr_customer_id":159152,"tr_customer_product_id":159142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65198456677470","imei1":"65198456677470","imei2":"65198456677470","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159136,"job_number":"JOB_159136","tr_customer_id":159153,"tr_customer_product_id":159143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45333620539242","imei1":"45333620539242","imei2":"45333620539242","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159137,"job_number":"JOB_159137","tr_customer_id":159154,"tr_customer_product_id":159144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55816952128862","imei1":"55816952128862","imei2":"55816952128862","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159140,"job_number":"JOB_159140","tr_customer_id":159157,"tr_customer_product_id":159147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:35:39.000Z","modified_at":"2026-01-18T04:35:39.000Z","name":"Sigmund Heller","mobile_number":"553-816-8494","email_id":"Kellie_Moore@yahoo.com","dop":"2025-04-06","serial_number":"14915951040604334","imei1":"14915951040604334","imei2":"14915951040604334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159142,"job_number":"JOB_159142","tr_customer_id":159159,"tr_customer_product_id":159149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:36:25.000Z","modified_at":"2026-01-18T04:36:25.000Z","name":"Evangeline Mertz","mobile_number":"770-977-1504","email_id":"Baylee.Von@yahoo.com","dop":"2025-04-06","serial_number":"15546895950353300","imei1":"15546895950353300","imei2":"15546895950353300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159144,"job_number":"JOB_159144","tr_customer_id":159161,"tr_customer_product_id":159151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:37:10.000Z","modified_at":"2026-01-18T04:37:10.000Z","name":"Agustina Effertz","mobile_number":"534-575-8446","email_id":"Elena16@hotmail.com","dop":"2025-04-06","serial_number":"16513923573111656","imei1":"16513923573111656","imei2":"16513923573111656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:37:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159145,"job_number":"JOB_159145","tr_customer_id":159162,"tr_customer_product_id":159152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:38:25.000Z","modified_at":"2026-01-18T04:38:25.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-08","serial_number":"37906098012507","imei1":"37906098012507","imei2":"37906098012507","popurl":"2026-01-08T04:38:25.059966147Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:38:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159146,"job_number":"JOB_159146","tr_customer_id":159163,"tr_customer_product_id":159153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:39:13.000Z","modified_at":"2026-01-18T04:39:13.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-08","serial_number":"13152065634352","imei1":"13152065634352","imei2":"13152065634352","popurl":"2026-01-08T04:39:13.543870831Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159147,"job_number":"JOB_159147","tr_customer_id":159164,"tr_customer_product_id":159154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:46:20.000Z","modified_at":"2026-01-18T04:46:20.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"102426181348629","imei1":"102426181348629","imei2":"102426181348629","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159149,"job_number":"JOB_159149","tr_customer_id":159166,"tr_customer_product_id":159156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:46:32.000Z","modified_at":"2026-01-18T04:46:32.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"101296498934228","imei1":"101296498934228","imei2":"101296498934228","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:46:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159152,"job_number":"JOB_159152","tr_customer_id":159169,"tr_customer_product_id":159159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:48:44.000Z","modified_at":"2026-01-18T04:48:44.000Z","name":"Waino Watsica","mobile_number":"349-225-5664","email_id":"Tyrese.Rodriguez@hotmail.com","dop":"2025-04-06","serial_number":"17754341125637384","imei1":"17754341125637384","imei2":"17754341125637384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159154,"job_number":"JOB_159154","tr_customer_id":159171,"tr_customer_product_id":159161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:49:27.000Z","modified_at":"2026-01-18T04:49:27.000Z","name":"Mathias Heaney","mobile_number":"969-224-2353","email_id":"Colleen.Hegmann@hotmail.com","dop":"2025-04-06","serial_number":"17387945400318194","imei1":"17387945400318194","imei2":"17387945400318194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159156,"job_number":"JOB_159156","tr_customer_id":159173,"tr_customer_product_id":159163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:50:10.000Z","modified_at":"2026-01-18T04:50:10.000Z","name":"Carolyn Considine","mobile_number":"384-998-3374","email_id":"Daphney.Abernathy8@hotmail.com","dop":"2025-04-06","serial_number":"14526013914400280","imei1":"14526013914400280","imei2":"14526013914400280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:50:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159158,"job_number":"JOB_159158","tr_customer_id":159175,"tr_customer_product_id":159165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:50:29.000Z","modified_at":"2026-01-18T04:50:29.000Z","name":"Chad Blick","mobile_number":"807-777-0039","email_id":"Garland8@gmail.com","dop":"2025-04-06","serial_number":"17782362417732888","imei1":"17782362417732888","imei2":"17782362417732888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159160,"job_number":"JOB_159160","tr_customer_id":159177,"tr_customer_product_id":159167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:54:55.000Z","modified_at":"2026-01-18T04:54:55.000Z","name":"Devan Powlowski","mobile_number":"519-651-9589","email_id":"Alfreda_Douglas32@yahoo.com","dop":"2025-04-06","serial_number":"15810515364692680","imei1":"15810515364692680","imei2":"15810515364692680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:54:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159162,"job_number":"JOB_159162","tr_customer_id":159179,"tr_customer_product_id":159169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:55:38.000Z","modified_at":"2026-01-18T04:55:38.000Z","name":"Raphael Ullrich","mobile_number":"412-771-1127","email_id":"Joana17@yahoo.com","dop":"2025-04-06","serial_number":"13083912295804420","imei1":"13083912295804420","imei2":"13083912295804420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159164,"job_number":"JOB_159164","tr_customer_id":159181,"tr_customer_product_id":159171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:21.000Z","modified_at":"2026-01-18T04:56:21.000Z","name":"Sanford Padberg","mobile_number":"280-853-9256","email_id":"Mandy_Hettinger47@hotmail.com","dop":"2025-04-06","serial_number":"13793539832285556","imei1":"13793539832285556","imei2":"13793539832285556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:56:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159166,"job_number":"JOB_159166","tr_customer_id":159183,"tr_customer_product_id":159173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:33.000Z","modified_at":"2026-01-18T04:56:33.000Z","name":"Berneice Hintz","mobile_number":"949-440-5626","email_id":"Nicklaus_DuBuque@hotmail.com","dop":"2025-04-06","serial_number":"18205991908541724","imei1":"18205991908541724","imei2":"18205991908541724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159168,"job_number":"JOB_159168","tr_customer_id":159185,"tr_customer_product_id":159175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:48.000Z","modified_at":"2026-01-18T04:56:49.000Z","name":"Cassandra Grant","mobile_number":"495-254-8948","email_id":"Ariane57@hotmail.com","dop":"2025-04-06","serial_number":"13564346949934916","imei1":"13564346949934916","imei2":"13564346949934916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159172,"job_number":"JOB_159172","tr_customer_id":159189,"tr_customer_product_id":159179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:10.000Z","modified_at":"2026-01-18T05:26:10.000Z","name":"Anika Naik","mobile_number":"896-551-3586","email_id":"Charlie_Schiller@yahoo.com","dop":"2025-06-18","serial_number":"40529506789497","imei1":"40529506789497","imei2":"40529506789497","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159173,"job_number":"JOB_159173","tr_customer_id":159191,"tr_customer_product_id":159180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:10.000Z","modified_at":"2026-01-18T05:26:10.000Z","name":"Abhijit Naik","mobile_number":"896-551-3586","email_id":"Charlie_Schiller@yahoo.com","dop":"2025-06-18","serial_number":"30529506789497","imei1":"30529506789497","imei2":"30529506789497","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159174,"job_number":"JOB_159174","tr_customer_id":159190,"tr_customer_product_id":159181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:10.000Z","modified_at":"2026-01-18T05:26:10.000Z","name":"Shweta Naik","mobile_number":"896-551-3586","email_id":"Charlie_Schiller@yahoo.com","dop":"2025-06-18","serial_number":"50529506789497","imei1":"50529506789497","imei2":"50529506789497","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159175,"job_number":"JOB_159175","tr_customer_id":159192,"tr_customer_product_id":159182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Tarun Pothuvaal","mobile_number":"9759552311","email_id":"shwet.guneta@yahoo.co.in","dop":"2026-01-08","serial_number":"781387361097568","imei1":"781387361097568","imei2":"781387361097568","popurl":"www.chandrabhan-mehra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159176,"job_number":"JOB_159176","tr_customer_id":159193,"tr_customer_product_id":159183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Narinder Gill","mobile_number":"9770838996","email_id":"tara.trivedi@gmail.com","dop":"2026-01-08","serial_number":"586671701396091","imei1":"586671701396091","imei2":"586671701396091","popurl":"www.brijesh-mehrotra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159177,"job_number":"JOB_159177","tr_customer_id":159194,"tr_customer_product_id":159184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Keerti Dhawan","mobile_number":"9717192766","email_id":"prem.marar@hotmail.com","dop":"2026-01-08","serial_number":"979679078404403","imei1":"979679078404403","imei2":"979679078404403","popurl":"www.indra-mishra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159178,"job_number":"JOB_159178","tr_customer_id":159195,"tr_customer_product_id":159185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Mani Sethi","mobile_number":"9732448209","email_id":"anunay.rana@yahoo.co.in","dop":"2026-01-08","serial_number":"879345541184340","imei1":"879345541184340","imei2":"879345541184340","popurl":"www.hari-achari.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159179,"job_number":"JOB_159179","tr_customer_id":159196,"tr_customer_product_id":159186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Chapal Chattopadhyay","mobile_number":"9734701880","email_id":"lakshman.patil@hotmail.com","dop":"2026-01-08","serial_number":"643310145025074","imei1":"643310145025074","imei2":"643310145025074","popurl":"www.rahul-guha.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159180,"job_number":"JOB_159180","tr_customer_id":159197,"tr_customer_product_id":159187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:12.000Z","modified_at":"2026-01-18T05:26:12.000Z","name":"Janis Goyette","mobile_number":"999-774-7701","email_id":"Jazmyn_Zboncak@hotmail.com","dop":"2025-06-18","serial_number":"10442063229355","imei1":"10442063229355","imei2":"10442063229355","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159181,"job_number":"JOB_159181","tr_customer_id":159198,"tr_customer_product_id":159188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:12.000Z","modified_at":"2026-01-18T05:26:12.000Z","name":"Janis Goyette","mobile_number":"999-774-7701","email_id":"Jazmyn_Zboncak@hotmail.com","dop":"2025-06-18","serial_number":"10442063229375","imei1":"10442063229375","imei2":"10442063229375","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159182,"job_number":"JOB_159182","tr_customer_id":159199,"tr_customer_product_id":159189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:12.000Z","modified_at":"2026-01-18T05:26:12.000Z","name":"Janis Goyette","mobile_number":"999-774-7701","email_id":"Jazmyn_Zboncak@hotmail.com","dop":"2025-06-18","serial_number":"10442063229344","imei1":"10442063229344","imei2":"10442063229344","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159183,"job_number":"JOB_159183","tr_customer_id":159200,"tr_customer_product_id":159190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:37.000Z","modified_at":"2026-01-18T05:26:37.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-08","serial_number":"82585355524444","imei1":"82585355524444","imei2":"82585355524444","popurl":"2026-01-08T05:26:38.556797900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159184,"job_number":"JOB_159184","tr_customer_id":159201,"tr_customer_product_id":159191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:40.000Z","modified_at":"2026-01-18T05:26:40.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-08","serial_number":"44555355528010","imei1":"44555355528010","imei2":"44555355528010","popurl":"2026-01-08T05:26:41.003508100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159186,"job_number":"JOB_159186","tr_customer_id":159203,"tr_customer_product_id":159193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:30:31.000Z","modified_at":"2026-01-18T05:30:31.000Z","name":"Enoch Reynolds","mobile_number":"493-755-5988","email_id":"Moshe57@yahoo.com","dop":"2025-04-06","serial_number":"12379627810619552","imei1":"12379627810619552","imei2":"12379627810619552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159188,"job_number":"JOB_159188","tr_customer_id":159205,"tr_customer_product_id":159195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:31:17.000Z","modified_at":"2026-01-18T05:31:17.000Z","name":"Haleigh Schmeler","mobile_number":"491-543-5436","email_id":"Luz80@gmail.com","dop":"2025-04-06","serial_number":"12481029967063888","imei1":"12481029967063888","imei2":"12481029967063888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159190,"job_number":"JOB_159190","tr_customer_id":159207,"tr_customer_product_id":159197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:32:02.000Z","modified_at":"2026-01-18T05:32:02.000Z","name":"Judson Bergstrom","mobile_number":"811-251-1536","email_id":"Florida.Mitchell90@hotmail.com","dop":"2025-04-06","serial_number":"19066169072961424","imei1":"19066169072961424","imei2":"19066169072961424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159192,"job_number":"JOB_159192","tr_customer_id":159209,"tr_customer_product_id":159199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:34:34.000Z","modified_at":"2026-01-18T05:34:34.000Z","name":"Elmore Nicolas","mobile_number":"870-721-8135","email_id":"Gage69@yahoo.com","dop":"2025-04-06","serial_number":"14563330117773424","imei1":"14563330117773424","imei2":"14563330117773424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:34:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159194,"job_number":"JOB_159194","tr_customer_id":159211,"tr_customer_product_id":159201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:35:19.000Z","modified_at":"2026-01-18T05:35:19.000Z","name":"Kailyn Strosin","mobile_number":"702-605-0724","email_id":"Ewald32@hotmail.com","dop":"2025-04-06","serial_number":"13005289405076192","imei1":"13005289405076192","imei2":"13005289405076192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159196,"job_number":"JOB_159196","tr_customer_id":159213,"tr_customer_product_id":159203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:36:02.000Z","modified_at":"2026-01-18T05:36:02.000Z","name":"Alvah Carter","mobile_number":"381-974-1089","email_id":"Una68@hotmail.com","dop":"2025-04-06","serial_number":"17282893793894732","imei1":"17282893793894732","imei2":"17282893793894732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158282,"job_number":"JOB_158282","tr_customer_id":158299,"tr_customer_product_id":158289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T20:13:16.000Z","modified_at":"2026-01-16T20:13:16.000Z","name":"Testing Sai","mobile_number":"8888999999","email_id":"trd@gmail.com","dop":"2025-12-31","serial_number":"66655566656669","imei1":"66655566656669","imei2":"66655566656669","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T20:13:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158328,"job_number":"JOB_158328","tr_customer_id":158345,"tr_customer_product_id":158335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:45.000Z","modified_at":"2026-01-17T03:42:45.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Cleveland_Ebert@yahoo.com","dop":"2025-07-02","serial_number":"16536671828966","imei1":"16536671828966","imei2":"16536671828966","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158344,"job_number":"JOB_158344","tr_customer_id":158361,"tr_customer_product_id":158351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:02.000Z","modified_at":"2026-01-17T03:43:02.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Alek_Graham45@gmail.com","dop":"2025-07-02","serial_number":"17059396181607","imei1":"17059396181607","imei2":"17059396181607","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158354,"job_number":"JOB_158354","tr_customer_id":158371,"tr_customer_product_id":158361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:19.000Z","modified_at":"2026-01-17T03:43:19.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Abner.Kautzer2@yahoo.com","dop":"2025-07-02","serial_number":"19559837803564","imei1":"19559837803564","imei2":"19559837803564","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158385,"job_number":"JOB_158385","tr_customer_id":158402,"tr_customer_product_id":158392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:01.000Z","modified_at":"2026-01-17T03:44:01.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"146910989004877","imei1":"146910989004877","imei2":"146910989004877","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158386,"job_number":"JOB_158386","tr_customer_id":158403,"tr_customer_product_id":158393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:01.000Z","modified_at":"2026-01-17T03:44:01.000Z","name":"Anibal O'Hara","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"103299519500346","imei1":"103299519500346","imei2":"103299519500346","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158387,"job_number":"JOB_158387","tr_customer_id":158404,"tr_customer_product_id":158394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:02.000Z","modified_at":"2026-01-17T03:44:02.000Z","name":"Hanna Davis","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"150406524276806","imei1":"150406524276806","imei2":"150406524276806","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158388,"job_number":"JOB_158388","tr_customer_id":158405,"tr_customer_product_id":158395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:02.000Z","modified_at":"2026-01-17T03:44:02.000Z","name":"Zola Lemke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"146830526284333","imei1":"146830526284333","imei2":"146830526284333","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158398,"job_number":"JOB_158398","tr_customer_id":158415,"tr_customer_product_id":158405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:12.000Z","modified_at":"2026-01-17T03:44:12.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"118480271711951","imei1":"118480271711951","imei2":"118480271711951","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158400,"job_number":"JOB_158400","tr_customer_id":158417,"tr_customer_product_id":158407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:13.000Z","modified_at":"2026-01-17T03:44:13.000Z","name":"Marian Kuhn","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"185306551779297","imei1":"185306551779297","imei2":"185306551779297","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158402,"job_number":"JOB_158402","tr_customer_id":158419,"tr_customer_product_id":158409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:13.000Z","modified_at":"2026-01-17T03:44:13.000Z","name":"Marcelina Koelpin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140734698974988","imei1":"140734698974988","imei2":"140734698974988","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158403,"job_number":"JOB_158403","tr_customer_id":158420,"tr_customer_product_id":158410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:13.000Z","modified_at":"2026-01-17T03:44:13.000Z","name":"Newell Koelpin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102407723537132","imei1":"102407723537132","imei2":"102407723537132","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158414,"job_number":"JOB_158414","tr_customer_id":158431,"tr_customer_product_id":158421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:28.000Z","modified_at":"2026-01-17T03:44:28.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"103960262653477","imei1":"103960262653477","imei2":"103960262653477","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158416,"job_number":"JOB_158416","tr_customer_id":158433,"tr_customer_product_id":158423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:29.000Z","modified_at":"2026-01-17T03:44:29.000Z","name":"Elmer Reynolds","mobile_number":"378-319-0161","email_id":"Suzanne_Farrell71@yahoo.com","dop":"2025-06-09","serial_number":"109199334236585","imei1":"109199334236585","imei2":"109199334236585","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158426,"job_number":"JOB_158426","tr_customer_id":158443,"tr_customer_product_id":158433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:42.000Z","modified_at":"2026-01-17T03:44:42.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106949070018540","imei1":"106949070018540","imei2":"106949070018540","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158428,"job_number":"JOB_158428","tr_customer_id":158445,"tr_customer_product_id":158435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:43.000Z","modified_at":"2026-01-17T03:44:43.000Z","name":"Gerald Effertz","mobile_number":"662-277-0330","email_id":"Renee.Mills@hotmail.com","dop":"2025-06-09","serial_number":"107173546291463","imei1":"107173546291463","imei2":"107173546291463","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158441,"job_number":"JOB_158441","tr_customer_id":158458,"tr_customer_product_id":158448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:57.000Z","modified_at":"2026-01-17T03:44:57.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105493518641071","imei1":"105493518641071","imei2":"105493518641071","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158445,"job_number":"JOB_158445","tr_customer_id":158462,"tr_customer_product_id":158452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:57.000Z","modified_at":"2026-01-17T03:44:57.000Z","name":"Uriel Mitchell","mobile_number":"947-801-7244","email_id":"Linwood.Kuhic22@hotmail.com","dop":"2025-06-09","serial_number":"109888146056340","imei1":"109888146056340","imei2":"109888146056340","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158501,"job_number":"JOB_158501","tr_customer_id":158518,"tr_customer_product_id":158508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:03:02.000Z","modified_at":"2026-01-17T06:03:02.000Z","name":"JF FK","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957152165010","imei1":"15957152165010","imei2":"15957152165010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158502,"job_number":"JOB_158502","tr_customer_id":158519,"tr_customer_product_id":158509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:03:02.000Z","modified_at":"2026-01-17T06:03:02.000Z","name":"YadiFKFa Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957148162011","imei1":"15957148162011","imei2":"15957148162011","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158503,"job_number":"JOB_158503","tr_customer_id":158520,"tr_customer_product_id":158510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:03:02.000Z","modified_at":"2026-01-17T06:03:02.000Z","name":"ABC Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957151162010","imei1":"15957151162010","imei2":"15957151162010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158504,"job_number":"JOB_158504","tr_customer_id":158521,"tr_customer_product_id":158511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:03:02.000Z","modified_at":"2026-01-17T06:03:02.000Z","name":"Yadira Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150162010","imei1":"15957150162010","imei2":"15957150162010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158505,"job_number":"JOB_158505","tr_customer_id":158522,"tr_customer_product_id":158512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:03:02.000Z","modified_at":"2026-01-17T06:03:02.000Z","name":"Yadira BlaFKFFKnda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957138162010","imei1":"15957138162010","imei2":"15957138162010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158516,"job_number":"JOB_158516","tr_customer_id":158533,"tr_customer_product_id":158523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:27:41.000Z","modified_at":"2026-01-17T07:27:41.000Z","name":"abhi res","mobile_number":"999000111","email_id":"ahbi@gg.com","dop":"2026-01-06","serial_number":"18040915043019","imei1":"18040915043019","imei2":"18040915043019","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158577,"job_number":"JOB_158577","tr_customer_id":158594,"tr_customer_product_id":158584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:54.000Z","modified_at":"2026-01-17T10:32:54.000Z","name":"Kapil Patil","mobile_number":"375-921-8698","email_id":"Joshua.Dietrich24@gmail.com","dop":"2025-05-12","serial_number":"151772963399794","imei1":"151772963399794","imei2":"151772963399794","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158578,"job_number":"JOB_158578","tr_customer_id":158595,"tr_customer_product_id":158585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:54.000Z","modified_at":"2026-01-17T10:32:54.000Z","name":"Nikhil Patil","mobile_number":"375-921-8698","email_id":"Joshua.Dietrich24@gmail.com","dop":"2025-05-12","serial_number":"331772963399794","imei1":"331772963399794","imei2":"331772963399794","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158579,"job_number":"JOB_158579","tr_customer_id":158596,"tr_customer_product_id":158586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:54.000Z","modified_at":"2026-01-17T10:32:54.000Z","name":"Carissa Becker","mobile_number":"375-921-8698","email_id":"Joshua.Dietrich24@gmail.com","dop":"2025-05-12","serial_number":"221772963399794","imei1":"221772963399794","imei2":"221772963399794","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158585,"job_number":"JOB_158585","tr_customer_id":158602,"tr_customer_product_id":158592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:57.000Z","modified_at":"2026-01-17T10:32:57.000Z","name":"Merle Wintheiser","mobile_number":"306-842-9060","email_id":"Ruben.Towne66@gmail.com","dop":"2025-05-12","serial_number":"950542362799449","imei1":"950542362799449","imei2":"950542362799449","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158586,"job_number":"JOB_158586","tr_customer_id":158603,"tr_customer_product_id":158593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:57.000Z","modified_at":"2026-01-17T10:32:57.000Z","name":"Merle Wintheiser","mobile_number":"306-842-9060","email_id":"Ruben.Towne66@gmail.com","dop":"2025-05-12","serial_number":"750542362799449","imei1":"750542362799449","imei2":"750542362799449","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158587,"job_number":"JOB_158587","tr_customer_id":158604,"tr_customer_product_id":158594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:57.000Z","modified_at":"2026-01-17T10:32:57.000Z","name":"Merle Wintheiser","mobile_number":"306-842-9060","email_id":"Ruben.Towne66@gmail.com","dop":"2025-05-12","serial_number":"890542362799449","imei1":"890542362799449","imei2":"890542362799449","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158637,"job_number":"JOB_158637","tr_customer_id":158654,"tr_customer_product_id":158644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:08:56.000Z","modified_at":"2026-01-17T14:08:56.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"113734770311322","imei1":"113734770311322","imei2":"113734770311322","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158638,"job_number":"JOB_158638","tr_customer_id":158655,"tr_customer_product_id":158645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:08:56.000Z","modified_at":"2026-01-17T14:08:56.000Z","name":"Birdie O'Connell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"179461865204720","imei1":"179461865204720","imei2":"179461865204720","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158639,"job_number":"JOB_158639","tr_customer_id":158656,"tr_customer_product_id":158646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:08:57.000Z","modified_at":"2026-01-17T14:08:57.000Z","name":"Julia Kohler","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"197298818874104","imei1":"197298818874104","imei2":"197298818874104","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:08:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158640,"job_number":"JOB_158640","tr_customer_id":158657,"tr_customer_product_id":158647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:08:57.000Z","modified_at":"2026-01-17T14:08:57.000Z","name":"Kyle Osinski","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139488606144877","imei1":"139488606144877","imei2":"139488606144877","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:08:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158642,"job_number":"JOB_158642","tr_customer_id":158659,"tr_customer_product_id":158649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:09:08.000Z","modified_at":"2026-01-17T14:09:08.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"196409635930897","imei1":"196409635930897","imei2":"196409635930897","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158643,"job_number":"JOB_158643","tr_customer_id":158660,"tr_customer_product_id":158650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:09:08.000Z","modified_at":"2026-01-17T14:09:08.000Z","name":"Sidney Jenkins","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"137189714556725","imei1":"137189714556725","imei2":"137189714556725","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158644,"job_number":"JOB_158644","tr_customer_id":158661,"tr_customer_product_id":158651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:09:08.000Z","modified_at":"2026-01-17T14:09:08.000Z","name":"Lily Braun","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"130750151091707","imei1":"130750151091707","imei2":"130750151091707","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158645,"job_number":"JOB_158645","tr_customer_id":158662,"tr_customer_product_id":158652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:09:09.000Z","modified_at":"2026-01-17T14:09:09.000Z","name":"Kolby Miller","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114598888992544","imei1":"114598888992544","imei2":"114598888992544","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158652,"job_number":"JOB_158652","tr_customer_id":158669,"tr_customer_product_id":158659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:13:53.000Z","modified_at":"2026-01-17T14:13:53.000Z","name":"Lester Jacobson","mobile_number":"277-764-3142","email_id":"Wyman7@yahoo.com","dop":"2025-12-01","serial_number":"11870858857560","imei1":"11870858857560","imei2":"11870858857560","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:13:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158656,"job_number":"JOB_158656","tr_customer_id":158673,"tr_customer_product_id":158663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:14:19.000Z","modified_at":"2026-01-17T14:14:19.000Z","name":"Estelle Heaney","mobile_number":"810-724-6609","email_id":"Alexandrea_Aufderhar36@yahoo.com","dop":"2025-12-01","serial_number":"20656922137665","imei1":"20656922137665","imei2":"20656922137665","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:14:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158742,"job_number":"JOB_158742","tr_customer_id":158759,"tr_customer_product_id":158749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:02.000Z","modified_at":"2026-01-17T14:23:02.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"100385960228118","imei1":"100385960228118","imei2":"100385960228118","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158744,"job_number":"JOB_158744","tr_customer_id":158761,"tr_customer_product_id":158751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:03.000Z","modified_at":"2026-01-17T14:23:03.000Z","name":"Jalon Reinger","mobile_number":"657-464-9893","email_id":"Lou_Nienow@yahoo.com","dop":"2025-06-09","serial_number":"100642124675070","imei1":"100642124675070","imei2":"100642124675070","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158748,"job_number":"JOB_158748","tr_customer_id":158765,"tr_customer_product_id":158755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:18.000Z","modified_at":"2026-01-17T14:23:18.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"103831513078457","imei1":"103831513078457","imei2":"103831513078457","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158750,"job_number":"JOB_158750","tr_customer_id":158767,"tr_customer_product_id":158757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:18.000Z","modified_at":"2026-01-17T14:23:19.000Z","name":"Maida Wehner","mobile_number":"708-706-0938","email_id":"Tremayne.Lemke38@gmail.com","dop":"2025-06-09","serial_number":"103030205292523","imei1":"103030205292523","imei2":"103030205292523","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158753,"job_number":"JOB_158753","tr_customer_id":158770,"tr_customer_product_id":158760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:33.000Z","modified_at":"2026-01-17T14:23:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105148546255345","imei1":"105148546255345","imei2":"105148546255345","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158756,"job_number":"JOB_158756","tr_customer_id":158773,"tr_customer_product_id":158763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:33.000Z","modified_at":"2026-01-17T14:23:33.000Z","name":"Eladio Goldner","mobile_number":"904-942-7964","email_id":"Heidi_Reynolds43@hotmail.com","dop":"2025-06-09","serial_number":"102316771377145","imei1":"102316771377145","imei2":"102316771377145","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158813,"job_number":"JOB_158813","tr_customer_id":158830,"tr_customer_product_id":158820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:41:54.000Z","modified_at":"2026-01-17T16:41:54.000Z","name":"Reyna Mohr","mobile_number":"296-899-0004","email_id":"Frieda85@yahoo.com","dop":"2025-11-09","serial_number":"57874044669091","imei1":"57874044669091","imei2":"57874044669091","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:41:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158819,"job_number":"JOB_158819","tr_customer_id":158836,"tr_customer_product_id":158826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:51:30.000Z","modified_at":"2026-01-17T16:51:30.000Z","name":"Rowan Robel","mobile_number":"792-545-1966","email_id":"Kacie.Koch@hotmail.com","dop":"2025-11-09","serial_number":"74850340132784","imei1":"74850340132784","imei2":"74850340132784","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158823,"job_number":"JOB_158823","tr_customer_id":158840,"tr_customer_product_id":158830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:56:30.000Z","modified_at":"2026-01-17T16:56:30.000Z","name":"Aimee Auer","mobile_number":"319-937-1738","email_id":"Esperanza43@yahoo.com","dop":"2025-11-09","serial_number":"25375359787120","imei1":"25375359787120","imei2":"25375359787120","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158824,"job_number":"JOB_158824","tr_customer_id":158841,"tr_customer_product_id":158831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:57:23.000Z","modified_at":"2026-01-17T16:57:23.000Z","name":"Bobby Kautzer","mobile_number":"582-461-1867","email_id":"Jason.Dietrich70@hotmail.com","dop":"2025-11-09","serial_number":"75143471341121","imei1":"75143471341121","imei2":"75143471341121","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158825,"job_number":"JOB_158825","tr_customer_id":158842,"tr_customer_product_id":158832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:57:31.000Z","modified_at":"2026-01-17T16:57:31.000Z","name":"Grayson Parisian","mobile_number":"805-726-6735","email_id":"Meagan4@yahoo.com","dop":"2025-11-09","serial_number":"37262570811936","imei1":"37262570811936","imei2":"37262570811936","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158826,"job_number":"JOB_158826","tr_customer_id":158843,"tr_customer_product_id":158833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:57:36.000Z","modified_at":"2026-01-17T16:57:36.000Z","name":"Russell Jacobs","mobile_number":"902-368-1265","email_id":"Niko_Conn8@gmail.com","dop":"2025-11-09","serial_number":"19754020528460","imei1":"19754020528460","imei2":"19754020528460","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158827,"job_number":"JOB_158827","tr_customer_id":158844,"tr_customer_product_id":158834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:01:44.000Z","modified_at":"2026-01-17T17:01:44.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Brian_Crist65@hotmail.com","dop":"2025-07-02","serial_number":"17483713850840","imei1":"17483713850840","imei2":"17483713850840","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:01:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158837,"job_number":"JOB_158837","tr_customer_id":158854,"tr_customer_product_id":158844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:19:34.000Z","modified_at":"2026-01-17T17:19:34.000Z","name":"Jackson Schulist","mobile_number":"205-372-8597","email_id":"Carlie63@gmail.com","dop":"2025-11-09","serial_number":"1082055512642662","imei1":"1082055512642662","imei2":"1082055512642662","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158839,"job_number":"JOB_158839","tr_customer_id":158856,"tr_customer_product_id":158846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:37:15.000Z","modified_at":"2026-01-17T17:37:15.000Z","name":"Jillian Dickinson","mobile_number":"947-812-1294","email_id":"Marjorie53@gmail.com","dop":"2025-11-09","serial_number":"76809446332231170","imei1":"76809446332231170","imei2":"76809446332231170","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158852,"job_number":"JOB_158852","tr_customer_id":158869,"tr_customer_product_id":158859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:55:04.000Z","modified_at":"2026-01-17T17:55:04.000Z","name":"Queenie Paucek","mobile_number":"368-617-5944","email_id":"Nellie73@yahoo.com","dop":"2025-11-09","serial_number":"64264506674218","imei1":"64264506674218","imei2":"64264506674218","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158857,"job_number":"JOB_158857","tr_customer_id":158874,"tr_customer_product_id":158864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:06:02.000Z","modified_at":"2026-01-17T18:06:02.000Z","name":"Eduardo Balistreri","mobile_number":"632-326-4829","email_id":"Camilla33@gmail.com","dop":"2025-11-09","serial_number":"30317247592805","imei1":"30317247592805","imei2":"30317247592805","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:06:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158858,"job_number":"JOB_158858","tr_customer_id":158875,"tr_customer_product_id":158865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:06:04.000Z","modified_at":"2026-01-17T18:06:04.000Z","name":"Lee Hauck","mobile_number":"423-492-5619","email_id":"Camille5@yahoo.com","dop":"2025-11-09","serial_number":"62915010271506","imei1":"62915010271506","imei2":"62915010271506","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:06:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158859,"job_number":"JOB_158859","tr_customer_id":158876,"tr_customer_product_id":158866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:06:06.000Z","modified_at":"2026-01-17T18:06:06.000Z","name":"Alan Moen","mobile_number":"333-924-4232","email_id":"Shanny.Kihn@gmail.com","dop":"2025-11-09","serial_number":"54874544257837","imei1":"54874544257837","imei2":"54874544257837","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:06:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158919,"job_number":"JOB_158919","tr_customer_id":158936,"tr_customer_product_id":158926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:57:39.000Z","modified_at":"2026-01-18T02:57:39.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"16999783582082","imei1":"16999783582082","imei2":"16999783582082","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158920,"job_number":"JOB_158920","tr_customer_id":158937,"tr_customer_product_id":158927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:02:19.000Z","modified_at":"2026-01-18T03:02:19.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"18960427744197","imei1":"18960427744197","imei2":"18960427744197","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:02:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158921,"job_number":"JOB_158921","tr_customer_id":158938,"tr_customer_product_id":158928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:02:45.000Z","modified_at":"2026-01-18T03:02:45.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"15413786821477","imei1":"15413786821477","imei2":"15413786821477","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:02:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158922,"job_number":"JOB_158922","tr_customer_id":158939,"tr_customer_product_id":158929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:02:49.000Z","modified_at":"2026-01-18T03:02:49.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"17488219712659","imei1":"17488219712659","imei2":"17488219712659","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:02:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158925,"job_number":"JOB_158925","tr_customer_id":158942,"tr_customer_product_id":158932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:13:51.000Z","modified_at":"2026-01-18T03:13:51.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"12888349326320","imei1":"12888349326320","imei2":"12888349326320","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:13:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158955,"job_number":"JOB_158955","tr_customer_id":158972,"tr_customer_product_id":158962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:54.000Z","modified_at":"2026-01-18T03:54:54.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Hillary44@yahoo.com","dop":"2025-07-02","serial_number":"16177264770331","imei1":"16177264770331","imei2":"16177264770331","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158972,"job_number":"JOB_158972","tr_customer_id":158989,"tr_customer_product_id":158979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:12.000Z","modified_at":"2026-01-18T03:55:12.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Rodrigo19@yahoo.com","dop":"2025-07-02","serial_number":"10075227066788","imei1":"10075227066788","imei2":"10075227066788","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158981,"job_number":"JOB_158981","tr_customer_id":158998,"tr_customer_product_id":158988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:28.000Z","modified_at":"2026-01-18T03:55:28.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Everett.Mueller56@gmail.com","dop":"2025-07-02","serial_number":"18222792591266","imei1":"18222792591266","imei2":"18222792591266","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159014,"job_number":"JOB_159014","tr_customer_id":159031,"tr_customer_product_id":159021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:52.000Z","modified_at":"2026-01-18T03:55:52.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"178587345595178","imei1":"178587345595178","imei2":"178587345595178","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159015,"job_number":"JOB_159015","tr_customer_id":159032,"tr_customer_product_id":159022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:52.000Z","modified_at":"2026-01-18T03:55:52.000Z","name":"Brice Spencer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"184379799057561","imei1":"184379799057561","imei2":"184379799057561","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159016,"job_number":"JOB_159016","tr_customer_id":159033,"tr_customer_product_id":159023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:52.000Z","modified_at":"2026-01-18T03:55:52.000Z","name":"Freddy Rippin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"184673928715690","imei1":"184673928715690","imei2":"184673928715690","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159018,"job_number":"JOB_159018","tr_customer_id":159035,"tr_customer_product_id":159025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:53.000Z","modified_at":"2026-01-18T03:55:53.000Z","name":"Sheridan Fay","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101742648038726","imei1":"101742648038726","imei2":"101742648038726","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159030,"job_number":"JOB_159030","tr_customer_id":159047,"tr_customer_product_id":159037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:04.000Z","modified_at":"2026-01-18T03:56:04.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"149772267174641","imei1":"149772267174641","imei2":"149772267174641","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159031,"job_number":"JOB_159031","tr_customer_id":159048,"tr_customer_product_id":159038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:05.000Z","modified_at":"2026-01-18T03:56:05.000Z","name":"Kamron Feest","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"150152032301002","imei1":"150152032301002","imei2":"150152032301002","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159032,"job_number":"JOB_159032","tr_customer_id":159049,"tr_customer_product_id":159039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:05.000Z","modified_at":"2026-01-18T03:56:05.000Z","name":"Roy Ullrich","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"137438777865228","imei1":"137438777865228","imei2":"137438777865228","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159033,"job_number":"JOB_159033","tr_customer_id":159050,"tr_customer_product_id":159040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:05.000Z","modified_at":"2026-01-18T03:56:05.000Z","name":"Neoma Ryan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102787594491808","imei1":"102787594491808","imei2":"102787594491808","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159039,"job_number":"JOB_159039","tr_customer_id":159056,"tr_customer_product_id":159046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:09.000Z","modified_at":"2026-01-18T03:56:09.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109629788642404","imei1":"109629788642404","imei2":"109629788642404","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159041,"job_number":"JOB_159041","tr_customer_id":159058,"tr_customer_product_id":159048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:09.000Z","modified_at":"2026-01-18T03:56:09.000Z","name":"Fleta Altenwerth","mobile_number":"959-270-3076","email_id":"Kelsie_Abernathy43@gmail.com","dop":"2025-06-09","serial_number":"101310913718039","imei1":"101310913718039","imei2":"101310913718039","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159065,"job_number":"JOB_159065","tr_customer_id":159082,"tr_customer_product_id":159072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"101640472927755","imei1":"101640472927755","imei2":"101640472927755","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159068,"job_number":"JOB_159068","tr_customer_id":159085,"tr_customer_product_id":159075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Ariane Schinner","mobile_number":"876-414-6433","email_id":"Sigrid_DAmore93@hotmail.com","dop":"2025-06-09","serial_number":"101218134558963","imei1":"101218134558963","imei2":"101218134558963","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159078,"job_number":"JOB_159078","tr_customer_id":159095,"tr_customer_product_id":159085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:38.000Z","modified_at":"2026-01-18T03:56:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"108819093702176","imei1":"108819093702176","imei2":"108819093702176","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159080,"job_number":"JOB_159080","tr_customer_id":159097,"tr_customer_product_id":159087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:39.000Z","modified_at":"2026-01-18T03:56:39.000Z","name":"Lori Mante","mobile_number":"830-863-8987","email_id":"Sofia37@hotmail.com","dop":"2025-06-09","serial_number":"104125942069702","imei1":"104125942069702","imei2":"104125942069702","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159199,"job_number":"JOB_159199","tr_customer_id":159216,"tr_customer_product_id":159206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T06:15:09.000Z","modified_at":"2026-01-18T06:15:09.000Z","name":"Richmond Gislason","mobile_number":"836-628-6534","email_id":"Robin_Cartwright@gmail.com","dop":"2025-11-04","serial_number":"53197523457263","imei1":"53197523457263","imei2":"53197523457263","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T06:15:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MTJ9.SDqT8fpDCPiRSJsqFlFjkwQGxUlZ5I60kHKA-WNnojQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 123d231d-55db-4ecc-87e8-dbda656edc4c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 254ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MTJ9.SDqT8fpDCPiRSJsqFlFjkwQGxUlZ5I60kHKA-WNnojQ
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7a4e4297-a8d4-47ee-a577-6949e62107ee
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 159199,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 312ms
Mean size per request: 600.45KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MTJ9.SDqT8fpDCPiRSJsqFlFjkwQGxUlZ5I60kHKA-WNnojQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a1586f0e-61c0-4b61-8f63-36321a048aa1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"961cd-WNFyD/GzOCuejAo6B3+PmzGLq+A"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 18 Jan 2026 06:15:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":158273,"job_number":"JOB_158273","tr_customer_id":158290,"tr_customer_product_id":158280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:46:43.000Z","modified_at":"2026-01-16T19:46:43.000Z","name":"Alison Collier","mobile_number":"307-805-8144","email_id":"Domenick_Cassin@gmail.com","dop":"2025-04-06","serial_number":"17233970759347416","imei1":"17233970759347416","imei2":"17233970759347416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:46:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158275,"job_number":"JOB_158275","tr_customer_id":158292,"tr_customer_product_id":158282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:47:02.000Z","modified_at":"2026-01-16T19:47:02.000Z","name":"Shayna Hyatt","mobile_number":"477-517-3209","email_id":"Kaitlyn40@yahoo.com","dop":"2025-04-06","serial_number":"15958914459015718","imei1":"15958914459015718","imei2":"15958914459015718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:47:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158276,"job_number":"JOB_158276","tr_customer_id":158293,"tr_customer_product_id":158283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:49:00.000Z","modified_at":"2026-01-16T19:49:00.000Z","name":"Shwet Reddy","mobile_number":"7058436335","email_id":"kamala.shah@gmail.com","dop":"2026-01-06","serial_number":"694538845952707","imei1":"694538845952707","imei2":"694538845952707","popurl":"www.yogesh-nayar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158277,"job_number":"JOB_158277","tr_customer_id":158294,"tr_customer_product_id":158284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:49:04.000Z","modified_at":"2026-01-16T19:49:04.000Z","name":"Bulah Peffer","mobile_number":"296-360-0709","email_id":"Christopher_Willms79@gmail.com","dop":"2026-01-06","serial_number":"10558685491181","imei1":"10558685491181","imei2":"10558685491181","popurl":"2026-01-06T19:49:15.924598800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:49:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158278,"job_number":"JOB_158278","tr_customer_id":158295,"tr_customer_product_id":158285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:49:05.000Z","modified_at":"2026-01-16T19:49:05.000Z","name":"logeshoemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388279","imei1":"19667517388279","imei2":"19667517388279","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158279,"job_number":"JOB_158279","tr_customer_id":158296,"tr_customer_product_id":158286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:49:05.000Z","modified_at":"2026-01-16T19:49:05.000Z","name":"Noemi Schaefer","mobile_number":"660-659-2754","email_id":"Mose.Baumbach@yahoo.com","dop":"2025-04-06","serial_number":"19667517388278","imei1":"19667517388278","imei2":"19667517388278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158280,"job_number":"JOB_158280","tr_customer_id":158297,"tr_customer_product_id":158287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:54:49.000Z","modified_at":"2026-01-16T19:54:49.000Z","name":"Jagathi Bhat","mobile_number":"7005111921","email_id":"nagabhushanam.iyengar@hotmail.com","dop":"2026-01-06","serial_number":"922741235561671","imei1":"922741235561671","imei2":"922741235561671","popurl":"www.anasuya-kapoor.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:54:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158281,"job_number":"JOB_158281","tr_customer_id":158298,"tr_customer_product_id":158288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T19:55:17.000Z","modified_at":"2026-01-16T19:55:17.000Z","name":"Gopi Johar","mobile_number":"7038530750","email_id":"chidambaram.mishra@hotmail.com","dop":"2026-01-06","serial_number":"555880997876604","imei1":"555880997876604","imei2":"555880997876604","popurl":"www.devangana-kakkar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T19:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158283,"job_number":"JOB_158283","tr_customer_id":158300,"tr_customer_product_id":158290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T20:30:50.000Z","modified_at":"2026-01-16T20:30:50.000Z","name":"Jatin Sharma","mobile_number":"7293847564","email_id":"jatin@gmail.com","dop":"2026-01-06","serial_number":"19700432156456","imei1":"19700432156456","imei2":"19700432156456","popurl":"2026-01-06T20:30:49.225128Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T20:30:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158284,"job_number":"JOB_158284","tr_customer_id":158301,"tr_customer_product_id":158291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:40:57.000Z","modified_at":"2026-01-16T21:40:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13729265311060","imei1":"13729265311060","imei2":"13729265311060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:40:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158286,"job_number":"JOB_158286","tr_customer_id":158303,"tr_customer_product_id":158293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:40:59.000Z","modified_at":"2026-01-16T21:40:59.000Z","name":"Samanta Braun","mobile_number":"961-562-9319","email_id":"Ashlee_Cole@yahoo.com","dop":"2025-04-06","serial_number":"15873548447674704","imei1":"15873548447674704","imei2":"15873548447674704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:40:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158287,"job_number":"JOB_158287","tr_customer_id":158304,"tr_customer_product_id":158294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:41:38.000Z","modified_at":"2026-01-16T21:41:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19607481339283","imei1":"19607481339283","imei2":"19607481339283","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:41:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158289,"job_number":"JOB_158289","tr_customer_id":158306,"tr_customer_product_id":158296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:41:40.000Z","modified_at":"2026-01-16T21:41:40.000Z","name":"Colt Schamberger","mobile_number":"239-906-6892","email_id":"Colton.Zboncak@hotmail.com","dop":"2025-04-06","serial_number":"11174211077912184","imei1":"11174211077912184","imei2":"11174211077912184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:41:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158290,"job_number":"JOB_158290","tr_customer_id":158307,"tr_customer_product_id":158297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:42:19.000Z","modified_at":"2026-01-16T21:42:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11241062091039","imei1":"11241062091039","imei2":"11241062091039","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158292,"job_number":"JOB_158292","tr_customer_id":158309,"tr_customer_product_id":158299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T21:42:21.000Z","modified_at":"2026-01-16T21:42:21.000Z","name":"Allen Schneider","mobile_number":"686-466-8255","email_id":"Laurie20@gmail.com","dop":"2025-04-06","serial_number":"18492069173566884","imei1":"18492069173566884","imei2":"18492069173566884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T21:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158293,"job_number":"JOB_158293","tr_customer_id":158310,"tr_customer_product_id":158300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T23:39:23.000Z","modified_at":"2026-01-16T23:39:23.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-06","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-06T23:39:23.517681806Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T23:39:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158294,"job_number":"JOB_158294","tr_customer_id":158311,"tr_customer_product_id":158301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T23:39:24.000Z","modified_at":"2026-01-16T23:39:24.000Z","name":"Lila Johar","mobile_number":"7048197431","email_id":"siddhran.bhat@gmail.com","dop":"2026-01-06","serial_number":"065074075254305","imei1":"065074075254305","imei2":"065074075254305","popurl":"www.vaishno-pilla.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T23:39:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158295,"job_number":"JOB_158295","tr_customer_id":158312,"tr_customer_product_id":158302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T23:41:48.000Z","modified_at":"2026-01-16T23:41:48.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-06","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-06T23:41:48.164870211Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T23:41:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158296,"job_number":"JOB_158296","tr_customer_id":158313,"tr_customer_product_id":158303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T01:33:59.000Z","modified_at":"2026-01-17T01:33:59.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2025-04-06","serial_number":"59999999999999","imei1":"59999999999999","imei2":"59999999999999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T01:33:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158299,"job_number":"JOB_158299","tr_customer_id":158316,"tr_customer_product_id":158306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:07.000Z","modified_at":"2026-01-17T03:41:07.000Z","name":"Magnus Marvin","mobile_number":"834-388-9274","email_id":"Waldo.Conroy77@yahoo.com","dop":"2025-04-06","serial_number":"11217398513399366","imei1":"11217398513399366","imei2":"11217398513399366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158301,"job_number":"JOB_158301","tr_customer_id":158318,"tr_customer_product_id":158308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:22.000Z","modified_at":"2026-01-17T03:41:22.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"16247455896866","imei1":"16247455896866","imei2":"16247455896866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158303,"job_number":"JOB_158303","tr_customer_id":158320,"tr_customer_product_id":158310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:23.000Z","modified_at":"2026-01-17T03:41:23.000Z","name":"Aaron Kuhic","mobile_number":"714-637-9654","email_id":"Manuela.Stiedemann85@hotmail.com","dop":"2025-04-06","serial_number":"18186531353841656","imei1":"18186531353841656","imei2":"18186531353841656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158304,"job_number":"JOB_158304","tr_customer_id":158321,"tr_customer_product_id":158311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:49.000Z","modified_at":"2026-01-17T03:41:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14266994691543","imei1":"14266994691543","imei2":"14266994691543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158306,"job_number":"JOB_158306","tr_customer_id":158323,"tr_customer_product_id":158313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:51.000Z","modified_at":"2026-01-17T03:41:51.000Z","name":"Chandler Klocko","mobile_number":"736-343-0373","email_id":"Clifford_Hoeger38@hotmail.com","dop":"2025-04-06","serial_number":"16997189515776624","imei1":"16997189515776624","imei2":"16997189515776624","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158308,"job_number":"JOB_158308","tr_customer_id":158325,"tr_customer_product_id":158315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:41:54.000Z","modified_at":"2026-01-17T03:41:54.000Z","name":"Verla Kreiger","mobile_number":"234-967-1808","email_id":"Nelda_Romaguera@yahoo.com","dop":"2025-04-06","serial_number":"19881500683431856","imei1":"19881500683431856","imei2":"19881500683431856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:41:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158309,"job_number":"JOB_158309","tr_customer_id":158326,"tr_customer_product_id":158316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:04.000Z","modified_at":"2026-01-17T03:42:04.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10642936912407","imei1":"10642936912407","imei2":"10642936912407","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158311,"job_number":"JOB_158311","tr_customer_id":158328,"tr_customer_product_id":158318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:06.000Z","modified_at":"2026-01-17T03:42:06.000Z","name":"Ayla Davis","mobile_number":"368-956-0683","email_id":"Sven48@hotmail.com","dop":"2025-04-06","serial_number":"12240058036163820","imei1":"12240058036163820","imei2":"12240058036163820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158312,"job_number":"JOB_158312","tr_customer_id":158329,"tr_customer_product_id":158319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:12.000Z","modified_at":"2026-01-17T03:42:12.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10879389832204","imei1":"10879389832204","imei2":"10879389832204","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158314,"job_number":"JOB_158314","tr_customer_id":158331,"tr_customer_product_id":158321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:13.000Z","modified_at":"2026-01-17T03:42:13.000Z","name":"Columbus Simonis","mobile_number":"405-243-5956","email_id":"Beryl_Howell96@yahoo.com","dop":"2025-06-18","serial_number":"1024766373246710","imei1":"1024766373246710","imei2":"1024766373246710","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158316,"job_number":"JOB_158316","tr_customer_id":158333,"tr_customer_product_id":158323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:21.000Z","modified_at":"2026-01-17T03:42:21.000Z","name":"Mya Predovic","mobile_number":"520-548-4232","email_id":"Kaitlin97@hotmail.com","dop":"2025-04-06","serial_number":"13957635571223596","imei1":"13957635571223596","imei2":"13957635571223596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158317,"job_number":"JOB_158317","tr_customer_id":158334,"tr_customer_product_id":158324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:25.000Z","modified_at":"2026-01-17T03:42:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11548847925689","imei1":"11548847925689","imei2":"11548847925689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158319,"job_number":"JOB_158319","tr_customer_id":158336,"tr_customer_product_id":158326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:27.000Z","modified_at":"2026-01-17T03:42:27.000Z","name":"Josefa Donnelly","mobile_number":"984-836-9449","email_id":"Ally_Streich33@hotmail.com","dop":"2025-04-06","serial_number":"15412672708832728","imei1":"15412672708832728","imei2":"15412672708832728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158320,"job_number":"JOB_158320","tr_customer_id":158337,"tr_customer_product_id":158327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:31.000Z","modified_at":"2026-01-17T03:42:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13226251845927","imei1":"13226251845927","imei2":"13226251845927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158322,"job_number":"JOB_158322","tr_customer_id":158339,"tr_customer_product_id":158329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:33.000Z","modified_at":"2026-01-17T03:42:33.000Z","name":"Ismael Hettinger","mobile_number":"263-541-2330","email_id":"Allison.Feest27@gmail.com","dop":"2025-04-06","serial_number":"16757704840358704","imei1":"16757704840358704","imei2":"16757704840358704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158323,"job_number":"JOB_158323","tr_customer_id":158340,"tr_customer_product_id":158330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:38.000Z","modified_at":"2026-01-17T03:42:38.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12241115943616","imei1":"12241115943616","imei2":"12241115943616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158326,"job_number":"JOB_158326","tr_customer_id":158343,"tr_customer_product_id":158333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:40.000Z","modified_at":"2026-01-17T03:42:40.000Z","name":"Angel Kilback","mobile_number":"715-873-6019","email_id":"Opal6@yahoo.com","dop":"2025-04-06","serial_number":"17998057303062828","imei1":"17998057303062828","imei2":"17998057303062828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158327,"job_number":"JOB_158327","tr_customer_id":158344,"tr_customer_product_id":158334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:41.000Z","modified_at":"2026-01-17T03:42:41.000Z","name":"Ernestine Ebert","mobile_number":"209-481-8769","email_id":"Newell1@gmail.com","dop":"2025-04-06","serial_number":"17760583323635792","imei1":"17760583323635792","imei2":"17760583323635792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158330,"job_number":"JOB_158330","tr_customer_id":158347,"tr_customer_product_id":158337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:46.000Z","modified_at":"2026-01-17T03:42:46.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13970722830883","imei1":"13970722830883","imei2":"13970722830883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158332,"job_number":"JOB_158332","tr_customer_id":158349,"tr_customer_product_id":158339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:47.000Z","modified_at":"2026-01-17T03:42:47.000Z","name":"Isaac Wisozk","mobile_number":"390-473-4369","email_id":"Wendy56@hotmail.com","dop":"2025-04-06","serial_number":"18360545473714024","imei1":"18360545473714024","imei2":"18360545473714024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158333,"job_number":"JOB_158333","tr_customer_id":158350,"tr_customer_product_id":158340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:48.000Z","modified_at":"2026-01-17T03:42:48.000Z","name":"Giuseppe White","mobile_number":"317-578-4472","email_id":"Gunner_Kulas@yahoo.com","dop":"2025-04-06","serial_number":"10002718532913748","imei1":"10002718532913748","imei2":"10002718532913748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158334,"job_number":"JOB_158334","tr_customer_id":158351,"tr_customer_product_id":158341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:51.000Z","modified_at":"2026-01-17T03:42:51.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10099441595964","imei1":"10099441595964","imei2":"10099441595964","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158336,"job_number":"JOB_158336","tr_customer_id":158353,"tr_customer_product_id":158343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:52.000Z","modified_at":"2026-01-17T03:42:52.000Z","name":"Charlie Lubowitz","mobile_number":"619-782-3561","email_id":"Maxime_Herman50@yahoo.com","dop":"2025-06-18","serial_number":"1044119571468138","imei1":"1044119571468138","imei2":"1044119571468138","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158337,"job_number":"JOB_158337","tr_customer_id":158354,"tr_customer_product_id":158344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:58.000Z","modified_at":"2026-01-17T03:42:58.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"14943025042388","imei1":"14943025042388","imei2":"14943025042388","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158338,"job_number":"JOB_158338","tr_customer_id":158355,"tr_customer_product_id":158345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:58.000Z","modified_at":"2026-01-17T03:42:58.000Z","name":"Gia Tromp","mobile_number":"475-493-6789","email_id":"Marquis.Jacobi@yahoo.com","dop":"2025-09-16","serial_number":"16917283716432","imei1":"16917283716432","imei2":"16917283716432","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158339,"job_number":"JOB_158339","tr_customer_id":158356,"tr_customer_product_id":158346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:59.000Z","modified_at":"2026-01-17T03:42:59.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10540766052360","imei1":"10540766052360","imei2":"10540766052360","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158341,"job_number":"JOB_158341","tr_customer_id":158358,"tr_customer_product_id":158348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:01.000Z","modified_at":"2026-01-17T03:43:01.000Z","name":"Alexandro Batz","mobile_number":"743-426-1879","email_id":"Ollie_Von54@yahoo.com","dop":"2000-01-31","serial_number":"1070503726797013","imei1":"1070503726797013","imei2":"1070503726797013","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158342,"job_number":"JOB_158342","tr_customer_id":158359,"tr_customer_product_id":158349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:01.000Z","modified_at":"2026-01-17T03:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12915933961210","imei1":"12915933961210","imei2":"12915933961210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158345,"job_number":"JOB_158345","tr_customer_id":158362,"tr_customer_product_id":158352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:03.000Z","modified_at":"2026-01-17T03:43:03.000Z","name":"Imogene Jaskolski","mobile_number":"245-899-9647","email_id":"Leila_Kozey@hotmail.com","dop":"2025-04-06","serial_number":"10921159578267174","imei1":"10921159578267174","imei2":"10921159578267174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158346,"job_number":"JOB_158346","tr_customer_id":158363,"tr_customer_product_id":158353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:09.000Z","modified_at":"2026-01-17T03:43:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17830105534431","imei1":"17830105534431","imei2":"17830105534431","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158348,"job_number":"JOB_158348","tr_customer_id":158365,"tr_customer_product_id":158355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:11.000Z","modified_at":"2026-01-17T03:43:11.000Z","name":"Rosa Lakin","mobile_number":"505-854-8592","email_id":"Royal.Kovacek93@gmail.com","dop":"2025-04-06","serial_number":"19891253809236504","imei1":"19891253809236504","imei2":"19891253809236504","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158349,"job_number":"JOB_158349","tr_customer_id":158366,"tr_customer_product_id":158356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:13.000Z","modified_at":"2026-01-17T03:43:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19760348823748","imei1":"19760348823748","imei2":"19760348823748","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158351,"job_number":"JOB_158351","tr_customer_id":158368,"tr_customer_product_id":158358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:14.000Z","modified_at":"2026-01-17T03:43:14.000Z","name":"Maxie Simonis","mobile_number":"714-646-6797","email_id":"Cortez_Bernhard68@gmail.com","dop":"2025-04-06","serial_number":"18272113358536176","imei1":"18272113358536176","imei2":"18272113358536176","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158352,"job_number":"JOB_158352","tr_customer_id":158369,"tr_customer_product_id":158359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:17.000Z","modified_at":"2026-01-17T03:43:17.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"12228670651526","imei1":"12228670651526","imei2":"12228670651526","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158353,"job_number":"JOB_158353","tr_customer_id":158370,"tr_customer_product_id":158360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:17.000Z","modified_at":"2026-01-17T03:43:17.000Z","name":"Abdullah Purdy","mobile_number":"401-933-2880","email_id":"Nicklaus_Lind@gmail.com","dop":"2025-09-16","serial_number":"18222976765792","imei1":"18222976765792","imei2":"18222976765792","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158355,"job_number":"JOB_158355","tr_customer_id":158372,"tr_customer_product_id":158362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:19.000Z","modified_at":"2026-01-17T03:43:19.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19896113260371","imei1":"19896113260371","imei2":"19896113260371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158357,"job_number":"JOB_158357","tr_customer_id":158374,"tr_customer_product_id":158364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:20.000Z","modified_at":"2026-01-17T03:43:20.000Z","name":"Buster Dare","mobile_number":"817-233-3389","email_id":"Weston_Schowalter@yahoo.com","dop":"2025-04-06","serial_number":"17844572024971160","imei1":"17844572024971160","imei2":"17844572024971160","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158358,"job_number":"JOB_158358","tr_customer_id":158375,"tr_customer_product_id":158365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:26.000Z","modified_at":"2026-01-17T03:43:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13743105547883","imei1":"13743105547883","imei2":"13743105547883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158360,"job_number":"JOB_158360","tr_customer_id":158377,"tr_customer_product_id":158367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:28.000Z","modified_at":"2026-01-17T03:43:28.000Z","name":"Brett Reynolds","mobile_number":"922-318-3537","email_id":"Maximillia50@yahoo.com","dop":"2025-04-06","serial_number":"13751859025970380","imei1":"13751859025970380","imei2":"13751859025970380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158361,"job_number":"JOB_158361","tr_customer_id":158378,"tr_customer_product_id":158368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:35.000Z","modified_at":"2026-01-17T03:43:35.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"18079694482748","imei1":"18079694482748","imei2":"18079694482748","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158362,"job_number":"JOB_158362","tr_customer_id":158379,"tr_customer_product_id":158369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:36.000Z","modified_at":"2026-01-17T03:43:36.000Z","name":"Ward Emard","mobile_number":"924-212-8981","email_id":"Kylie.Nitzsche18@gmail.com","dop":"2025-09-16","serial_number":"18884601472335","imei1":"18884601472335","imei2":"18884601472335","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158363,"job_number":"JOB_158363","tr_customer_id":158380,"tr_customer_product_id":158370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:40.000Z","modified_at":"2026-01-17T03:43:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12154354455255","imei1":"12154354455255","imei2":"12154354455255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158365,"job_number":"JOB_158365","tr_customer_id":158382,"tr_customer_product_id":158372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:41.000Z","modified_at":"2026-01-17T03:43:41.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10068029270895","imei1":"10068029270895","imei2":"10068029270895","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:41.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158367,"job_number":"JOB_158367","tr_customer_id":158384,"tr_customer_product_id":158374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:42.000Z","modified_at":"2026-01-17T03:43:42.000Z","name":"Rachael Hane","mobile_number":"560-882-8847","email_id":"Santino23@hotmail.com","dop":"2025-04-06","serial_number":"15141635986881400","imei1":"15141635986881400","imei2":"15141635986881400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158368,"job_number":"JOB_158368","tr_customer_id":158385,"tr_customer_product_id":158375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:43.000Z","modified_at":"2026-01-17T03:43:43.000Z","name":"Ada Dickens","mobile_number":"255-544-3360","email_id":"Fredrick90@hotmail.com","dop":"2000-01-31","serial_number":"1096078012318063","imei1":"1096078012318063","imei2":"1096078012318063","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:43.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158369,"job_number":"JOB_158369","tr_customer_id":158386,"tr_customer_product_id":158376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:45.000Z","modified_at":"2026-01-17T03:43:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19059364769336","imei1":"19059364769336","imei2":"19059364769336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158371,"job_number":"JOB_158371","tr_customer_id":158388,"tr_customer_product_id":158378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:47.000Z","modified_at":"2026-01-17T03:43:47.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11050754399361","imei1":"11050754399361","imei2":"11050754399361","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158372,"job_number":"JOB_158372","tr_customer_id":158389,"tr_customer_product_id":158379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:47.000Z","modified_at":"2026-01-17T03:43:47.000Z","name":"Abdullah Stokes","mobile_number":"361-781-2074","email_id":"Keagan_McCullough@hotmail.com","dop":"2025-04-06","serial_number":"11764566018513342","imei1":"11764566018513342","imei2":"11764566018513342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158374,"job_number":"JOB_158374","tr_customer_id":158391,"tr_customer_product_id":158381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:49.000Z","modified_at":"2026-01-17T03:43:49.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19301314842118","imei1":"19301314842118","imei2":"19301314842118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158375,"job_number":"JOB_158375","tr_customer_id":158392,"tr_customer_product_id":158382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:49.000Z","modified_at":"2026-01-17T03:43:49.000Z","name":"Trace Anderson","mobile_number":"627-441-7842","email_id":"Ulices_Pollich60@yahoo.com","dop":"2025-04-06","serial_number":"16639467803181792","imei1":"16639467803181792","imei2":"16639467803181792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158378,"job_number":"JOB_158378","tr_customer_id":158395,"tr_customer_product_id":158385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:50.000Z","modified_at":"2026-01-17T03:43:50.000Z","name":"Emery Kuhn","mobile_number":"624-245-5695","email_id":"Jarrell44@yahoo.com","dop":"2025-04-06","serial_number":"17913242991081472","imei1":"17913242991081472","imei2":"17913242991081472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158379,"job_number":"JOB_158379","tr_customer_id":158396,"tr_customer_product_id":158386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:53.000Z","modified_at":"2026-01-17T03:43:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16028864264067","imei1":"16028864264067","imei2":"16028864264067","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158381,"job_number":"JOB_158381","tr_customer_id":158398,"tr_customer_product_id":158388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:55.000Z","modified_at":"2026-01-17T03:43:55.000Z","name":"Nels Frami","mobile_number":"308-878-2553","email_id":"Gerald_Schiller@gmail.com","dop":"2025-04-06","serial_number":"14994155488342068","imei1":"14994155488342068","imei2":"14994155488342068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158382,"job_number":"JOB_158382","tr_customer_id":158399,"tr_customer_product_id":158389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:59.000Z","modified_at":"2026-01-17T03:43:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15516443505659","imei1":"15516443505659","imei2":"15516443505659","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158384,"job_number":"JOB_158384","tr_customer_id":158401,"tr_customer_product_id":158391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:01.000Z","modified_at":"2026-01-17T03:44:01.000Z","name":"Quincy Kautzer","mobile_number":"253-282-7557","email_id":"Soledad.Fahey23@yahoo.com","dop":"2025-04-06","serial_number":"18422789504421132","imei1":"18422789504421132","imei2":"18422789504421132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158389,"job_number":"JOB_158389","tr_customer_id":158406,"tr_customer_product_id":158396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:04.000Z","modified_at":"2026-01-17T03:44:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14543423106359","imei1":"14543423106359","imei2":"14543423106359","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158391,"job_number":"JOB_158391","tr_customer_id":158408,"tr_customer_product_id":158398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:05.000Z","modified_at":"2026-01-17T03:44:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15909158096228","imei1":"15909158096228","imei2":"15909158096228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158392,"job_number":"JOB_158392","tr_customer_id":158409,"tr_customer_product_id":158399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:05.000Z","modified_at":"2026-01-17T03:44:05.000Z","name":"Carlee Wilderman","mobile_number":"773-230-7782","email_id":"Rex.Gleichner31@hotmail.com","dop":"2025-04-06","serial_number":"10257790852935840","imei1":"10257790852935840","imei2":"10257790852935840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158394,"job_number":"JOB_158394","tr_customer_id":158411,"tr_customer_product_id":158401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:07.000Z","modified_at":"2026-01-17T03:44:07.000Z","name":"Lou Schaden","mobile_number":"454-376-8219","email_id":"Jordon.Zemlak@gmail.com","dop":"2025-04-06","serial_number":"14508947457424256","imei1":"14508947457424256","imei2":"14508947457424256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158395,"job_number":"JOB_158395","tr_customer_id":158412,"tr_customer_product_id":158402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:09.000Z","modified_at":"2026-01-17T03:44:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14580619089639","imei1":"14580619089639","imei2":"14580619089639","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158397,"job_number":"JOB_158397","tr_customer_id":158414,"tr_customer_product_id":158404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:10.000Z","modified_at":"2026-01-17T03:44:10.000Z","name":"Aditya Schuppe","mobile_number":"780-814-5186","email_id":"Cesar95@hotmail.com","dop":"2025-04-06","serial_number":"19345175489014524","imei1":"19345175489014524","imei2":"19345175489014524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158399,"job_number":"JOB_158399","tr_customer_id":158416,"tr_customer_product_id":158406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:13.000Z","modified_at":"2026-01-17T03:44:13.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"15317049550984","imei1":"15317049550984","imei2":"15317049550984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158404,"job_number":"JOB_158404","tr_customer_id":158421,"tr_customer_product_id":158411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:14.000Z","modified_at":"2026-01-17T03:44:14.000Z","name":"Reagan Corwin","mobile_number":"876-313-3810","email_id":"Kamryn.Borer@gmail.com","dop":"2025-04-06","serial_number":"16292775999946216","imei1":"16292775999946216","imei2":"16292775999946216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158405,"job_number":"JOB_158405","tr_customer_id":158422,"tr_customer_product_id":158412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:15.000Z","modified_at":"2026-01-17T03:44:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11819905333217","imei1":"11819905333217","imei2":"11819905333217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158407,"job_number":"JOB_158407","tr_customer_id":158424,"tr_customer_product_id":158414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:16.000Z","modified_at":"2026-01-17T03:44:16.000Z","name":"Trevor Reichel","mobile_number":"682-340-4976","email_id":"Arnoldo_Bauch95@hotmail.com","dop":"2025-04-06","serial_number":"18482934863464452","imei1":"18482934863464452","imei2":"18482934863464452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158408,"job_number":"JOB_158408","tr_customer_id":158425,"tr_customer_product_id":158415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:23.000Z","modified_at":"2026-01-17T03:44:23.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10092148708392","imei1":"10092148708392","imei2":"10092148708392","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158410,"job_number":"JOB_158410","tr_customer_id":158427,"tr_customer_product_id":158417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:24.000Z","modified_at":"2026-01-17T03:44:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12898158063155","imei1":"12898158063155","imei2":"12898158063155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158411,"job_number":"JOB_158411","tr_customer_id":158428,"tr_customer_product_id":158418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:25.000Z","modified_at":"2026-01-17T03:44:25.000Z","name":"Tiara Ledner","mobile_number":"387-756-8910","email_id":"Giuseppe64@gmail.com","dop":"2000-01-31","serial_number":"1078481547272418","imei1":"1078481547272418","imei2":"1078481547272418","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158413,"job_number":"JOB_158413","tr_customer_id":158430,"tr_customer_product_id":158420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:26.000Z","modified_at":"2026-01-17T03:44:26.000Z","name":"Geraldine Simonis","mobile_number":"531-836-5699","email_id":"Skyla.Orn@yahoo.com","dop":"2025-04-06","serial_number":"18252990457476424","imei1":"18252990457476424","imei2":"18252990457476424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158417,"job_number":"JOB_158417","tr_customer_id":158434,"tr_customer_product_id":158424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:29.000Z","modified_at":"2026-01-17T03:44:29.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16230485353786","imei1":"16230485353786","imei2":"16230485353786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158419,"job_number":"JOB_158419","tr_customer_id":158436,"tr_customer_product_id":158426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:30.000Z","modified_at":"2026-01-17T03:44:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12573835982143","imei1":"12573835982143","imei2":"12573835982143","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158421,"job_number":"JOB_158421","tr_customer_id":158438,"tr_customer_product_id":158428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:31.000Z","modified_at":"2026-01-17T03:44:31.000Z","name":"Justyn Fadel","mobile_number":"368-238-2760","email_id":"Ona.Kirlin@hotmail.com","dop":"2025-04-06","serial_number":"17327564406553304","imei1":"17327564406553304","imei2":"17327564406553304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158422,"job_number":"JOB_158422","tr_customer_id":158439,"tr_customer_product_id":158429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:31.000Z","modified_at":"2026-01-17T03:44:31.000Z","name":"Ayla Blanda","mobile_number":"547-223-3146","email_id":"Aleen96@yahoo.com","dop":"2025-04-06","serial_number":"15792962600481620","imei1":"15792962600481620","imei2":"15792962600481620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158423,"job_number":"JOB_158423","tr_customer_id":158440,"tr_customer_product_id":158430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:32.000Z","modified_at":"2026-01-17T03:44:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19927570230036","imei1":"19927570230036","imei2":"19927570230036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158425,"job_number":"JOB_158425","tr_customer_id":158442,"tr_customer_product_id":158432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:33.000Z","modified_at":"2026-01-17T03:44:33.000Z","name":"Ernestine Romaguera","mobile_number":"692-373-9243","email_id":"Kari82@gmail.com","dop":"2025-04-06","serial_number":"12439666052622280","imei1":"12439666052622280","imei2":"12439666052622280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158429,"job_number":"JOB_158429","tr_customer_id":158446,"tr_customer_product_id":158436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:46.000Z","modified_at":"2026-01-17T03:44:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15085258395613","imei1":"15085258395613","imei2":"15085258395613","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158431,"job_number":"JOB_158431","tr_customer_id":158448,"tr_customer_product_id":158438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:48.000Z","modified_at":"2026-01-17T03:44:48.000Z","name":"Chanel Franecki","mobile_number":"310-936-9788","email_id":"Alverta_Raynor@hotmail.com","dop":"2025-04-06","serial_number":"18272496859658330","imei1":"18272496859658330","imei2":"18272496859658330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158432,"job_number":"JOB_158432","tr_customer_id":158449,"tr_customer_product_id":158439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:48.000Z","modified_at":"2026-01-17T03:44:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12780260390456","imei1":"12780260390456","imei2":"12780260390456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158434,"job_number":"JOB_158434","tr_customer_id":158451,"tr_customer_product_id":158441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:50.000Z","modified_at":"2026-01-17T03:44:50.000Z","name":"Arely Davis","mobile_number":"459-915-9185","email_id":"Samson73@yahoo.com","dop":"2025-04-06","serial_number":"15989243258978092","imei1":"15989243258978092","imei2":"15989243258978092","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158435,"job_number":"JOB_158435","tr_customer_id":158452,"tr_customer_product_id":158442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:51.000Z","modified_at":"2026-01-17T03:44:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19743296764554","imei1":"19743296764554","imei2":"19743296764554","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158437,"job_number":"JOB_158437","tr_customer_id":158454,"tr_customer_product_id":158444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:52.000Z","modified_at":"2026-01-17T03:44:52.000Z","name":"Moriah Hilpert","mobile_number":"353-636-3908","email_id":"Junius_Toy75@hotmail.com","dop":"2025-04-06","serial_number":"16613733576172818","imei1":"16613733576172818","imei2":"16613733576172818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158438,"job_number":"JOB_158438","tr_customer_id":158455,"tr_customer_product_id":158445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:54.000Z","modified_at":"2026-01-17T03:44:54.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"10503498189805","imei1":"10503498189805","imei2":"10503498189805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158440,"job_number":"JOB_158440","tr_customer_id":158457,"tr_customer_product_id":158447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:55.000Z","modified_at":"2026-01-17T03:44:55.000Z","name":"Baylee Stroman","mobile_number":"511-245-8551","email_id":"Lolita.Anderson@gmail.com","dop":"2025-04-06","serial_number":"11056415589980452","imei1":"11056415589980452","imei2":"11056415589980452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158442,"job_number":"JOB_158442","tr_customer_id":158459,"tr_customer_product_id":158449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:57.000Z","modified_at":"2026-01-17T03:44:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17137425120923","imei1":"17137425120923","imei2":"17137425120923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158446,"job_number":"JOB_158446","tr_customer_id":158463,"tr_customer_product_id":158453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:58.000Z","modified_at":"2026-01-17T03:44:58.000Z","name":"Bert Hamill","mobile_number":"664-240-5642","email_id":"Ludie.Spencer15@hotmail.com","dop":"2025-04-06","serial_number":"15313230477635702","imei1":"15313230477635702","imei2":"15313230477635702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158447,"job_number":"JOB_158447","tr_customer_id":158464,"tr_customer_product_id":158454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:05.000Z","modified_at":"2026-01-17T03:45:05.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10912464399061","imei1":"10912464399061","imei2":"10912464399061","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158449,"job_number":"JOB_158449","tr_customer_id":158466,"tr_customer_product_id":158456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:06.000Z","modified_at":"2026-01-17T03:45:06.000Z","name":"Irwin Schroeder","mobile_number":"754-501-3257","email_id":"Romaine.Ruecker@yahoo.com","dop":"2000-01-31","serial_number":"1080741632308984","imei1":"1080741632308984","imei2":"1080741632308984","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158450,"job_number":"JOB_158450","tr_customer_id":158467,"tr_customer_product_id":158457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:09.000Z","modified_at":"2026-01-17T03:45:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16829385744696","imei1":"16829385744696","imei2":"16829385744696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158452,"job_number":"JOB_158452","tr_customer_id":158469,"tr_customer_product_id":158459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:10.000Z","modified_at":"2026-01-17T03:45:10.000Z","name":"Felicity Hermann","mobile_number":"758-975-0159","email_id":"Jaylan_Welch@gmail.com","dop":"2025-04-06","serial_number":"16830718523164110","imei1":"16830718523164110","imei2":"16830718523164110","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158453,"job_number":"JOB_158453","tr_customer_id":158470,"tr_customer_product_id":158460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:11.000Z","modified_at":"2026-01-17T03:45:11.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16550366429811","imei1":"16550366429811","imei2":"16550366429811","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158455,"job_number":"JOB_158455","tr_customer_id":158472,"tr_customer_product_id":158462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:12.000Z","modified_at":"2026-01-17T03:45:12.000Z","name":"Fanny Purdy","mobile_number":"355-969-6249","email_id":"Tre_Lindgren@hotmail.com","dop":"2025-04-06","serial_number":"16738865391688472","imei1":"16738865391688472","imei2":"16738865391688472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158456,"job_number":"JOB_158456","tr_customer_id":158473,"tr_customer_product_id":158463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:15.000Z","modified_at":"2026-01-17T03:45:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17704274226311","imei1":"17704274226311","imei2":"17704274226311","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158458,"job_number":"JOB_158458","tr_customer_id":158475,"tr_customer_product_id":158465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:17.000Z","modified_at":"2026-01-17T03:45:17.000Z","name":"Zola Kris","mobile_number":"688-973-9265","email_id":"Alyson_Leuschke73@yahoo.com","dop":"2025-04-06","serial_number":"12014264956446524","imei1":"12014264956446524","imei2":"12014264956446524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158459,"job_number":"JOB_158459","tr_customer_id":158476,"tr_customer_product_id":158466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:27.000Z","modified_at":"2026-01-17T03:45:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16916618709760","imei1":"16916618709760","imei2":"16916618709760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158461,"job_number":"JOB_158461","tr_customer_id":158478,"tr_customer_product_id":158468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:28.000Z","modified_at":"2026-01-17T03:45:28.000Z","name":"Antwon Streich","mobile_number":"707-873-1750","email_id":"Rosie.Lemke78@hotmail.com","dop":"2025-04-06","serial_number":"15865455658023582","imei1":"15865455658023582","imei2":"15865455658023582","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158462,"job_number":"JOB_158462","tr_customer_id":158479,"tr_customer_product_id":158469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:33.000Z","modified_at":"2026-01-17T03:45:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15662932582567","imei1":"15662932582567","imei2":"15662932582567","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158464,"job_number":"JOB_158464","tr_customer_id":158481,"tr_customer_product_id":158471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:35.000Z","modified_at":"2026-01-17T03:45:35.000Z","name":"Fritz Huels","mobile_number":"858-733-3882","email_id":"Katrina92@gmail.com","dop":"2025-04-06","serial_number":"12120448868879648","imei1":"12120448868879648","imei2":"12120448868879648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158465,"job_number":"JOB_158465","tr_customer_id":158482,"tr_customer_product_id":158472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:39.000Z","modified_at":"2026-01-17T03:45:39.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15156462830399","imei1":"15156462830399","imei2":"15156462830399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158467,"job_number":"JOB_158467","tr_customer_id":158484,"tr_customer_product_id":158474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:45:40.000Z","modified_at":"2026-01-17T03:45:40.000Z","name":"Kaden Simonis","mobile_number":"808-612-1849","email_id":"Samson_Hessel6@gmail.com","dop":"2025-04-06","serial_number":"19678039631427356","imei1":"19678039631427356","imei2":"19678039631427356","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158468,"job_number":"JOB_158468","tr_customer_id":158485,"tr_customer_product_id":158475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:04.000Z","modified_at":"2026-01-17T03:52:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12658702541003","imei1":"12658702541003","imei2":"12658702541003","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158469,"job_number":"JOB_158469","tr_customer_id":158486,"tr_customer_product_id":158476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:05.000Z","modified_at":"2026-01-17T03:52:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12790577762976","imei1":"12790577762976","imei2":"12790577762976","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158470,"job_number":"JOB_158470","tr_customer_id":158487,"tr_customer_product_id":158477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:05.000Z","modified_at":"2026-01-17T03:52:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41571555289715","imei1":"41571555289715","imei2":"41571555289715","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158471,"job_number":"JOB_158471","tr_customer_id":158488,"tr_customer_product_id":158478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:05.000Z","modified_at":"2026-01-17T03:52:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50012863760278","imei1":"50012863760278","imei2":"50012863760278","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158472,"job_number":"JOB_158472","tr_customer_id":158489,"tr_customer_product_id":158479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:06.000Z","modified_at":"2026-01-17T03:52:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93020997356067","imei1":"93020997356067","imei2":"93020997356067","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158473,"job_number":"JOB_158473","tr_customer_id":158490,"tr_customer_product_id":158480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:06.000Z","modified_at":"2026-01-17T03:52:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84372375178370","imei1":"84372375178370","imei2":"84372375178370","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158475,"job_number":"JOB_158475","tr_customer_id":158492,"tr_customer_product_id":158482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:34.000Z","modified_at":"2026-01-17T03:52:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"67740639442453","imei1":"67740639442453","imei2":"67740639442453","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158476,"job_number":"JOB_158476","tr_customer_id":158493,"tr_customer_product_id":158483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:34.000Z","modified_at":"2026-01-17T03:52:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27355793565330","imei1":"27355793565330","imei2":"27355793565330","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158477,"job_number":"JOB_158477","tr_customer_id":158494,"tr_customer_product_id":158484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:34.000Z","modified_at":"2026-01-17T03:52:34.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"23725307168377","imei1":"23725307168377","imei2":"23725307168377","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158478,"job_number":"JOB_158478","tr_customer_id":158495,"tr_customer_product_id":158485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:35.000Z","modified_at":"2026-01-17T03:52:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"58608340593055","imei1":"58608340593055","imei2":"58608340593055","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158479,"job_number":"JOB_158479","tr_customer_id":158496,"tr_customer_product_id":158486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:35.000Z","modified_at":"2026-01-17T03:52:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92112373533722","imei1":"92112373533722","imei2":"92112373533722","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158480,"job_number":"JOB_158480","tr_customer_id":158497,"tr_customer_product_id":158487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:52:35.000Z","modified_at":"2026-01-17T03:52:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93823973192271","imei1":"93823973192271","imei2":"93823973192271","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:52:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158482,"job_number":"JOB_158482","tr_customer_id":158499,"tr_customer_product_id":158489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:03.000Z","modified_at":"2026-01-17T03:53:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84129823989372","imei1":"84129823989372","imei2":"84129823989372","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158483,"job_number":"JOB_158483","tr_customer_id":158500,"tr_customer_product_id":158490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:03.000Z","modified_at":"2026-01-17T03:53:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"56021512155796","imei1":"56021512155796","imei2":"56021512155796","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158484,"job_number":"JOB_158484","tr_customer_id":158501,"tr_customer_product_id":158491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:03.000Z","modified_at":"2026-01-17T03:53:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94200482634850","imei1":"94200482634850","imei2":"94200482634850","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158485,"job_number":"JOB_158485","tr_customer_id":158502,"tr_customer_product_id":158492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:03.000Z","modified_at":"2026-01-17T03:53:03.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37624114442169","imei1":"37624114442169","imei2":"37624114442169","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158486,"job_number":"JOB_158486","tr_customer_id":158503,"tr_customer_product_id":158493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:04.000Z","modified_at":"2026-01-17T03:53:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87220281306943","imei1":"87220281306943","imei2":"87220281306943","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158487,"job_number":"JOB_158487","tr_customer_id":158504,"tr_customer_product_id":158494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:53:04.000Z","modified_at":"2026-01-17T03:53:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35888410107871","imei1":"35888410107871","imei2":"35888410107871","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:53:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158490,"job_number":"JOB_158490","tr_customer_id":158507,"tr_customer_product_id":158497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:08:33.000Z","modified_at":"2026-01-17T04:08:33.000Z","name":"Hadley Carroll","mobile_number":"771-832-6905","email_id":"Letitia_Beer75@gmail.com","dop":"2025-04-06","serial_number":"18919572424176256","imei1":"18919572424176256","imei2":"18919572424176256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:08:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158491,"job_number":"JOB_158491","tr_customer_id":158508,"tr_customer_product_id":158498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:29:13.000Z","modified_at":"2026-01-17T04:29:13.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-07","serial_number":"79346830104945","imei1":"79346830104945","imei2":"79346830104945","popurl":"2026-01-07T04:29:12.774537917Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158492,"job_number":"JOB_158492","tr_customer_id":158509,"tr_customer_product_id":158499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:29:31.000Z","modified_at":"2026-01-17T04:29:31.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-07","serial_number":"54572346588677","imei1":"54572346588677","imei2":"54572346588677","popurl":"2026-01-07T04:29:31.496533692Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158493,"job_number":"JOB_158493","tr_customer_id":158510,"tr_customer_product_id":158500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:36:30.000Z","modified_at":"2026-01-17T04:36:30.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"104763738620281","imei1":"104763738620281","imei2":"104763738620281","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:36:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158495,"job_number":"JOB_158495","tr_customer_id":158512,"tr_customer_product_id":158502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:36:41.000Z","modified_at":"2026-01-17T04:36:41.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103117976882487","imei1":"103117976882487","imei2":"103117976882487","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:36:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158498,"job_number":"JOB_158498","tr_customer_id":158515,"tr_customer_product_id":158505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:51:05.000Z","modified_at":"2026-01-17T04:51:05.000Z","name":"Bessie Boehm","mobile_number":"999-705-9704","email_id":"Doug.Prohaska19@hotmail.com","dop":"2025-04-06","serial_number":"18239929458845340","imei1":"18239929458845340","imei2":"18239929458845340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:51:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158500,"job_number":"JOB_158500","tr_customer_id":158517,"tr_customer_product_id":158507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T04:51:27.000Z","modified_at":"2026-01-17T04:51:27.000Z","name":"Violet Jakubowski","mobile_number":"218-628-8258","email_id":"Ronaldo_Romaguera31@hotmail.com","dop":"2025-04-06","serial_number":"14095965883664250","imei1":"14095965883664250","imei2":"14095965883664250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T04:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158506,"job_number":"JOB_158506","tr_customer_id":158523,"tr_customer_product_id":158513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:09:19.000Z","modified_at":"2026-01-17T06:09:19.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-01-07","serial_number":"49999999999999","imei1":"49999999999999","imei2":"49999999999999","popurl":"2026-01-07T06:09:12.942977900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:09:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158508,"job_number":"JOB_158508","tr_customer_id":158525,"tr_customer_product_id":158515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:10:17.000Z","modified_at":"2026-01-17T06:10:17.000Z","name":"Janis Kris","mobile_number":"569-347-4856","email_id":"Wanda.Trantow@hotmail.com","dop":"2025-04-13","serial_number":"1052894164277714","imei1":"1052894164277714","imei2":"1052894164277714","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:10:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158514,"job_number":"JOB_158514","tr_customer_id":158531,"tr_customer_product_id":158521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:01:22.000Z","modified_at":"2026-01-17T07:01:22.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-07","serial_number":"33217383225329","imei1":"33217383225329","imei2":"33217383225329","popurl":"2026-01-07T07:01:22.680558100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:01:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158518,"job_number":"JOB_158518","tr_customer_id":158535,"tr_customer_product_id":158525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:37:12.000Z","modified_at":"2026-01-17T07:37:12.000Z","name":"Mateo Brekke","mobile_number":"678-960-7097","email_id":"Isom.Hudson23@gmail.com","dop":"2025-04-06","serial_number":"18453133568383660","imei1":"18453133568383660","imei2":"18453133568383660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158523,"job_number":"JOB_158523","tr_customer_id":158540,"tr_customer_product_id":158530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:38:09.000Z","modified_at":"2026-01-17T07:38:09.000Z","name":"Kelsi Hammes","mobile_number":"486-679-7255","email_id":"Gerardo.Luettgen22@yahoo.com","dop":"2025-04-06","serial_number":"12006937043053414","imei1":"12006937043053414","imei2":"12006937043053414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:38:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158524,"job_number":"JOB_158524","tr_customer_id":158541,"tr_customer_product_id":158531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:43:58.000Z","modified_at":"2026-01-17T07:43:58.000Z","name":"Rishabh Grover","mobile_number":"7098345321","email_id":"rishabhgrover@gmail.com","dop":"2026-01-07","serial_number":"45147707147372","imei1":"45147707147372","imei2":"45147707147372","popurl":"2026-01-07T07:43:58.115451478Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:43:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158525,"job_number":"JOB_158525","tr_customer_id":158542,"tr_customer_product_id":158532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:59:59.000Z","modified_at":"2026-01-17T07:59:59.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"12769103387115","imei1":"12769103387115","imei2":"12769103387115","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158527,"job_number":"JOB_158527","tr_customer_id":158544,"tr_customer_product_id":158534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:00:00.000Z","modified_at":"2026-01-17T08:00:00.000Z","name":"Estefania Pfannerstill","mobile_number":"628-785-9082","email_id":"Angeline26@gmail.com","dop":"2025-11-11","serial_number":"1077417546950140","imei1":"1077417546950140","imei2":"1077417546950140","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:00:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158528,"job_number":"JOB_158528","tr_customer_id":158545,"tr_customer_product_id":158535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:00:31.000Z","modified_at":"2026-01-17T08:00:31.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"16669703686097","imei1":"16669703686097","imei2":"16669703686097","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158530,"job_number":"JOB_158530","tr_customer_id":158547,"tr_customer_product_id":158537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:00:32.000Z","modified_at":"2026-01-17T08:00:32.000Z","name":"Dejah Hills","mobile_number":"582-458-8828","email_id":"Janice.Hudson55@hotmail.com","dop":"2025-11-11","serial_number":"1064031406898344","imei1":"1064031406898344","imei2":"1064031406898344","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:00:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158531,"job_number":"JOB_158531","tr_customer_id":158548,"tr_customer_product_id":158538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:01:04.000Z","modified_at":"2026-01-17T08:01:04.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"12321985032106","imei1":"12321985032106","imei2":"12321985032106","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:01:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158533,"job_number":"JOB_158533","tr_customer_id":158550,"tr_customer_product_id":158540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:01:05.000Z","modified_at":"2026-01-17T08:01:05.000Z","name":"Kris Wiza","mobile_number":"387-398-8240","email_id":"Tomasa.Beahan@gmail.com","dop":"2025-11-11","serial_number":"1012264961362038","imei1":"1012264961362038","imei2":"1012264961362038","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:01:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158534,"job_number":"JOB_158534","tr_customer_id":158551,"tr_customer_product_id":158541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:14:59.000Z","modified_at":"2026-01-17T08:14:59.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"15334009936918","imei1":"15334009936918","imei2":"15334009936918","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:14:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158536,"job_number":"JOB_158536","tr_customer_id":158553,"tr_customer_product_id":158543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:15:01.000Z","modified_at":"2026-01-17T08:15:01.000Z","name":"Jermey Fay","mobile_number":"588-795-7408","email_id":"Leann69@gmail.com","dop":"2025-11-11","serial_number":"1053642201114808","imei1":"1053642201114808","imei2":"1053642201114808","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:15:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158537,"job_number":"JOB_158537","tr_customer_id":158554,"tr_customer_product_id":158544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:15:36.000Z","modified_at":"2026-01-17T08:15:37.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"10521778890172","imei1":"10521778890172","imei2":"10521778890172","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:15:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158539,"job_number":"JOB_158539","tr_customer_id":158556,"tr_customer_product_id":158546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:15:38.000Z","modified_at":"2026-01-17T08:15:38.000Z","name":"Vesta Adams","mobile_number":"602-479-0951","email_id":"Loy_Bartell@yahoo.com","dop":"2025-11-11","serial_number":"1034828494722546","imei1":"1034828494722546","imei2":"1034828494722546","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:15:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158540,"job_number":"JOB_158540","tr_customer_id":158557,"tr_customer_product_id":158547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:16:13.000Z","modified_at":"2026-01-17T08:16:13.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"17802269403639","imei1":"17802269403639","imei2":"17802269403639","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:16:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158542,"job_number":"JOB_158542","tr_customer_id":158559,"tr_customer_product_id":158549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:16:14.000Z","modified_at":"2026-01-17T08:16:14.000Z","name":"Stacy Terry","mobile_number":"662-953-4308","email_id":"Bobbie.Kessler@hotmail.com","dop":"2025-11-11","serial_number":"1095504457553139","imei1":"1095504457553139","imei2":"1095504457553139","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:16:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158543,"job_number":"JOB_158543","tr_customer_id":158560,"tr_customer_product_id":158550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:16:58.000Z","modified_at":"2026-01-17T08:16:58.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"14410187190358","imei1":"14410187190358","imei2":"14410187190358","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:16:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158545,"job_number":"JOB_158545","tr_customer_id":158562,"tr_customer_product_id":158552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:16:59.000Z","modified_at":"2026-01-17T08:16:59.000Z","name":"Florian Corkery","mobile_number":"339-664-6112","email_id":"Natasha.Kovacek31@gmail.com","dop":"2025-11-11","serial_number":"1089759704103791","imei1":"1089759704103791","imei2":"1089759704103791","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:16:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158546,"job_number":"JOB_158546","tr_customer_id":158563,"tr_customer_product_id":158553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:17:31.000Z","modified_at":"2026-01-17T08:17:31.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"13031192936951","imei1":"13031192936951","imei2":"13031192936951","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158548,"job_number":"JOB_158548","tr_customer_id":158565,"tr_customer_product_id":158555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:17:32.000Z","modified_at":"2026-01-17T08:17:32.000Z","name":"Luna Strosin","mobile_number":"912-537-8353","email_id":"Neoma_Walker@hotmail.com","dop":"2025-11-11","serial_number":"1089809401415059","imei1":"1089809401415059","imei2":"1089809401415059","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:17:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158549,"job_number":"JOB_158549","tr_customer_id":158566,"tr_customer_product_id":158556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:18:04.000Z","modified_at":"2026-01-17T08:18:04.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"12527699152554","imei1":"12527699152554","imei2":"12527699152554","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:18:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158551,"job_number":"JOB_158551","tr_customer_id":158568,"tr_customer_product_id":158558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:18:06.000Z","modified_at":"2026-01-17T08:18:06.000Z","name":"Brandon Dickinson","mobile_number":"488-970-6215","email_id":"Jameson.Sporer@hotmail.com","dop":"2025-11-11","serial_number":"1006251795810761","imei1":"1006251795810761","imei2":"1006251795810761","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158552,"job_number":"JOB_158552","tr_customer_id":158569,"tr_customer_product_id":158559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:21:04.000Z","modified_at":"2026-01-17T08:21:04.000Z","name":"Jenny D","mobile_number":"8765454784","email_id":"jenny@gmail.com","dop":"2025-11-11","serial_number":"19565437812488","imei1":"19565437812488","imei2":"19565437812488","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158554,"job_number":"JOB_158554","tr_customer_id":158571,"tr_customer_product_id":158561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:21:06.000Z","modified_at":"2026-01-17T08:21:06.000Z","name":"Robb Wilkinson","mobile_number":"556-554-4747","email_id":"Oceane.Okuneva79@hotmail.com","dop":"2025-11-11","serial_number":"1048774358593789","imei1":"1048774358593789","imei2":"1048774358593789","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158555,"job_number":"JOB_158555","tr_customer_id":158572,"tr_customer_product_id":158562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:21:44.000Z","modified_at":"2026-01-17T08:21:44.000Z","name":"Kiara T","mobile_number":"9875454784","email_id":"kiara@gmail.com","dop":"2025-11-11","serial_number":"19450734363893","imei1":"19450734363893","imei2":"19450734363893","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:21:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158557,"job_number":"JOB_158557","tr_customer_id":158574,"tr_customer_product_id":158564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:21:45.000Z","modified_at":"2026-01-17T08:21:45.000Z","name":"Moshe Blanda","mobile_number":"753-548-1555","email_id":"Maxie.Dooley@gmail.com","dop":"2025-11-11","serial_number":"1090789462274335","imei1":"1090789462274335","imei2":"1090789462274335","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:21:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158558,"job_number":"JOB_158558","tr_customer_id":158575,"tr_customer_product_id":158565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:22:23.000Z","modified_at":"2026-01-17T08:22:23.000Z","name":"Liz I","mobile_number":"8798954784","email_id":"Liz@gmail.com","dop":"2025-11-11","serial_number":"11071961342702","imei1":"11071961342702","imei2":"11071961342702","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:22:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158560,"job_number":"JOB_158560","tr_customer_id":158577,"tr_customer_product_id":158567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T08:22:24.000Z","modified_at":"2026-01-17T08:22:24.000Z","name":"Queen Heathcote","mobile_number":"480-444-4845","email_id":"Kailee.Littel42@yahoo.com","dop":"2025-11-11","serial_number":"1022970343593802","imei1":"1022970343593802","imei2":"1022970343593802","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T08:22:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158567,"job_number":"JOB_158567","tr_customer_id":158584,"tr_customer_product_id":158574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T09:26:35.000Z","modified_at":"2026-01-17T09:26:35.000Z","name":"Rajdeep Roy","mobile_number":"8767564676","email_id":"rajdeep@mail.com","dop":"2025-12-31","serial_number":"34545656765645","imei1":"34545656765645","imei2":"34545656765645","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T09:26:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158568,"job_number":"JOB_158568","tr_customer_id":158585,"tr_customer_product_id":158575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T09:39:32.000Z","modified_at":"2026-01-17T09:39:32.000Z","name":"Rajdeep Roy","mobile_number":"8767564676","email_id":"rajdeep@mail.com","dop":"2025-12-31","serial_number":"34545656765641","imei1":"34545656765641","imei2":"34545656765641","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T09:39:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158569,"job_number":"JOB_158569","tr_customer_id":158586,"tr_customer_product_id":158576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T09:50:14.000Z","modified_at":"2026-01-17T09:50:14.000Z","name":"Aurore Wiegand","mobile_number":"515-741-0744","email_id":"Keshaun18@hotmail.com","dop":"2025-12-01","serial_number":"13314381694261","imei1":"13314381694261","imei2":"13314381694261","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T09:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158570,"job_number":"JOB_158570","tr_customer_id":158587,"tr_customer_product_id":158577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T09:50:23.000Z","modified_at":"2026-01-17T09:50:23.000Z","name":"Orval Stiedemann","mobile_number":"414-340-6119","email_id":"Murl.Harber52@hotmail.com","dop":"2025-12-01","serial_number":"14181177242485","imei1":"14181177242485","imei2":"14181177242485","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T09:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158571,"job_number":"JOB_158571","tr_customer_id":158588,"tr_customer_product_id":158578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:14:41.000Z","modified_at":"2026-01-17T10:14:41.000Z","name":"Orval Stiedemann","mobile_number":"414-340-6119","email_id":"Murl.Harber52@hotmail.com","dop":"2025-12-01","serial_number":"59181177242415","imei1":"59181177242415","imei2":"59181177242415","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:14:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158572,"job_number":"JOB_158572","tr_customer_id":158589,"tr_customer_product_id":158579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:14:41.000Z","modified_at":"2026-01-17T10:14:41.000Z","name":"Orval Stiedemann","mobile_number":"414-340-6119","email_id":"Murl.Harber52@hotmail.com","dop":"2025-12-01","serial_number":"54181077242485","imei1":"54181077242485","imei2":"54181077242485","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:14:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158573,"job_number":"JOB_158573","tr_customer_id":158590,"tr_customer_product_id":158580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:14:41.000Z","modified_at":"2026-01-17T10:14:41.000Z","name":"Orval Stiedemann","mobile_number":"414-340-6119","email_id":"Murl.Harber52@hotmail.com","dop":"2025-12-01","serial_number":"84781177242485","imei1":"84781177242485","imei2":"84781177242485","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:14:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158574,"job_number":"JOB_158574","tr_customer_id":158591,"tr_customer_product_id":158581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:30:22.000Z","modified_at":"2026-01-17T10:30:22.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-07","serial_number":"499863806375566","imei1":"499863806375566","imei2":"499863806375566","popurl":"2026-01-07T10:30:21.934521140Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:30:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158575,"job_number":"JOB_158575","tr_customer_id":158592,"tr_customer_product_id":158582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:30:34.000Z","modified_at":"2026-01-17T10:30:34.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-07","serial_number":"499863806376402","imei1":"499863806376402","imei2":"499863806376402","popurl":"2026-01-07T10:30:33.469421365Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:30:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158576,"job_number":"JOB_158576","tr_customer_id":158593,"tr_customer_product_id":158583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:30:39.000Z","modified_at":"2026-01-17T10:30:39.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2026-01-07","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2026-01-07T10:30:39.032616190Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:30:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158580,"job_number":"JOB_158580","tr_customer_id":158597,"tr_customer_product_id":158587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:55.000Z","modified_at":"2026-01-17T10:32:55.000Z","name":"Chitrangada Mukhopadhyay","mobile_number":"7027460945","email_id":"shwet.abbott@hotmail.com","dop":"2026-01-07","serial_number":"851290639513866","imei1":"851290639513866","imei2":"851290639513866","popurl":"www.abhisyanta-prajapat.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158581,"job_number":"JOB_158581","tr_customer_id":158598,"tr_customer_product_id":158588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:55.000Z","modified_at":"2026-01-17T10:32:55.000Z","name":"Trilokanath Jha","mobile_number":"7094776007","email_id":"gautama.nayar@hotmail.com","dop":"2026-01-07","serial_number":"304990818021268","imei1":"304990818021268","imei2":"304990818021268","popurl":"www.ramaa-gandhi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158582,"job_number":"JOB_158582","tr_customer_id":158599,"tr_customer_product_id":158589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:55.000Z","modified_at":"2026-01-17T10:32:55.000Z","name":"Bankim Mehra","mobile_number":"7024884726","email_id":"chidambar.jha@hotmail.com","dop":"2026-01-07","serial_number":"917100613738955","imei1":"917100613738955","imei2":"917100613738955","popurl":"www.gouranga-gupta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158583,"job_number":"JOB_158583","tr_customer_id":158600,"tr_customer_product_id":158590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:55.000Z","modified_at":"2026-01-17T10:32:55.000Z","name":"Sanjay Nehru","mobile_number":"7028517917","email_id":"hiranmay.khatri@hotmail.com","dop":"2026-01-07","serial_number":"449226044585182","imei1":"449226044585182","imei2":"449226044585182","popurl":"www.udai-guneta.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158584,"job_number":"JOB_158584","tr_customer_id":158601,"tr_customer_product_id":158591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:55.000Z","modified_at":"2026-01-17T10:32:55.000Z","name":"Sanya Tandon","mobile_number":"7046173699","email_id":"kashyapi.shukla@yahoo.co.in","dop":"2026-01-07","serial_number":"035723642123512","imei1":"035723642123512","imei2":"035723642123512","popurl":"www.tejas-varrier.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158588,"job_number":"JOB_158588","tr_customer_id":158605,"tr_customer_product_id":158595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:33:04.000Z","modified_at":"2026-01-17T10:33:04.000Z","name":"Vidal Schiller","mobile_number":"223-344-6852","email_id":"Nathen.Rodriguez@hotmail.com","dop":"2025-04-06","serial_number":"10990250539126","imei1":"10990250539126","imei2":"10990250539126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158589,"job_number":"JOB_158589","tr_customer_id":158606,"tr_customer_product_id":158596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:33:04.000Z","modified_at":"2026-01-17T10:33:04.000Z","name":"Lessie Mayert","mobile_number":"575-525-5712","email_id":"Dale_King7@gmail.com","dop":"2025-04-06","serial_number":"15820412693753","imei1":"15820412693753","imei2":"15820412693753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158590,"job_number":"JOB_158590","tr_customer_id":158607,"tr_customer_product_id":158597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:33:04.000Z","modified_at":"2026-01-17T10:33:04.000Z","name":"Vidal Schiller","mobile_number":"223-344-6852","email_id":"Nathen.Rodriguez@hotmail.com","dop":"2025-04-06","serial_number":"10990250539126","imei1":"10990250539126","imei2":"10990250539126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158591,"job_number":"JOB_158591","tr_customer_id":158608,"tr_customer_product_id":158598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:33:04.000Z","modified_at":"2026-01-17T10:33:04.000Z","name":"Lessie Mayert","mobile_number":"575-525-5712","email_id":"Dale_King7@gmail.com","dop":"2025-04-06","serial_number":"15820412693753","imei1":"15820412693753","imei2":"15820412693753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158592,"job_number":"JOB_158592","tr_customer_id":158609,"tr_customer_product_id":158599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:36:33.000Z","modified_at":"2026-01-17T10:36:33.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-07","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-07T10:36:25.200210249Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158595,"job_number":"JOB_158595","tr_customer_id":158612,"tr_customer_product_id":158602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:06:50.000Z","modified_at":"2026-01-17T13:06:50.000Z","name":"Praven R","mobile_number":"8085536329","email_id":"praveen.raghu.raghu@gmail.com","dop":"2026-01-07","serial_number":"69002151778042","imei1":"69002151778042","imei2":"69002151778042","popurl":"2026-01-07T13:06:47.374840400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:06:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158597,"job_number":"JOB_158597","tr_customer_id":158614,"tr_customer_product_id":158604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:17:59.000Z","modified_at":"2026-01-17T13:17:59.000Z","name":"Zola Baumbach","mobile_number":"703-621-0580","email_id":"Alessandro_Spinka65@hotmail.com","dop":"2025-04-06","serial_number":"15658214331231192","imei1":"15658214331231192","imei2":"15658214331231192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158599,"job_number":"JOB_158599","tr_customer_id":158616,"tr_customer_product_id":158606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:30:11.000Z","modified_at":"2026-01-17T13:30:11.000Z","name":"Ewell Ullrich","mobile_number":"483-945-4635","email_id":"Pedro.Franecki@gmail.com","dop":"2025-04-06","serial_number":"16359633880044436","imei1":"16359633880044436","imei2":"16359633880044436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:30:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158601,"job_number":"JOB_158601","tr_customer_id":158618,"tr_customer_product_id":158608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:34:54.000Z","modified_at":"2026-01-17T13:34:54.000Z","name":"Jerrell Kuphal","mobile_number":"397-418-9876","email_id":"Amelia.Graham@yahoo.com","dop":"2025-04-06","serial_number":"12918805390936248","imei1":"12918805390936248","imei2":"12918805390936248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158602,"job_number":"JOB_158602","tr_customer_id":158619,"tr_customer_product_id":158609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:15.000Z","modified_at":"2026-01-17T13:44:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"74057997265807","imei1":"74057997265807","imei2":"74057997265807","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158603,"job_number":"JOB_158603","tr_customer_id":158620,"tr_customer_product_id":158610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:15.000Z","modified_at":"2026-01-17T13:44:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30167951031804","imei1":"30167951031804","imei2":"30167951031804","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158604,"job_number":"JOB_158604","tr_customer_id":158621,"tr_customer_product_id":158611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:15.000Z","modified_at":"2026-01-17T13:44:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41151216386246","imei1":"41151216386246","imei2":"41151216386246","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158605,"job_number":"JOB_158605","tr_customer_id":158622,"tr_customer_product_id":158612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:16.000Z","modified_at":"2026-01-17T13:44:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"52722559354487","imei1":"52722559354487","imei2":"52722559354487","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158606,"job_number":"JOB_158606","tr_customer_id":158623,"tr_customer_product_id":158613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:16.000Z","modified_at":"2026-01-17T13:44:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40832581069756","imei1":"40832581069756","imei2":"40832581069756","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158607,"job_number":"JOB_158607","tr_customer_id":158624,"tr_customer_product_id":158614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:16.000Z","modified_at":"2026-01-17T13:44:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26550524413487","imei1":"26550524413487","imei2":"26550524413487","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158610,"job_number":"JOB_158610","tr_customer_id":158627,"tr_customer_product_id":158617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:35.000Z","modified_at":"2026-01-17T13:44:35.000Z","name":"Weston Pagac","mobile_number":"388-407-3757","email_id":"Chesley.Kovacek81@gmail.com","dop":"2025-04-06","serial_number":"10532881943652788","imei1":"10532881943652788","imei2":"10532881943652788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158611,"job_number":"JOB_158611","tr_customer_id":158628,"tr_customer_product_id":158618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:45.000Z","modified_at":"2026-01-17T13:44:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26245256270819","imei1":"26245256270819","imei2":"26245256270819","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158612,"job_number":"JOB_158612","tr_customer_id":158629,"tr_customer_product_id":158619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:45.000Z","modified_at":"2026-01-17T13:44:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18859458334557","imei1":"18859458334557","imei2":"18859458334557","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158613,"job_number":"JOB_158613","tr_customer_id":158630,"tr_customer_product_id":158620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:46.000Z","modified_at":"2026-01-17T13:44:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"66111986633630","imei1":"66111986633630","imei2":"66111986633630","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158614,"job_number":"JOB_158614","tr_customer_id":158631,"tr_customer_product_id":158621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:46.000Z","modified_at":"2026-01-17T13:44:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41453310610370","imei1":"41453310610370","imei2":"41453310610370","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158615,"job_number":"JOB_158615","tr_customer_id":158632,"tr_customer_product_id":158622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:46.000Z","modified_at":"2026-01-17T13:44:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26976981165670","imei1":"26976981165670","imei2":"26976981165670","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158616,"job_number":"JOB_158616","tr_customer_id":158633,"tr_customer_product_id":158623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:44:47.000Z","modified_at":"2026-01-17T13:44:47.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41156612472435","imei1":"41156612472435","imei2":"41156612472435","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:44:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158618,"job_number":"JOB_158618","tr_customer_id":158635,"tr_customer_product_id":158625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:15.000Z","modified_at":"2026-01-17T13:45:15.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30122012309143","imei1":"30122012309143","imei2":"30122012309143","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158619,"job_number":"JOB_158619","tr_customer_id":158636,"tr_customer_product_id":158626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:16.000Z","modified_at":"2026-01-17T13:45:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78630305501777","imei1":"78630305501777","imei2":"78630305501777","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158620,"job_number":"JOB_158620","tr_customer_id":158637,"tr_customer_product_id":158627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:16.000Z","modified_at":"2026-01-17T13:45:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28511227585697","imei1":"28511227585697","imei2":"28511227585697","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158621,"job_number":"JOB_158621","tr_customer_id":158638,"tr_customer_product_id":158628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:16.000Z","modified_at":"2026-01-17T13:45:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87794233422130","imei1":"87794233422130","imei2":"87794233422130","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158622,"job_number":"JOB_158622","tr_customer_id":158639,"tr_customer_product_id":158629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:16.000Z","modified_at":"2026-01-17T13:45:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26325599133394","imei1":"26325599133394","imei2":"26325599133394","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158623,"job_number":"JOB_158623","tr_customer_id":158640,"tr_customer_product_id":158630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:17.000Z","modified_at":"2026-01-17T13:45:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"66370868426626","imei1":"66370868426626","imei2":"66370868426626","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158625,"job_number":"JOB_158625","tr_customer_id":158642,"tr_customer_product_id":158632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:30.000Z","modified_at":"2026-01-17T13:45:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17629368444625","imei1":"17629368444625","imei2":"17629368444625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158627,"job_number":"JOB_158627","tr_customer_id":158644,"tr_customer_product_id":158634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:45:32.000Z","modified_at":"2026-01-17T13:45:32.000Z","name":"Karley Dickens","mobile_number":"746-981-3678","email_id":"Mervin.Braun93@yahoo.com","dop":"2025-04-06","serial_number":"19117609586636850","imei1":"19117609586636850","imei2":"19117609586636850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:45:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158630,"job_number":"JOB_158630","tr_customer_id":158647,"tr_customer_product_id":158637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:46:12.000Z","modified_at":"2026-01-17T13:46:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15543158690517","imei1":"15543158690517","imei2":"15543158690517","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:46:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158632,"job_number":"JOB_158632","tr_customer_id":158649,"tr_customer_product_id":158639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:46:14.000Z","modified_at":"2026-01-17T13:46:14.000Z","name":"Ulices Jakubowski","mobile_number":"207-743-0260","email_id":"Emerald.McDermott@hotmail.com","dop":"2025-04-06","serial_number":"13272885307762950","imei1":"13272885307762950","imei2":"13272885307762950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:46:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158634,"job_number":"JOB_158634","tr_customer_id":158651,"tr_customer_product_id":158641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:46:53.000Z","modified_at":"2026-01-17T13:46:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19130729252620","imei1":"19130729252620","imei2":"19130729252620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158636,"job_number":"JOB_158636","tr_customer_id":158653,"tr_customer_product_id":158643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T13:46:55.000Z","modified_at":"2026-01-17T13:46:55.000Z","name":"Gregory Lehner","mobile_number":"252-907-3482","email_id":"Nickolas.Okuneva18@gmail.com","dop":"2025-04-06","serial_number":"15410526922974666","imei1":"15410526922974666","imei2":"15410526922974666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T13:46:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158646,"job_number":"JOB_158646","tr_customer_id":158663,"tr_customer_product_id":158653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:12:32.000Z","modified_at":"2026-01-17T14:12:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18091773680498","imei1":"18091773680498","imei2":"18091773680498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:12:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158648,"job_number":"JOB_158648","tr_customer_id":158665,"tr_customer_product_id":158655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:12:34.000Z","modified_at":"2026-01-17T14:12:34.000Z","name":"Gerson Tremblay","mobile_number":"372-931-4596","email_id":"Baby.Leannon@hotmail.com","dop":"2025-04-06","serial_number":"16649133410941834","imei1":"16649133410941834","imei2":"16649133410941834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:12:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158649,"job_number":"JOB_158649","tr_customer_id":158666,"tr_customer_product_id":158656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:13:14.000Z","modified_at":"2026-01-17T14:13:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10684522929694","imei1":"10684522929694","imei2":"10684522929694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:13:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158651,"job_number":"JOB_158651","tr_customer_id":158668,"tr_customer_product_id":158658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:13:16.000Z","modified_at":"2026-01-17T14:13:16.000Z","name":"Sasha Lindgren","mobile_number":"298-975-3537","email_id":"Haley_Ferry81@yahoo.com","dop":"2025-04-06","serial_number":"19125134454016620","imei1":"19125134454016620","imei2":"19125134454016620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:13:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158653,"job_number":"JOB_158653","tr_customer_id":158670,"tr_customer_product_id":158660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:13:55.000Z","modified_at":"2026-01-17T14:13:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12373828898741","imei1":"12373828898741","imei2":"12373828898741","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:13:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158655,"job_number":"JOB_158655","tr_customer_id":158672,"tr_customer_product_id":158662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:13:57.000Z","modified_at":"2026-01-17T14:13:57.000Z","name":"Westley Wiegand","mobile_number":"710-933-5009","email_id":"Rigoberto_Ullrich34@yahoo.com","dop":"2025-04-06","serial_number":"18353973864368252","imei1":"18353973864368252","imei2":"18353973864368252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:13:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158657,"job_number":"JOB_158657","tr_customer_id":158674,"tr_customer_product_id":158664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:14:37.000Z","modified_at":"2026-01-17T14:14:37.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10451471700727","imei1":"10451471700727","imei2":"10451471700727","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:14:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158659,"job_number":"JOB_158659","tr_customer_id":158676,"tr_customer_product_id":158666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:14:38.000Z","modified_at":"2026-01-17T14:14:38.000Z","name":"Greta Wunsch","mobile_number":"522-394-8510","email_id":"Lavon.Gibson3@hotmail.com","dop":"2025-06-18","serial_number":"1084230471254524","imei1":"1084230471254524","imei2":"1084230471254524","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158660,"job_number":"JOB_158660","tr_customer_id":158677,"tr_customer_product_id":158667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:14:53.000Z","modified_at":"2026-01-17T14:14:53.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10224292673251","imei1":"10224292673251","imei2":"10224292673251","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:14:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158662,"job_number":"JOB_158662","tr_customer_id":158679,"tr_customer_product_id":158669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:14:54.000Z","modified_at":"2026-01-17T14:14:54.000Z","name":"Vicente Shields","mobile_number":"455-495-0587","email_id":"Linnie_Boyer50@hotmail.com","dop":"2000-01-31","serial_number":"1091488826582765","imei1":"1091488826582765","imei2":"1091488826582765","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:14:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158663,"job_number":"JOB_158663","tr_customer_id":158680,"tr_customer_product_id":158670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:15:20.000Z","modified_at":"2026-01-17T14:15:20.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10551444669687","imei1":"10551444669687","imei2":"10551444669687","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:15:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158665,"job_number":"JOB_158665","tr_customer_id":158682,"tr_customer_product_id":158672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:15:21.000Z","modified_at":"2026-01-17T14:15:21.000Z","name":"Monica Reilly","mobile_number":"926-236-0632","email_id":"Otho.Rice50@gmail.com","dop":"2025-06-18","serial_number":"1087489033745932","imei1":"1087489033745932","imei2":"1087489033745932","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158666,"job_number":"JOB_158666","tr_customer_id":158683,"tr_customer_product_id":158673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:15:36.000Z","modified_at":"2026-01-17T14:15:36.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10931693820099","imei1":"10931693820099","imei2":"10931693820099","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:15:36.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158668,"job_number":"JOB_158668","tr_customer_id":158685,"tr_customer_product_id":158675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:15:38.000Z","modified_at":"2026-01-17T14:15:38.000Z","name":"Victoria Bruen","mobile_number":"425-304-4523","email_id":"Laura_Walker@gmail.com","dop":"2000-01-31","serial_number":"1066920924905886","imei1":"1066920924905886","imei2":"1066920924905886","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:15:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158669,"job_number":"JOB_158669","tr_customer_id":158686,"tr_customer_product_id":158676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:16:19.000Z","modified_at":"2026-01-17T14:16:19.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10578751958578","imei1":"10578751958578","imei2":"10578751958578","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158671,"job_number":"JOB_158671","tr_customer_id":158688,"tr_customer_product_id":158678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:16:20.000Z","modified_at":"2026-01-17T14:16:20.000Z","name":"Jarrod Kirlin","mobile_number":"450-520-5808","email_id":"Camden.Ryan@hotmail.com","dop":"2000-01-31","serial_number":"1076332240577605","imei1":"1076332240577605","imei2":"1076332240577605","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:16:20.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158672,"job_number":"JOB_158672","tr_customer_id":158689,"tr_customer_product_id":158679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:16:51.000Z","modified_at":"2026-01-17T14:16:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12753533721348","imei1":"12753533721348","imei2":"12753533721348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:16:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158674,"job_number":"JOB_158674","tr_customer_id":158691,"tr_customer_product_id":158681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:16:52.000Z","modified_at":"2026-01-17T14:16:52.000Z","name":"Jaden Rowe","mobile_number":"798-986-0076","email_id":"Jimmie_Franecki@gmail.com","dop":"2025-04-06","serial_number":"17980158681459964","imei1":"17980158681459964","imei2":"17980158681459964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:16:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158675,"job_number":"JOB_158675","tr_customer_id":158692,"tr_customer_product_id":158682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:01.000Z","modified_at":"2026-01-17T14:17:01.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10116015840681","imei1":"10116015840681","imei2":"10116015840681","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158677,"job_number":"JOB_158677","tr_customer_id":158694,"tr_customer_product_id":158684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:03.000Z","modified_at":"2026-01-17T14:17:03.000Z","name":"Antonietta Armstrong","mobile_number":"972-790-8736","email_id":"Deondre.Balistreri72@hotmail.com","dop":"2000-01-31","serial_number":"1041996121168359","imei1":"1041996121168359","imei2":"1041996121168359","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158678,"job_number":"JOB_158678","tr_customer_id":158695,"tr_customer_product_id":158685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:04.000Z","modified_at":"2026-01-17T14:17:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16342830193164","imei1":"16342830193164","imei2":"16342830193164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158680,"job_number":"JOB_158680","tr_customer_id":158697,"tr_customer_product_id":158687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:05.000Z","modified_at":"2026-01-17T14:17:05.000Z","name":"Humberto Spinka","mobile_number":"753-416-6420","email_id":"Randi.Luettgen@yahoo.com","dop":"2025-04-06","serial_number":"19588036401966276","imei1":"19588036401966276","imei2":"19588036401966276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158681,"job_number":"JOB_158681","tr_customer_id":158698,"tr_customer_product_id":158688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:33.000Z","modified_at":"2026-01-17T14:17:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12834778364601","imei1":"12834778364601","imei2":"12834778364601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158683,"job_number":"JOB_158683","tr_customer_id":158700,"tr_customer_product_id":158690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:35.000Z","modified_at":"2026-01-17T14:17:35.000Z","name":"Andy Beatty","mobile_number":"935-289-2567","email_id":"Llewellyn7@gmail.com","dop":"2025-04-06","serial_number":"18904882249374670","imei1":"18904882249374670","imei2":"18904882249374670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158684,"job_number":"JOB_158684","tr_customer_id":158701,"tr_customer_product_id":158691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:48.000Z","modified_at":"2026-01-17T14:17:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18094886759588","imei1":"18094886759588","imei2":"18094886759588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158686,"job_number":"JOB_158686","tr_customer_id":158703,"tr_customer_product_id":158693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:50.000Z","modified_at":"2026-01-17T14:17:50.000Z","name":"Godfrey Bruen","mobile_number":"466-999-4189","email_id":"Arnoldo.Schamberger37@hotmail.com","dop":"2025-04-06","serial_number":"14618177786943698","imei1":"14618177786943698","imei2":"14618177786943698","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158687,"job_number":"JOB_158687","tr_customer_id":158704,"tr_customer_product_id":158694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:56.000Z","modified_at":"2026-01-17T14:17:56.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"18517755921790","imei1":"18517755921790","imei2":"18517755921790","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158689,"job_number":"JOB_158689","tr_customer_id":158706,"tr_customer_product_id":158696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:17:57.000Z","modified_at":"2026-01-17T14:17:57.000Z","name":"Destiney Dicki","mobile_number":"450-345-8998","email_id":"Jany.Buckridge28@yahoo.com","dop":"2025-04-06","serial_number":"17162810290107806","imei1":"17162810290107806","imei2":"17162810290107806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158690,"job_number":"JOB_158690","tr_customer_id":158707,"tr_customer_product_id":158697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:16.000Z","modified_at":"2026-01-17T14:18:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14522990969261","imei1":"14522990969261","imei2":"14522990969261","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158692,"job_number":"JOB_158692","tr_customer_id":158709,"tr_customer_product_id":158699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:17.000Z","modified_at":"2026-01-17T14:18:17.000Z","name":"Vinnie Bahringer","mobile_number":"522-760-4962","email_id":"Jaylin.Boehm21@gmail.com","dop":"2025-04-06","serial_number":"11338952446564860","imei1":"11338952446564860","imei2":"11338952446564860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158693,"job_number":"JOB_158693","tr_customer_id":158710,"tr_customer_product_id":158700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:20.000Z","modified_at":"2026-01-17T14:18:20.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10266768713551","imei1":"10266768713551","imei2":"10266768713551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158695,"job_number":"JOB_158695","tr_customer_id":158712,"tr_customer_product_id":158702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:22.000Z","modified_at":"2026-01-17T14:18:22.000Z","name":"Christiana Lesch","mobile_number":"447-266-5208","email_id":"Jane_Blanda@yahoo.com","dop":"2025-04-06","serial_number":"15113884644999442","imei1":"15113884644999442","imei2":"15113884644999442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158696,"job_number":"JOB_158696","tr_customer_id":158713,"tr_customer_product_id":158703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:32.000Z","modified_at":"2026-01-17T14:18:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17404816605093","imei1":"17404816605093","imei2":"17404816605093","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158698,"job_number":"JOB_158698","tr_customer_id":158715,"tr_customer_product_id":158705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:34.000Z","modified_at":"2026-01-17T14:18:34.000Z","name":"Tyree Weimann","mobile_number":"764-771-4006","email_id":"Wilhelmine.Jaskolski@yahoo.com","dop":"2025-04-06","serial_number":"15465211349674468","imei1":"15465211349674468","imei2":"15465211349674468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158699,"job_number":"JOB_158699","tr_customer_id":158716,"tr_customer_product_id":158706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:39.000Z","modified_at":"2026-01-17T14:18:39.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10471800020481","imei1":"10471800020481","imei2":"10471800020481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158701,"job_number":"JOB_158701","tr_customer_id":158718,"tr_customer_product_id":158708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:18:40.000Z","modified_at":"2026-01-17T14:18:40.000Z","name":"Bonita Dickinson","mobile_number":"657-671-1617","email_id":"Ola.Boyer0@gmail.com","dop":"2025-04-06","serial_number":"13514098710868666","imei1":"13514098710868666","imei2":"13514098710868666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158702,"job_number":"JOB_158702","tr_customer_id":158719,"tr_customer_product_id":158709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:04.000Z","modified_at":"2026-01-17T14:19:04.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17025591250862","imei1":"17025591250862","imei2":"17025591250862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158704,"job_number":"JOB_158704","tr_customer_id":158721,"tr_customer_product_id":158711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:06.000Z","modified_at":"2026-01-17T14:19:06.000Z","name":"Oren Cole","mobile_number":"806-696-3473","email_id":"Talon.Hahn@yahoo.com","dop":"2025-04-06","serial_number":"14657256295217396","imei1":"14657256295217396","imei2":"14657256295217396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158705,"job_number":"JOB_158705","tr_customer_id":158722,"tr_customer_product_id":158712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:21.000Z","modified_at":"2026-01-17T14:19:21.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"17820338035101","imei1":"17820338035101","imei2":"17820338035101","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158707,"job_number":"JOB_158707","tr_customer_id":158724,"tr_customer_product_id":158714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:23.000Z","modified_at":"2026-01-17T14:19:23.000Z","name":"Joel Mayer","mobile_number":"491-736-0982","email_id":"Salvador_Moore@gmail.com","dop":"2025-04-06","serial_number":"17663381993187036","imei1":"17663381993187036","imei2":"17663381993187036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158708,"job_number":"JOB_158708","tr_customer_id":158725,"tr_customer_product_id":158715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:23.000Z","modified_at":"2026-01-17T14:19:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12418606962852","imei1":"12418606962852","imei2":"12418606962852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158710,"job_number":"JOB_158710","tr_customer_id":158727,"tr_customer_product_id":158717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:24.000Z","modified_at":"2026-01-17T14:19:24.000Z","name":"Laverne Davis","mobile_number":"416-571-1562","email_id":"Randi39@yahoo.com","dop":"2025-04-06","serial_number":"14641225090621914","imei1":"14641225090621914","imei2":"14641225090621914","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158712,"job_number":"JOB_158712","tr_customer_id":158729,"tr_customer_product_id":158719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:32.000Z","modified_at":"2026-01-17T14:19:32.000Z","name":"Allison Miller","mobile_number":"658-807-8668","email_id":"Raegan.Stoltenberg@gmail.com","dop":"2025-04-06","serial_number":"18715288675855280","imei1":"18715288675855280","imei2":"18715288675855280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158713,"job_number":"JOB_158713","tr_customer_id":158730,"tr_customer_product_id":158720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:48.000Z","modified_at":"2026-01-17T14:19:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15155028369161","imei1":"15155028369161","imei2":"15155028369161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158715,"job_number":"JOB_158715","tr_customer_id":158732,"tr_customer_product_id":158722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:49.000Z","modified_at":"2026-01-17T14:19:49.000Z","name":"Carlie Glover","mobile_number":"424-612-9076","email_id":"Flavie17@yahoo.com","dop":"2025-04-06","serial_number":"10210960690691308","imei1":"10210960690691308","imei2":"10210960690691308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158717,"job_number":"JOB_158717","tr_customer_id":158734,"tr_customer_product_id":158724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:19:51.000Z","modified_at":"2026-01-17T14:19:51.000Z","name":"Dexter Ankunding","mobile_number":"535-218-4311","email_id":"Retta2@yahoo.com","dop":"2025-04-06","serial_number":"17666983575585188","imei1":"17666983575585188","imei2":"17666983575585188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158718,"job_number":"JOB_158718","tr_customer_id":158735,"tr_customer_product_id":158725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:09.000Z","modified_at":"2026-01-17T14:20:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14679496125109","imei1":"14679496125109","imei2":"14679496125109","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158720,"job_number":"JOB_158720","tr_customer_id":158737,"tr_customer_product_id":158727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:10.000Z","modified_at":"2026-01-17T14:20:10.000Z","name":"Sabrina Morissette","mobile_number":"484-954-5719","email_id":"Myrtle51@gmail.com","dop":"2025-04-06","serial_number":"18692994420446824","imei1":"18692994420446824","imei2":"18692994420446824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158721,"job_number":"JOB_158721","tr_customer_id":158738,"tr_customer_product_id":158728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:41.000Z","modified_at":"2026-01-17T14:20:41.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15534232638303","imei1":"15534232638303","imei2":"15534232638303","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158722,"job_number":"JOB_158722","tr_customer_id":158739,"tr_customer_product_id":158729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:42.000Z","modified_at":"2026-01-17T14:20:42.000Z","name":"Era Heathcote","mobile_number":"837-201-9597","email_id":"Winona_Hilll69@yahoo.com","dop":"2025-09-16","serial_number":"15238595934770","imei1":"15238595934770","imei2":"15238595934770","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158723,"job_number":"JOB_158723","tr_customer_id":158740,"tr_customer_product_id":158730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:54.000Z","modified_at":"2026-01-17T14:20:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19102849190838","imei1":"19102849190838","imei2":"19102849190838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158725,"job_number":"JOB_158725","tr_customer_id":158742,"tr_customer_product_id":158732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:20:56.000Z","modified_at":"2026-01-17T14:20:56.000Z","name":"Donny Heaney","mobile_number":"222-752-2996","email_id":"Elmira_Dach@yahoo.com","dop":"2025-04-06","serial_number":"18219336670513028","imei1":"18219336670513028","imei2":"18219336670513028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:20:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158726,"job_number":"JOB_158726","tr_customer_id":158743,"tr_customer_product_id":158733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:21:01.000Z","modified_at":"2026-01-17T14:21:01.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"19595362858336","imei1":"19595362858336","imei2":"19595362858336","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:21:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158727,"job_number":"JOB_158727","tr_customer_id":158744,"tr_customer_product_id":158734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:21:01.000Z","modified_at":"2026-01-17T14:21:01.000Z","name":"Ludwig Weimann","mobile_number":"275-657-2186","email_id":"Bernadine89@yahoo.com","dop":"2025-09-16","serial_number":"17892064411706","imei1":"17892064411706","imei2":"17892064411706","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:21:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158728,"job_number":"JOB_158728","tr_customer_id":158745,"tr_customer_product_id":158735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:21:19.000Z","modified_at":"2026-01-17T14:21:19.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"11468865745600","imei1":"11468865745600","imei2":"11468865745600","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:21:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158729,"job_number":"JOB_158729","tr_customer_id":158746,"tr_customer_product_id":158736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:21:19.000Z","modified_at":"2026-01-17T14:21:19.000Z","name":"Dora Heathcote","mobile_number":"366-332-4191","email_id":"Annamarie.Parisian@yahoo.com","dop":"2025-09-16","serial_number":"13318452855964","imei1":"13318452855964","imei2":"13318452855964","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:21:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158730,"job_number":"JOB_158730","tr_customer_id":158747,"tr_customer_product_id":158737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:00.000Z","modified_at":"2026-01-17T14:22:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15907174839703","imei1":"15907174839703","imei2":"15907174839703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158732,"job_number":"JOB_158732","tr_customer_id":158749,"tr_customer_product_id":158739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:02.000Z","modified_at":"2026-01-17T14:22:02.000Z","name":"Daniela Ortiz","mobile_number":"537-952-8359","email_id":"Johathan57@yahoo.com","dop":"2025-04-06","serial_number":"12250002517113234","imei1":"12250002517113234","imei2":"12250002517113234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158733,"job_number":"JOB_158733","tr_customer_id":158750,"tr_customer_product_id":158740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:26.000Z","modified_at":"2026-01-17T14:22:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19848454437255","imei1":"19848454437255","imei2":"19848454437255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158735,"job_number":"JOB_158735","tr_customer_id":158752,"tr_customer_product_id":158742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:28.000Z","modified_at":"2026-01-17T14:22:28.000Z","name":"Curt Mraz","mobile_number":"411-450-7391","email_id":"Chasity_Zieme@gmail.com","dop":"2025-04-06","serial_number":"18929365349683284","imei1":"18929365349683284","imei2":"18929365349683284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158736,"job_number":"JOB_158736","tr_customer_id":158753,"tr_customer_product_id":158743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:46.000Z","modified_at":"2026-01-17T14:22:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12757012798342","imei1":"12757012798342","imei2":"12757012798342","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158738,"job_number":"JOB_158738","tr_customer_id":158755,"tr_customer_product_id":158745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:22:48.000Z","modified_at":"2026-01-17T14:22:48.000Z","name":"Leann Davis","mobile_number":"754-869-3737","email_id":"Roscoe_Emmerich35@yahoo.com","dop":"2025-04-06","serial_number":"13382086655036860","imei1":"13382086655036860","imei2":"13382086655036860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:22:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158739,"job_number":"JOB_158739","tr_customer_id":158756,"tr_customer_product_id":158746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:00.000Z","modified_at":"2026-01-17T14:23:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16918879298313","imei1":"16918879298313","imei2":"16918879298313","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158741,"job_number":"JOB_158741","tr_customer_id":158758,"tr_customer_product_id":158748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:02.000Z","modified_at":"2026-01-17T14:23:02.000Z","name":"Carlee Hammes","mobile_number":"500-754-2248","email_id":"Torey.Rosenbaum83@yahoo.com","dop":"2025-04-06","serial_number":"14537276977465120","imei1":"14537276977465120","imei2":"14537276977465120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158745,"job_number":"JOB_158745","tr_customer_id":158762,"tr_customer_product_id":158752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:10.000Z","modified_at":"2026-01-17T14:23:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12486151178579","imei1":"12486151178579","imei2":"12486151178579","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158747,"job_number":"JOB_158747","tr_customer_id":158764,"tr_customer_product_id":158754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:11.000Z","modified_at":"2026-01-17T14:23:11.000Z","name":"Burley Will","mobile_number":"838-557-6590","email_id":"Kareem.Welch16@hotmail.com","dop":"2025-04-06","serial_number":"11734939947857930","imei1":"11734939947857930","imei2":"11734939947857930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158751,"job_number":"JOB_158751","tr_customer_id":158768,"tr_customer_product_id":158758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:31.000Z","modified_at":"2026-01-17T14:23:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15907929802794","imei1":"15907929802794","imei2":"15907929802794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158754,"job_number":"JOB_158754","tr_customer_id":158771,"tr_customer_product_id":158761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:33.000Z","modified_at":"2026-01-17T14:23:33.000Z","name":"Rene Rutherford","mobile_number":"251-807-9780","email_id":"Aric83@yahoo.com","dop":"2025-04-06","serial_number":"16472941615727376","imei1":"16472941615727376","imei2":"16472941615727376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158757,"job_number":"JOB_158757","tr_customer_id":158774,"tr_customer_product_id":158764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:46.000Z","modified_at":"2026-01-17T14:23:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12257320382136","imei1":"12257320382136","imei2":"12257320382136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158759,"job_number":"JOB_158759","tr_customer_id":158776,"tr_customer_product_id":158766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:48.000Z","modified_at":"2026-01-17T14:23:48.000Z","name":"Hiram Hodkiewicz","mobile_number":"935-374-6827","email_id":"Reyes12@hotmail.com","dop":"2025-04-06","serial_number":"11424991411025350","imei1":"11424991411025350","imei2":"11424991411025350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158760,"job_number":"JOB_158760","tr_customer_id":158777,"tr_customer_product_id":158767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:52.000Z","modified_at":"2026-01-17T14:23:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15662172865686","imei1":"15662172865686","imei2":"15662172865686","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158762,"job_number":"JOB_158762","tr_customer_id":158779,"tr_customer_product_id":158769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:53.000Z","modified_at":"2026-01-17T14:23:53.000Z","name":"Halie Zulauf","mobile_number":"794-844-4950","email_id":"Mekhi73@hotmail.com","dop":"2025-04-06","serial_number":"18450969728955960","imei1":"18450969728955960","imei2":"18450969728955960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158764,"job_number":"JOB_158764","tr_customer_id":158781,"tr_customer_product_id":158771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:24:09.000Z","modified_at":"2026-01-17T14:24:09.000Z","name":"Gail Keebler","mobile_number":"817-637-0421","email_id":"Krystel_Kessler31@hotmail.com","dop":"2025-04-06","serial_number":"19946476378658236","imei1":"19946476378658236","imei2":"19946476378658236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:24:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158765,"job_number":"JOB_158765","tr_customer_id":158782,"tr_customer_product_id":158772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:24:30.000Z","modified_at":"2026-01-17T14:24:30.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11300854590031","imei1":"11300854590031","imei2":"11300854590031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:24:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158767,"job_number":"JOB_158767","tr_customer_id":158784,"tr_customer_product_id":158774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:24:31.000Z","modified_at":"2026-01-17T14:24:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13988669582897","imei1":"13988669582897","imei2":"13988669582897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:24:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158769,"job_number":"JOB_158769","tr_customer_id":158786,"tr_customer_product_id":158776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:24:32.000Z","modified_at":"2026-01-17T14:24:32.000Z","name":"Gregory Tremblay","mobile_number":"927-922-4456","email_id":"Nora.Conroy@gmail.com","dop":"2025-04-06","serial_number":"15601718858284190","imei1":"15601718858284190","imei2":"15601718858284190","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:24:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158770,"job_number":"JOB_158770","tr_customer_id":158787,"tr_customer_product_id":158777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:24:33.000Z","modified_at":"2026-01-17T14:24:33.000Z","name":"Shayna Corkery","mobile_number":"763-359-1093","email_id":"Nick.Feest96@yahoo.com","dop":"2025-04-06","serial_number":"14553842372321276","imei1":"14553842372321276","imei2":"14553842372321276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:24:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158772,"job_number":"JOB_158772","tr_customer_id":158789,"tr_customer_product_id":158779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:25:05.000Z","modified_at":"2026-01-17T14:25:05.000Z","name":"Sabina Considine","mobile_number":"543-459-3385","email_id":"Gerry.Gleichner14@yahoo.com","dop":"2025-04-06","serial_number":"18872442904006304","imei1":"18872442904006304","imei2":"18872442904006304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:25:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158773,"job_number":"JOB_158773","tr_customer_id":158790,"tr_customer_product_id":158780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:25:15.000Z","modified_at":"2026-01-17T14:25:15.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15358011344340","imei1":"15358011344340","imei2":"15358011344340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:25:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158775,"job_number":"JOB_158775","tr_customer_id":158792,"tr_customer_product_id":158782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:25:16.000Z","modified_at":"2026-01-17T14:25:16.000Z","name":"Queen Larkin","mobile_number":"652-759-1436","email_id":"Joe.Schaefer66@yahoo.com","dop":"2025-04-06","serial_number":"16294230477411068","imei1":"16294230477411068","imei2":"16294230477411068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:25:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158776,"job_number":"JOB_158776","tr_customer_id":158793,"tr_customer_product_id":158783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:25:59.000Z","modified_at":"2026-01-17T14:25:59.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14230940295057","imei1":"14230940295057","imei2":"14230940295057","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:25:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158778,"job_number":"JOB_158778","tr_customer_id":158795,"tr_customer_product_id":158785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:26:01.000Z","modified_at":"2026-01-17T14:26:01.000Z","name":"Noemi Treutel","mobile_number":"874-842-0663","email_id":"Isadore78@gmail.com","dop":"2025-04-06","serial_number":"14698927187194086","imei1":"14698927187194086","imei2":"14698927187194086","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158779,"job_number":"JOB_158779","tr_customer_id":158796,"tr_customer_product_id":158786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:26:26.000Z","modified_at":"2026-01-17T14:26:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12679846473838","imei1":"12679846473838","imei2":"12679846473838","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158781,"job_number":"JOB_158781","tr_customer_id":158798,"tr_customer_product_id":158788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:26:27.000Z","modified_at":"2026-01-17T14:26:27.000Z","name":"Logan Carter","mobile_number":"804-714-8589","email_id":"Alia_Bayer2@hotmail.com","dop":"2025-04-06","serial_number":"16447384382198928","imei1":"16447384382198928","imei2":"16447384382198928","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:26:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158782,"job_number":"JOB_158782","tr_customer_id":158799,"tr_customer_product_id":158789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:26:56.000Z","modified_at":"2026-01-17T14:26:56.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-01-07","serial_number":"39999999999999","imei1":"39999999999999","imei2":"39999999999999","popurl":"2026-01-07T14:26:43.185531400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:26:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158783,"job_number":"JOB_158783","tr_customer_id":158800,"tr_customer_product_id":158790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:27:10.000Z","modified_at":"2026-01-17T14:27:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13821228683480","imei1":"13821228683480","imei2":"13821228683480","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158785,"job_number":"JOB_158785","tr_customer_id":158802,"tr_customer_product_id":158792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:27:12.000Z","modified_at":"2026-01-17T14:27:12.000Z","name":"Eliezer Rohan","mobile_number":"540-789-5939","email_id":"Gage_Homenick54@yahoo.com","dop":"2025-04-06","serial_number":"15795343964997520","imei1":"15795343964997520","imei2":"15795343964997520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158786,"job_number":"JOB_158786","tr_customer_id":158803,"tr_customer_product_id":158793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:27:54.000Z","modified_at":"2026-01-17T14:27:54.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14208627594099","imei1":"14208627594099","imei2":"14208627594099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158788,"job_number":"JOB_158788","tr_customer_id":158805,"tr_customer_product_id":158795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:27:55.000Z","modified_at":"2026-01-17T14:27:55.000Z","name":"Janae Bogan","mobile_number":"832-428-5160","email_id":"Alda.Berge1@gmail.com","dop":"2025-04-06","serial_number":"11444470079967140","imei1":"11444470079967140","imei2":"11444470079967140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:27:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158790,"job_number":"JOB_158790","tr_customer_id":158807,"tr_customer_product_id":158797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:40:30.000Z","modified_at":"2026-01-17T14:40:30.000Z","name":"Judd Shields","mobile_number":"995-557-6442","email_id":"Darrin.OConnell13@gmail.com","dop":"2025-04-06","serial_number":"10954306116211638","imei1":"10954306116211638","imei2":"10954306116211638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:40:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158791,"job_number":"JOB_158791","tr_customer_id":158808,"tr_customer_product_id":158798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:41:15.000Z","modified_at":"2026-01-17T14:41:15.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"15220041826155","imei1":"15220041826155","imei2":"15220041826155","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:41:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158793,"job_number":"JOB_158793","tr_customer_id":158810,"tr_customer_product_id":158800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:41:16.000Z","modified_at":"2026-01-17T14:41:16.000Z","name":"Lessie Renner","mobile_number":"642-357-3670","email_id":"Eulah.Macejkovic@gmail.com","dop":"2025-04-06","serial_number":"12361398408839692","imei1":"12361398408839692","imei2":"12361398408839692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:41:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158794,"job_number":"JOB_158794","tr_customer_id":158811,"tr_customer_product_id":158801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:41:58.000Z","modified_at":"2026-01-17T14:41:58.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"17386770159543","imei1":"17386770159543","imei2":"17386770159543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158796,"job_number":"JOB_158796","tr_customer_id":158813,"tr_customer_product_id":158803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:42:00.000Z","modified_at":"2026-01-17T14:42:00.000Z","name":"Myriam Abshire","mobile_number":"424-332-1005","email_id":"Joe_Cummerata@yahoo.com","dop":"2025-04-06","serial_number":"18576273987072096","imei1":"18576273987072096","imei2":"18576273987072096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158797,"job_number":"JOB_158797","tr_customer_id":158814,"tr_customer_product_id":158804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T15:38:14.000Z","modified_at":"2026-01-17T15:38:14.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"108969619705695","imei1":"108969619705695","imei2":"108969619705695","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T15:38:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158799,"job_number":"JOB_158799","tr_customer_id":158816,"tr_customer_product_id":158806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T15:38:26.000Z","modified_at":"2026-01-17T15:38:26.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"107085886326638","imei1":"107085886326638","imei2":"107085886326638","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T15:38:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158801,"job_number":"JOB_158801","tr_customer_id":158818,"tr_customer_product_id":158808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T15:40:42.000Z","modified_at":"2026-01-17T15:40:42.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2026-01-17","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2026-01-17T15:40:41.471Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T15:40:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158802,"job_number":"JOB_158802","tr_customer_id":158819,"tr_customer_product_id":158809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:05:06.000Z","modified_at":"2026-01-17T16:05:06.000Z","name":"Rachel Rach","mobile_number":"8983120267","email_id":"spkrishu2003@gmail.com","dop":"2025-11-10","serial_number":"35678901234699","imei1":"356789012345819","imei2":"356789012345819","popurl":"2025-11-10T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:05:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158803,"job_number":"JOB_158803","tr_customer_id":158820,"tr_customer_product_id":158810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:12:57.000Z","modified_at":"2026-01-17T16:12:57.000Z","name":"Elisha Pacocha","mobile_number":"985-455-0519","email_id":"Krystina.Greenholt95@gmail.com","dop":"2025-07-21","serial_number":"100536559568609","imei1":"100536559568609","imei2":"100536559568609","popurl":"2025-07-21T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:12:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158816,"job_number":"JOB_158816","tr_customer_id":158833,"tr_customer_product_id":158823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:45:28.000Z","modified_at":"2026-01-17T16:45:28.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-07","serial_number":"19920302984769","imei1":"19920302984769","imei2":"19920302984769","popurl":"2026-01-07T16:45:27.765916191Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:45:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158818,"job_number":"JOB_158818","tr_customer_id":158835,"tr_customer_product_id":158825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:47:48.000Z","modified_at":"2026-01-17T16:47:48.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2026-01-07","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2026-01-07T16:47:47.636450270Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158838,"job_number":"JOB_158838","tr_customer_id":158855,"tr_customer_product_id":158845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:35:41.000Z","modified_at":"2026-01-17T17:35:41.000Z","name":"Sydni McLaughlin","mobile_number":"285-859-2640","email_id":"Lilla_Rolfson88@gmail.com","dop":"2025-12-31","serial_number":"107829470080426","imei1":"107829470080426","imei2":"107829470080426","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158840,"job_number":"JOB_158840","tr_customer_id":158857,"tr_customer_product_id":158847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:37:27.000Z","modified_at":"2026-01-17T17:37:27.000Z","name":"Jatin Sharma","mobile_number":"8806144202","email_id":"sonawaneomprakash222@gmail.com","dop":"2026-01-17","serial_number":"22138664331392","imei1":"22138664331392","imei2":"22138664331392","popurl":"2026-01-17T17:37:24.242Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:37:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158844,"job_number":"JOB_158844","tr_customer_id":158861,"tr_customer_product_id":158851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:41:03.000Z","modified_at":"2026-01-17T17:41:03.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2026-01-07","serial_number":"5444598687484620","imei1":"5444598687484620","imei2":"5444598687484620","popurl":"2026-01-07T17:41:02.990385637Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158845,"job_number":"JOB_158845","tr_customer_id":158862,"tr_customer_product_id":158852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:41:04.000Z","modified_at":"2026-01-17T17:41:04.000Z","name":"Anandamayi Kaniyar","mobile_number":"7090650105","email_id":"chandraayan.embranthiri@gmail.com","dop":"2026-01-07","serial_number":"667494458187647","imei1":"667494458187647","imei2":"667494458187647","popurl":"www.bhasvan-joshi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:41:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158846,"job_number":"JOB_158846","tr_customer_id":158863,"tr_customer_product_id":158853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:41:12.000Z","modified_at":"2026-01-17T17:41:12.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2026-01-07","serial_number":"5450598687484124","imei1":"5450598687484124","imei2":"5450598687484124","popurl":"2026-01-07T17:41:11.492836474Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:41:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158847,"job_number":"JOB_158847","tr_customer_id":158864,"tr_customer_product_id":158854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:41:21.000Z","modified_at":"2026-01-17T17:41:21.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2026-01-07","serial_number":"5449698687484024","imei1":"5449698687484024","imei2":"5449698687484024","popurl":"2026-01-07T17:41:20.422666856Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158848,"job_number":"JOB_158848","tr_customer_id":158865,"tr_customer_product_id":158855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:43:17.000Z","modified_at":"2026-01-17T17:43:17.000Z","name":"Kaus Das","mobile_number":"7686923755","email_id":"kstvds@gmail.com","dop":"2026-01-07","serial_number":"96548404198211","imei1":"96548404198211","imei2":"96548404198211","popurl":"2026-01-07T17:43:17.424061663Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158849,"job_number":"JOB_158849","tr_customer_id":158866,"tr_customer_product_id":158856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:44:59.000Z","modified_at":"2026-01-17T17:44:59.000Z","name":"Magali Medhurst","mobile_number":"945-636-9842","email_id":"Ruby_Rodriguez97@gmail.com","dop":"2025-12-31","serial_number":"107864519160931","imei1":"107864519160931","imei2":"107864519160931","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:44:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158850,"job_number":"JOB_158850","tr_customer_id":158867,"tr_customer_product_id":158857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:48:00.000Z","modified_at":"2026-01-17T17:48:00.000Z","name":"Tomas Torphy","mobile_number":"448-472-4310","email_id":"Emmalee_Prohaska@gmail.com","dop":"2025-12-31","serial_number":"106983881415341","imei1":"106983881415341","imei2":"106983881415341","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158851,"job_number":"JOB_158851","tr_customer_id":158868,"tr_customer_product_id":158858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:54:38.000Z","modified_at":"2026-01-17T17:54:38.000Z","name":"Rounit Sharma","mobile_number":"7000298282","email_id":"rounitsharma@gmail.com","dop":"2026-01-07","serial_number":"66269747447007","imei1":"66269747447007","imei2":"66269747447007","popurl":"2026-01-07T17:54:37.201416341Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158853,"job_number":"JOB_158853","tr_customer_id":158870,"tr_customer_product_id":158860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:55:55.000Z","modified_at":"2026-01-17T17:55:55.000Z","name":"Clay Wuckert","mobile_number":"201-942-5666","email_id":"Camilla65@hotmail.com","dop":"2025-12-31","serial_number":"100546821712279","imei1":"100546821712279","imei2":"100546821712279","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:55:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158854,"job_number":"JOB_158854","tr_customer_id":158871,"tr_customer_product_id":158861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:56:09.000Z","modified_at":"2026-01-17T17:56:09.000Z","name":"Rosanna Jakubowski","mobile_number":"307-790-2919","email_id":"Zelma_Bednar@gmail.com","dop":"2025-12-31","serial_number":"100897519233261","imei1":"100897519233261","imei2":"100897519233261","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158855,"job_number":"JOB_158855","tr_customer_id":158872,"tr_customer_product_id":158862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:57:15.000Z","modified_at":"2026-01-17T17:57:15.000Z","name":"Axel Zemlak","mobile_number":"900-546-5320","email_id":"Gavin_Rempel@hotmail.com","dop":"2025-12-31","serial_number":"105548325115767","imei1":"105548325115767","imei2":"105548325115767","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:57:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158856,"job_number":"JOB_158856","tr_customer_id":158873,"tr_customer_product_id":158863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:58:36.000Z","modified_at":"2026-01-17T17:58:36.000Z","name":"Walton Graham","mobile_number":"883-622-9226","email_id":"Hiram71@hotmail.com","dop":"2025-12-31","serial_number":"101113110502636","imei1":"101113110502636","imei2":"101113110502636","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:58:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158860,"job_number":"JOB_158860","tr_customer_id":158877,"tr_customer_product_id":158867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:07:23.000Z","modified_at":"2026-01-17T18:07:23.000Z","name":"Jazmyn Kuhn","mobile_number":"855-841-3078","email_id":"Gay70@gmail.com","dop":"2025-12-31","serial_number":"109254707888755","imei1":"109254707888755","imei2":"109254707888755","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:07:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158864,"job_number":"JOB_158864","tr_customer_id":158881,"tr_customer_product_id":158871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:17:31.000Z","modified_at":"2026-01-17T18:17:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12460413964459","imei1":"12460413964459","imei2":"12460413964459","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158866,"job_number":"JOB_158866","tr_customer_id":158883,"tr_customer_product_id":158873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:17:33.000Z","modified_at":"2026-01-17T18:17:33.000Z","name":"Josiah Parker","mobile_number":"896-613-9500","email_id":"Meta.Effertz@yahoo.com","dop":"2025-04-06","serial_number":"11441597202623780","imei1":"11441597202623780","imei2":"11441597202623780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:17:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158867,"job_number":"JOB_158867","tr_customer_id":158884,"tr_customer_product_id":158874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:18:14.000Z","modified_at":"2026-01-17T18:18:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15624402980079","imei1":"15624402980079","imei2":"15624402980079","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:18:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158869,"job_number":"JOB_158869","tr_customer_id":158886,"tr_customer_product_id":158876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:18:15.000Z","modified_at":"2026-01-17T18:18:15.000Z","name":"Guillermo Wisozk","mobile_number":"382-870-9965","email_id":"Maye.Emmerich93@hotmail.com","dop":"2025-04-06","serial_number":"10526192118383702","imei1":"10526192118383702","imei2":"10526192118383702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:18:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158870,"job_number":"JOB_158870","tr_customer_id":158887,"tr_customer_product_id":158877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:18:56.000Z","modified_at":"2026-01-17T18:18:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12323914585832","imei1":"12323914585832","imei2":"12323914585832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:18:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158872,"job_number":"JOB_158872","tr_customer_id":158889,"tr_customer_product_id":158879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:18:57.000Z","modified_at":"2026-01-17T18:18:57.000Z","name":"Walton O'Connell","mobile_number":"532-496-0095","email_id":"Keanu.Kulas34@yahoo.com","dop":"2025-04-06","serial_number":"17564160745905328","imei1":"17564160745905328","imei2":"17564160745905328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:18:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158877,"job_number":"JOB_158877","tr_customer_id":158894,"tr_customer_product_id":158884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:33:43.000Z","modified_at":"2026-01-17T18:33:43.000Z","name":"Nadia Cormier","mobile_number":"331-562-6520","email_id":"Maximo.Jakubowski@gmail.com","dop":"2025-12-31","serial_number":"102874650844872","imei1":"102874650844872","imei2":"102874650844872","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158878,"job_number":"JOB_158878","tr_customer_id":158895,"tr_customer_product_id":158885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:48:41.000Z","modified_at":"2026-01-17T18:48:41.000Z","name":"karthik D","mobile_number":"0987654321","email_id":"krthiksantosh@gmail.com","dop":"2026-01-07","serial_number":"87061348153532","imei1":"87061348153532","imei2":"87061348153532","popurl":"2026-01-07T18:48:41.020980882Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158879,"job_number":"JOB_158879","tr_customer_id":158896,"tr_customer_product_id":158886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:50:13.000Z","modified_at":"2026-01-17T18:50:13.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-07","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2026-01-07T18:50:13.216365870Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:50:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158880,"job_number":"JOB_158880","tr_customer_id":158897,"tr_customer_product_id":158887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:50:14.000Z","modified_at":"2026-01-17T18:50:14.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2026-01-07","serial_number":"81256049233069","imei1":"81256049233069","imei2":"81256049233069","popurl":"2026-01-07T18:50:13.780046206Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:50:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158881,"job_number":"JOB_158881","tr_customer_id":158898,"tr_customer_product_id":158888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:50:25.000Z","modified_at":"2026-01-17T18:50:25.000Z","name":"Anant Kinlekar","mobile_number":"7995924124","email_id":"anantkinlekar18@gmail.com","dop":"2026-01-16","serial_number":"23842930780876","imei1":"23842930780876","imei2":"23842930780876","popurl":"2026-01-16T18:50:25.495403419Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158882,"job_number":"JOB_158882","tr_customer_id":158899,"tr_customer_product_id":158889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:51:09.000Z","modified_at":"2026-01-17T18:51:09.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2026-01-07","serial_number":"26867419449447","imei1":"26867419449447","imei2":"26867419449447","popurl":"2026-01-07T18:51:09.480672557Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:51:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158883,"job_number":"JOB_158883","tr_customer_id":158900,"tr_customer_product_id":158890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:51:20.000Z","modified_at":"2026-01-17T18:51:20.000Z","name":"Gobinda Gandhi","mobile_number":"7056695810","email_id":"ekaaksh.shukla@gmail.com","dop":"2026-01-07","serial_number":"302489237354633","imei1":"302489237354633","imei2":"302489237354633","popurl":"www.anil-dutta.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158884,"job_number":"JOB_158884","tr_customer_id":158901,"tr_customer_product_id":158891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:51:28.000Z","modified_at":"2026-01-17T18:51:28.000Z","name":"rahul ssharma","mobile_number":"123456789012","email_id":"rahul@yopmail.com","dop":"2026-01-12","serial_number":"SN243422733055","imei1":"356789072245378","imei2":"333785579225679","popurl":"2026-01-12T18:51:27.897654996Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:51:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158885,"job_number":"JOB_158885","tr_customer_id":158902,"tr_customer_product_id":158892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:56:10.000Z","modified_at":"2026-01-17T18:56:10.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"12345678901234","imei1":"12345678901234","imei2":"12345678901234","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158887,"job_number":"JOB_158887","tr_customer_id":158904,"tr_customer_product_id":158894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:01:52.000Z","modified_at":"2026-01-17T19:01:52.000Z","name":"Dereck Sauer","mobile_number":"413-702-0845","email_id":"Alexandrea.Stroman22@gmail.com","dop":"2025-04-13","serial_number":"1018010739317995","imei1":"1018010739317995","imei2":"1018010739317995","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:01:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158888,"job_number":"JOB_158888","tr_customer_id":158905,"tr_customer_product_id":158895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:04:04.000Z","modified_at":"2026-01-17T19:04:04.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"12345678901234","imei1":"445454545454545","imei2":"878787878787878","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:04:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158890,"job_number":"JOB_158890","tr_customer_id":158907,"tr_customer_product_id":158897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:07:38.000Z","modified_at":"2026-01-17T19:07:38.000Z","name":"Abe Collins","mobile_number":"604-373-0274","email_id":"Rosemarie_Deckow80@yahoo.com","dop":"2025-04-13","serial_number":"1039132638657543","imei1":"1039132638657543","imei2":"1039132638657543","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:07:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158892,"job_number":"JOB_158892","tr_customer_id":158909,"tr_customer_product_id":158899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:24:08.000Z","modified_at":"2026-01-17T19:24:08.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"18556613932791","imei1":"18556613932791","imei2":"18556613932791","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:24:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158894,"job_number":"JOB_158894","tr_customer_id":158911,"tr_customer_product_id":158901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:27:12.000Z","modified_at":"2026-01-17T19:27:12.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"23481924202418","imei1":"23481924202418","imei2":"23481924202418","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158895,"job_number":"JOB_158895","tr_customer_id":158912,"tr_customer_product_id":158902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:36:49.000Z","modified_at":"2026-01-17T19:36:49.000Z","name":"Srinvas K","mobile_number":"9811122334","email_id":"test@gmail.com","dop":"2026-01-07","serial_number":"13235812527895","imei1":"13235812527895","imei2":"13235812527895","popurl":"2026-01-07T19:36:49.080803022Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T19:36:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158896,"job_number":"JOB_158896","tr_customer_id":158913,"tr_customer_product_id":158903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:22:09.000Z","modified_at":"2026-01-17T20:22:09.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"79352333685862","imei1":"79352333685862","imei2":"79352333685862","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:22:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158897,"job_number":"JOB_158897","tr_customer_id":158914,"tr_customer_product_id":158904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:27:40.000Z","modified_at":"2026-01-17T20:27:40.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"54255422144910","imei1":"54255422144910","imei2":"54255422144910","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:27:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158898,"job_number":"JOB_158898","tr_customer_id":158915,"tr_customer_product_id":158905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:29:12.000Z","modified_at":"2026-01-17T20:29:12.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"38214084920646","imei1":"38214084920646","imei2":"38214084920646","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:29:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158899,"job_number":"JOB_158899","tr_customer_id":158916,"tr_customer_product_id":158906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:42:51.000Z","modified_at":"2026-01-17T20:42:51.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"61144839786044","imei1":"61144839786044","imei2":"61144839786044","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158900,"job_number":"JOB_158900","tr_customer_id":158917,"tr_customer_product_id":158907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:52:36.000Z","modified_at":"2026-01-17T20:52:36.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"59537308514025","imei1":"59537308514025","imei2":"59537308514025","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:52:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158901,"job_number":"JOB_158901","tr_customer_id":158918,"tr_customer_product_id":158908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:54:15.000Z","modified_at":"2026-01-17T20:54:15.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"13131561780689","imei1":"13131561780689","imei2":"13131561780689","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:54:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158902,"job_number":"JOB_158902","tr_customer_id":158919,"tr_customer_product_id":158909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T20:56:37.000Z","modified_at":"2026-01-17T20:56:37.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"59441625477344","imei1":"59441625477344","imei2":"59441625477344","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T20:56:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158904,"job_number":"JOB_158904","tr_customer_id":158921,"tr_customer_product_id":158911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:04:43.000Z","modified_at":"2026-01-17T21:04:43.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"56827355984425","imei1":"56827355984425","imei2":"56827355984425","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:04:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158906,"job_number":"JOB_158906","tr_customer_id":158923,"tr_customer_product_id":158913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:37:04.000Z","modified_at":"2026-01-17T21:37:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11221658789255","imei1":"11221658789255","imei2":"11221658789255","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158908,"job_number":"JOB_158908","tr_customer_id":158925,"tr_customer_product_id":158915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:37:06.000Z","modified_at":"2026-01-17T21:37:06.000Z","name":"Kay Homenick","mobile_number":"779-716-4828","email_id":"Natasha_Grant@yahoo.com","dop":"2025-04-06","serial_number":"15925953190833172","imei1":"15925953190833172","imei2":"15925953190833172","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:37:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158909,"job_number":"JOB_158909","tr_customer_id":158926,"tr_customer_product_id":158916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:37:46.000Z","modified_at":"2026-01-17T21:37:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10360640839954","imei1":"10360640839954","imei2":"10360640839954","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158911,"job_number":"JOB_158911","tr_customer_id":158928,"tr_customer_product_id":158918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:37:47.000Z","modified_at":"2026-01-17T21:37:47.000Z","name":"Lelah Legros","mobile_number":"521-333-1969","email_id":"Karolann.Fadel@gmail.com","dop":"2025-04-06","serial_number":"19741420902928084","imei1":"19741420902928084","imei2":"19741420902928084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:37:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158912,"job_number":"JOB_158912","tr_customer_id":158929,"tr_customer_product_id":158919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:38:27.000Z","modified_at":"2026-01-17T21:38:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10341473024002","imei1":"10341473024002","imei2":"10341473024002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:38:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158914,"job_number":"JOB_158914","tr_customer_id":158931,"tr_customer_product_id":158921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:38:29.000Z","modified_at":"2026-01-17T21:38:29.000Z","name":"Ralph Will","mobile_number":"765-362-0115","email_id":"Piper.Nader24@yahoo.com","dop":"2025-04-06","serial_number":"15884554648619132","imei1":"15884554648619132","imei2":"15884554648619132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T21:38:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158915,"job_number":"JOB_158915","tr_customer_id":158932,"tr_customer_product_id":158922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T23:37:31.000Z","modified_at":"2026-01-17T23:37:31.000Z","name":"Inder Gowda","mobile_number":"7022291421","email_id":"shivakari.kaniyar@hotmail.com","dop":"2026-01-07","serial_number":"700604956735204","imei1":"700604956735204","imei2":"700604956735204","popurl":"www.lai-banerjee.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T23:37:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158916,"job_number":"JOB_158916","tr_customer_id":158933,"tr_customer_product_id":158923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:00:48.000Z","modified_at":"2026-01-18T02:00:48.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-01-08","serial_number":"29999999999999","imei1":"29999999999999","imei2":"29999999999999","popurl":"2026-01-08T02:00:40.251667Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158917,"job_number":"JOB_158917","tr_customer_id":158934,"tr_customer_product_id":158924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:33:55.000Z","modified_at":"2026-01-18T02:33:55.000Z","name":"Shashank Shekhar","mobile_number":"9742666189","email_id":"101shashank@gmail.com","dop":"2026-01-08","serial_number":"19999999999999","imei1":"19999999999999","imei2":"19999999999999","popurl":"2026-01-08T02:33:42.441168200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:33:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158918,"job_number":"JOB_158918","tr_customer_id":158935,"tr_customer_product_id":158925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:41:53.000Z","modified_at":"2026-01-18T02:41:53.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19129912921717","imei2":"19129912921717","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158923,"job_number":"JOB_158923","tr_customer_id":158940,"tr_customer_product_id":158930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:05:39.000Z","modified_at":"2026-01-18T03:05:39.000Z","name":"Ramesh Kaginakar","mobile_number":"1234567890","email_id":"abc@gmail.com","dop":"2025-12-10","serial_number":"12345678901234","imei1":"12345678904321","imei2":"12345678904321","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:05:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158927,"job_number":"JOB_158927","tr_customer_id":158944,"tr_customer_product_id":158934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:19:29.000Z","modified_at":"2026-01-18T03:19:29.000Z","name":"Keely McClure","mobile_number":"713-588-6401","email_id":"Robb26@gmail.com","dop":"2025-04-06","serial_number":"11137628988002394","imei1":"11137628988002394","imei2":"11137628988002394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:19:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158929,"job_number":"JOB_158929","tr_customer_id":158946,"tr_customer_product_id":158936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:20:09.000Z","modified_at":"2026-01-18T03:20:09.000Z","name":"Herman Dibbert","mobile_number":"982-464-6653","email_id":"Rebeca_Stroman57@hotmail.com","dop":"2025-04-06","serial_number":"19297471529311456","imei1":"19297471529311456","imei2":"19297471529311456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:20:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158931,"job_number":"JOB_158931","tr_customer_id":158948,"tr_customer_product_id":158938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:20:48.000Z","modified_at":"2026-01-18T03:20:48.000Z","name":"George Hammes","mobile_number":"907-586-1027","email_id":"Cesar30@hotmail.com","dop":"2025-04-06","serial_number":"11361496884842766","imei1":"11361496884842766","imei2":"11361496884842766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158936,"job_number":"JOB_158936","tr_customer_id":158953,"tr_customer_product_id":158943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:52.000Z","modified_at":"2026-01-18T03:29:52.000Z","name":"Joe Hessel","mobile_number":"458-269-8906","email_id":"Adella.Lemke41@gmail.com","dop":"2025-04-06","serial_number":"12635739580037282","imei1":"12635739580037282","imei2":"12635739580037282","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:29:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158938,"job_number":"JOB_158938","tr_customer_id":158955,"tr_customer_product_id":158945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:31:52.000Z","modified_at":"2026-01-18T03:31:52.000Z","name":"Abdul McGlynn","mobile_number":"656-767-9004","email_id":"Haylie.Gutmann@gmail.com","dop":"2025-04-06","serial_number":"17165963744461898","imei1":"17165963744461898","imei2":"17165963744461898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:31:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158940,"job_number":"JOB_158940","tr_customer_id":158957,"tr_customer_product_id":158947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:32:33.000Z","modified_at":"2026-01-18T03:32:33.000Z","name":"Anthony Raynor","mobile_number":"310-969-3183","email_id":"Adolphus63@yahoo.com","dop":"2025-04-06","serial_number":"11063265594084526","imei1":"11063265594084526","imei2":"11063265594084526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:32:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158942,"job_number":"JOB_158942","tr_customer_id":158959,"tr_customer_product_id":158949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:33:13.000Z","modified_at":"2026-01-18T03:33:13.000Z","name":"Trisha Jenkins","mobile_number":"338-952-8303","email_id":"Kenny7@hotmail.com","dop":"2025-04-06","serial_number":"14815744507965088","imei1":"14815744507965088","imei2":"14815744507965088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:33:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158945,"job_number":"JOB_158945","tr_customer_id":158962,"tr_customer_product_id":158952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:38.000Z","modified_at":"2026-01-18T03:54:38.000Z","name":"Leo Roberts","mobile_number":"427-909-4416","email_id":"Hollie_Lesch59@hotmail.com","dop":"2025-04-06","serial_number":"14843669307024184","imei1":"14843669307024184","imei2":"14843669307024184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158946,"job_number":"JOB_158946","tr_customer_id":158963,"tr_customer_product_id":158953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:43.000Z","modified_at":"2026-01-18T03:54:43.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19467896628386","imei1":"19467896628386","imei2":"19467896628386","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158948,"job_number":"JOB_158948","tr_customer_id":158965,"tr_customer_product_id":158955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:45.000Z","modified_at":"2026-01-18T03:54:45.000Z","name":"Raphaelle Jakubowski","mobile_number":"369-281-4565","email_id":"Norval_OConnell@yahoo.com","dop":"2025-04-06","serial_number":"19521574363139290","imei1":"19521574363139290","imei2":"19521574363139290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158949,"job_number":"JOB_158949","tr_customer_id":158966,"tr_customer_product_id":158956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:48.000Z","modified_at":"2026-01-18T03:54:48.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10214544928347","imei1":"10214544928347","imei2":"10214544928347","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158952,"job_number":"JOB_158952","tr_customer_id":158969,"tr_customer_product_id":158959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:49.000Z","modified_at":"2026-01-18T03:54:49.000Z","name":"Jamar Sawayn","mobile_number":"336-812-0351","email_id":"Letha30@yahoo.com","dop":"2025-06-18","serial_number":"1065809770831836","imei1":"1065809770831836","imei2":"1065809770831836","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158954,"job_number":"JOB_158954","tr_customer_id":158971,"tr_customer_product_id":158961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:50.000Z","modified_at":"2026-01-18T03:54:50.000Z","name":"Lelia Heathcote","mobile_number":"684-439-7088","email_id":"Rodger_Mann2@yahoo.com","dop":"2025-04-06","serial_number":"12902963426862238","imei1":"12902963426862238","imei2":"12902963426862238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158956,"job_number":"JOB_158956","tr_customer_id":158973,"tr_customer_product_id":158963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:55.000Z","modified_at":"2026-01-18T03:54:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12941198745591","imei1":"12941198745591","imei2":"12941198745591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158958,"job_number":"JOB_158958","tr_customer_id":158975,"tr_customer_product_id":158965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:56.000Z","modified_at":"2026-01-18T03:54:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15813258484257","imei1":"15813258484257","imei2":"15813258484257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158959,"job_number":"JOB_158959","tr_customer_id":158976,"tr_customer_product_id":158966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:56.000Z","modified_at":"2026-01-18T03:54:56.000Z","name":"Tre Herman","mobile_number":"750-543-4835","email_id":"Jaylin.Altenwerth@gmail.com","dop":"2025-04-06","serial_number":"15870756819729366","imei1":"15870756819729366","imei2":"15870756819729366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158962,"job_number":"JOB_158962","tr_customer_id":158979,"tr_customer_product_id":158969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:58.000Z","modified_at":"2026-01-18T03:54:58.000Z","name":"Julianne Rice","mobile_number":"365-250-5337","email_id":"Fiona29@gmail.com","dop":"2025-04-06","serial_number":"10262880116894436","imei1":"10262880116894436","imei2":"10262880116894436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158963,"job_number":"JOB_158963","tr_customer_id":158980,"tr_customer_product_id":158970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:58.000Z","modified_at":"2026-01-18T03:54:58.000Z","name":"Madison Littel","mobile_number":"856-908-8463","email_id":"Roxane_Johns@gmail.com","dop":"2025-04-06","serial_number":"16505961427935728","imei1":"16505961427935728","imei2":"16505961427935728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158964,"job_number":"JOB_158964","tr_customer_id":158981,"tr_customer_product_id":158971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:04.000Z","modified_at":"2026-01-18T03:55:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12982843008180","imei1":"12982843008180","imei2":"12982843008180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158966,"job_number":"JOB_158966","tr_customer_id":158983,"tr_customer_product_id":158973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:06.000Z","modified_at":"2026-01-18T03:55:06.000Z","name":"Karley Waters","mobile_number":"824-557-6543","email_id":"Ansley.McCullough81@hotmail.com","dop":"2025-04-06","serial_number":"17452596135726440","imei1":"17452596135726440","imei2":"17452596135726440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158968,"job_number":"JOB_158968","tr_customer_id":158985,"tr_customer_product_id":158975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:09.000Z","modified_at":"2026-01-18T03:55:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15647707394584","imei1":"15647707394584","imei2":"15647707394584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158969,"job_number":"JOB_158969","tr_customer_id":158986,"tr_customer_product_id":158976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:09.000Z","modified_at":"2026-01-18T03:55:09.000Z","name":"Lora Windler","mobile_number":"553-513-0940","email_id":"Newton80@yahoo.com","dop":"2025-04-06","serial_number":"19480817933707828","imei1":"19480817933707828","imei2":"19480817933707828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158971,"job_number":"JOB_158971","tr_customer_id":158988,"tr_customer_product_id":158978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:11.000Z","modified_at":"2026-01-18T03:55:11.000Z","name":"Chasity Boyle","mobile_number":"756-574-8585","email_id":"Devonte.Nicolas81@yahoo.com","dop":"2025-04-06","serial_number":"16484302338758824","imei1":"16484302338758824","imei2":"16484302338758824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158973,"job_number":"JOB_158973","tr_customer_id":158990,"tr_customer_product_id":158980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:18.000Z","modified_at":"2026-01-18T03:55:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19562063164321","imei1":"19562063164321","imei2":"19562063164321","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158975,"job_number":"JOB_158975","tr_customer_id":158992,"tr_customer_product_id":158982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:19.000Z","modified_at":"2026-01-18T03:55:19.000Z","name":"Brenden Bode","mobile_number":"452-649-9554","email_id":"Vito.Nader@gmail.com","dop":"2025-04-06","serial_number":"15023106193194922","imei1":"15023106193194922","imei2":"15023106193194922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158976,"job_number":"JOB_158976","tr_customer_id":158993,"tr_customer_product_id":158983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:26.000Z","modified_at":"2026-01-18T03:55:26.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"15933689174517","imei1":"15933689174517","imei2":"15933689174517","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158977,"job_number":"JOB_158977","tr_customer_id":158994,"tr_customer_product_id":158984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:26.000Z","modified_at":"2026-01-18T03:55:26.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10202317918806","imei1":"10202317918806","imei2":"10202317918806","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158978,"job_number":"JOB_158978","tr_customer_id":158995,"tr_customer_product_id":158985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:26.000Z","modified_at":"2026-01-18T03:55:26.000Z","name":"Gretchen Predovic","mobile_number":"802-810-1082","email_id":"Isabella3@gmail.com","dop":"2025-09-16","serial_number":"11492863918657","imei1":"11492863918657","imei2":"11492863918657","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158980,"job_number":"JOB_158980","tr_customer_id":158997,"tr_customer_product_id":158987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:27.000Z","modified_at":"2026-01-18T03:55:27.000Z","name":"Crystel Torphy","mobile_number":"691-560-0227","email_id":"Eleazar84@yahoo.com","dop":"2025-04-06","serial_number":"11303065096421912","imei1":"11303065096421912","imei2":"11303065096421912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158982,"job_number":"JOB_158982","tr_customer_id":158999,"tr_customer_product_id":158989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:31.000Z","modified_at":"2026-01-18T03:55:31.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10819982152359","imei1":"10819982152359","imei2":"10819982152359","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158983,"job_number":"JOB_158983","tr_customer_id":159000,"tr_customer_product_id":158990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:31.000Z","modified_at":"2026-01-18T03:55:31.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18896905771448","imei1":"18896905771448","imei2":"18896905771448","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158986,"job_number":"JOB_158986","tr_customer_id":159003,"tr_customer_product_id":158993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:32.000Z","modified_at":"2026-01-18T03:55:32.000Z","name":"Jalon West","mobile_number":"723-382-9398","email_id":"Jadon35@gmail.com","dop":"2025-06-18","serial_number":"1028285053662513","imei1":"1028285053662513","imei2":"1028285053662513","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158987,"job_number":"JOB_158987","tr_customer_id":159004,"tr_customer_product_id":158994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:33.000Z","modified_at":"2026-01-18T03:55:33.000Z","name":"Izaiah Connelly","mobile_number":"768-354-9653","email_id":"Patsy_Kuphal@gmail.com","dop":"2025-04-06","serial_number":"11630098966251164","imei1":"11630098966251164","imei2":"11630098966251164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158988,"job_number":"JOB_158988","tr_customer_id":159005,"tr_customer_product_id":158995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:37.000Z","modified_at":"2026-01-18T03:55:37.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10681521250943","imei1":"10681521250943","imei2":"10681521250943","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158989,"job_number":"JOB_158989","tr_customer_id":159006,"tr_customer_product_id":158996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:37.000Z","modified_at":"2026-01-18T03:55:37.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16893023065587","imei1":"16893023065587","imei2":"16893023065587","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158992,"job_number":"JOB_158992","tr_customer_id":159009,"tr_customer_product_id":158999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:38.000Z","modified_at":"2026-01-18T03:55:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12017734977634","imei1":"12017734977634","imei2":"12017734977634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158994,"job_number":"JOB_158994","tr_customer_id":159011,"tr_customer_product_id":159001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"Jennyfer Gorczany","mobile_number":"535-543-7055","email_id":"Prudence.Kunde91@hotmail.com","dop":"2000-01-31","serial_number":"1057844716225154","imei1":"1057844716225154","imei2":"1057844716225154","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":158995,"job_number":"JOB_158995","tr_customer_id":159012,"tr_customer_product_id":159002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"Eleazar Bahringer","mobile_number":"366-679-0783","email_id":"Rossie_Marquardt75@hotmail.com","dop":"2025-04-06","serial_number":"18869410839404170","imei1":"18869410839404170","imei2":"18869410839404170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158997,"job_number":"JOB_158997","tr_customer_id":159014,"tr_customer_product_id":159004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14783569223357","imei1":"14783569223357","imei2":"14783569223357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158998,"job_number":"JOB_158998","tr_customer_id":159015,"tr_customer_product_id":159005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14713386190208","imei1":"14713386190208","imei2":"14713386190208","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159000,"job_number":"JOB_159000","tr_customer_id":159017,"tr_customer_product_id":159007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:40.000Z","modified_at":"2026-01-18T03:55:40.000Z","name":"Holly McCullough","mobile_number":"287-399-4716","email_id":"Philip.Predovic@hotmail.com","dop":"2025-04-06","serial_number":"14214903449128246","imei1":"14214903449128246","imei2":"14214903449128246","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159003,"job_number":"JOB_159003","tr_customer_id":159020,"tr_customer_product_id":159010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:41.000Z","modified_at":"2026-01-18T03:55:41.000Z","name":"Fannie Gerlach","mobile_number":"622-417-3175","email_id":"Assunta.Gibson@gmail.com","dop":"2025-04-06","serial_number":"11678772436690096","imei1":"11678772436690096","imei2":"11678772436690096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159004,"job_number":"JOB_159004","tr_customer_id":159021,"tr_customer_product_id":159011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:41.000Z","modified_at":"2026-01-18T03:55:41.000Z","name":"Darian Bernhard","mobile_number":"315-893-0028","email_id":"Shakira.Gottlieb@yahoo.com","dop":"2025-04-06","serial_number":"11900177431020654","imei1":"11900177431020654","imei2":"11900177431020654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159005,"job_number":"JOB_159005","tr_customer_id":159022,"tr_customer_product_id":159012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:42.000Z","modified_at":"2026-01-18T03:55:42.000Z","name":"Mylene Huel","mobile_number":"893-426-0425","email_id":"Kyla_Dicki2@yahoo.com","dop":"2025-04-06","serial_number":"15161267425462172","imei1":"15161267425462172","imei2":"15161267425462172","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159006,"job_number":"JOB_159006","tr_customer_id":159023,"tr_customer_product_id":159013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:44.000Z","modified_at":"2026-01-18T03:55:44.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"16508946544604","imei1":"16508946544604","imei2":"16508946544604","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159007,"job_number":"JOB_159007","tr_customer_id":159024,"tr_customer_product_id":159014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:45.000Z","modified_at":"2026-01-18T03:55:45.000Z","name":"Aubree Buckridge","mobile_number":"380-656-6822","email_id":"Desiree60@yahoo.com","dop":"2025-09-16","serial_number":"19132359283120","imei1":"19132359283120","imei2":"19132359283120","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159008,"job_number":"JOB_159008","tr_customer_id":159025,"tr_customer_product_id":159015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:47.000Z","modified_at":"2026-01-18T03:55:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16056272428869","imei1":"16056272428869","imei2":"16056272428869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159010,"job_number":"JOB_159010","tr_customer_id":159027,"tr_customer_product_id":159017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:48.000Z","modified_at":"2026-01-18T03:55:48.000Z","name":"Mabelle Homenick","mobile_number":"583-467-8699","email_id":"Makayla66@gmail.com","dop":"2025-04-06","serial_number":"10276156837697780","imei1":"10276156837697780","imei2":"10276156837697780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159012,"job_number":"JOB_159012","tr_customer_id":159029,"tr_customer_product_id":159019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:51.000Z","modified_at":"2026-01-18T03:55:51.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14819228525478","imei1":"14819228525478","imei2":"14819228525478","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159017,"job_number":"JOB_159017","tr_customer_id":159034,"tr_customer_product_id":159024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:53.000Z","modified_at":"2026-01-18T03:55:53.000Z","name":"Ayla Hartmann","mobile_number":"325-323-1251","email_id":"Judd71@hotmail.com","dop":"2025-04-06","serial_number":"12725804605654084","imei1":"12725804605654084","imei2":"12725804605654084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159019,"job_number":"JOB_159019","tr_customer_id":159036,"tr_customer_product_id":159026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:56.000Z","modified_at":"2026-01-18T03:55:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16204717254730","imei1":"16204717254730","imei2":"16204717254730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159021,"job_number":"JOB_159021","tr_customer_id":159038,"tr_customer_product_id":159028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:57.000Z","modified_at":"2026-01-18T03:55:57.000Z","name":"Gage O'Reilly","mobile_number":"486-722-9533","email_id":"Estelle_Gulgowski@hotmail.com","dop":"2025-04-06","serial_number":"19022593321130664","imei1":"19022593321130664","imei2":"19022593321130664","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159022,"job_number":"JOB_159022","tr_customer_id":159039,"tr_customer_product_id":159029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:00.000Z","modified_at":"2026-01-18T03:56:00.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16181220054794","imei1":"16181220054794","imei2":"16181220054794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159025,"job_number":"JOB_159025","tr_customer_id":159042,"tr_customer_product_id":159032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:02.000Z","modified_at":"2026-01-18T03:56:02.000Z","name":"Gregorio Powlowski","mobile_number":"773-203-0079","email_id":"Dee_Robel@yahoo.com","dop":"2025-04-06","serial_number":"13917303328041124","imei1":"13917303328041124","imei2":"13917303328041124","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159028,"job_number":"JOB_159028","tr_customer_id":159045,"tr_customer_product_id":159035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:03.000Z","modified_at":"2026-01-18T03:56:03.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13079418795528","imei1":"13079418795528","imei2":"13079418795528","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159029,"job_number":"JOB_159029","tr_customer_id":159046,"tr_customer_product_id":159036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:04.000Z","modified_at":"2026-01-18T03:56:04.000Z","name":"Darrion Larkin","mobile_number":"327-462-5230","email_id":"Cedrick80@yahoo.com","dop":"2025-09-16","serial_number":"16714415971446","imei1":"16714415971446","imei2":"16714415971446","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159034,"job_number":"JOB_159034","tr_customer_id":159051,"tr_customer_product_id":159041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:06.000Z","modified_at":"2026-01-18T03:56:06.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"17940480609878","imei1":"17940480609878","imei2":"17940480609878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159036,"job_number":"JOB_159036","tr_customer_id":159053,"tr_customer_product_id":159043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:08.000Z","modified_at":"2026-01-18T03:56:08.000Z","name":"Robin Will","mobile_number":"368-861-3238","email_id":"Lysanne.Trantow@hotmail.com","dop":"2025-04-06","serial_number":"10701379597396918","imei1":"10701379597396918","imei2":"10701379597396918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159037,"job_number":"JOB_159037","tr_customer_id":159054,"tr_customer_product_id":159044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:08.000Z","modified_at":"2026-01-18T03:56:08.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"14292195329234","imei1":"14292195329234","imei2":"14292195329234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159042,"job_number":"JOB_159042","tr_customer_id":159059,"tr_customer_product_id":159049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:10.000Z","modified_at":"2026-01-18T03:56:10.000Z","name":"Dimitri Rodriguez","mobile_number":"821-542-3569","email_id":"Candelario.Prosacco46@gmail.com","dop":"2025-04-06","serial_number":"14221331446654184","imei1":"14221331446654184","imei2":"14221331446654184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159043,"job_number":"JOB_159043","tr_customer_id":159060,"tr_customer_product_id":159050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:11.000Z","modified_at":"2026-01-18T03:56:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16121955432354","imei1":"16121955432354","imei2":"16121955432354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159045,"job_number":"JOB_159045","tr_customer_id":159062,"tr_customer_product_id":159052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:13.000Z","modified_at":"2026-01-18T03:56:13.000Z","name":"Elnora Yost","mobile_number":"706-461-3350","email_id":"Willie.Schinner@hotmail.com","dop":"2025-04-06","serial_number":"15498950935864736","imei1":"15498950935864736","imei2":"15498950935864736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159046,"job_number":"JOB_159046","tr_customer_id":159063,"tr_customer_product_id":159053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:14.000Z","modified_at":"2026-01-18T03:56:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11530019276181","imei1":"11530019276181","imei2":"11530019276181","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159048,"job_number":"JOB_159048","tr_customer_id":159065,"tr_customer_product_id":159055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:16.000Z","modified_at":"2026-01-18T03:56:16.000Z","name":"Hassan Steuber","mobile_number":"941-982-9170","email_id":"Angeline.Gutkowski@hotmail.com","dop":"2025-04-06","serial_number":"19191664390299800","imei1":"19191664390299800","imei2":"19191664390299800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159049,"job_number":"JOB_159049","tr_customer_id":159066,"tr_customer_product_id":159056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:18.000Z","modified_at":"2026-01-18T03:56:18.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10262282963008","imei1":"10262282963008","imei2":"10262282963008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159051,"job_number":"JOB_159051","tr_customer_id":159068,"tr_customer_product_id":159058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:20.000Z","modified_at":"2026-01-18T03:56:20.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16121345308966","imei1":"16121345308966","imei2":"16121345308966","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159052,"job_number":"JOB_159052","tr_customer_id":159069,"tr_customer_product_id":159059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:20.000Z","modified_at":"2026-01-18T03:56:20.000Z","name":"Davonte Abernathy","mobile_number":"925-225-6146","email_id":"Myah_Kris20@gmail.com","dop":"2025-04-06","serial_number":"11671565606080252","imei1":"11671565606080252","imei2":"11671565606080252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159054,"job_number":"JOB_159054","tr_customer_id":159071,"tr_customer_product_id":159061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:21.000Z","modified_at":"2026-01-18T03:56:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12042865289002","imei1":"12042865289002","imei2":"12042865289002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159056,"job_number":"JOB_159056","tr_customer_id":159073,"tr_customer_product_id":159063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"Keenan Wilderman","mobile_number":"557-790-7062","email_id":"Ida.Ortiz@yahoo.com","dop":"2025-04-06","serial_number":"16323977604819896","imei1":"16323977604819896","imei2":"16323977604819896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159057,"job_number":"JOB_159057","tr_customer_id":159074,"tr_customer_product_id":159064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17173567493433","imei1":"17173567493433","imei2":"17173567493433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159059,"job_number":"JOB_159059","tr_customer_id":159076,"tr_customer_product_id":159066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15507358987601","imei1":"15507358987601","imei2":"15507358987601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159060,"job_number":"JOB_159060","tr_customer_id":159077,"tr_customer_product_id":159067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"Rupert Hagenes","mobile_number":"441-932-3091","email_id":"Kip_Hilll@gmail.com","dop":"2025-04-06","serial_number":"16725310582101640","imei1":"16725310582101640","imei2":"16725310582101640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159062,"job_number":"JOB_159062","tr_customer_id":159079,"tr_customer_product_id":159069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:23.000Z","modified_at":"2026-01-18T03:56:23.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10554998517770","imei1":"10554998517770","imei2":"10554998517770","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159064,"job_number":"JOB_159064","tr_customer_id":159081,"tr_customer_product_id":159071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Lonzo Metz","mobile_number":"813-312-7136","email_id":"Rylee_Ankunding80@hotmail.com","dop":"2025-04-06","serial_number":"13196617994465292","imei1":"13196617994465292","imei2":"13196617994465292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159066,"job_number":"JOB_159066","tr_customer_id":159083,"tr_customer_product_id":159073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Jocelyn Wisozk","mobile_number":"966-291-2540","email_id":"Linnie.Kozey@hotmail.com","dop":"2025-04-06","serial_number":"11607811611260184","imei1":"11607811611260184","imei2":"11607811611260184","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159069,"job_number":"JOB_159069","tr_customer_id":159086,"tr_customer_product_id":159076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:25.000Z","modified_at":"2026-01-18T03:56:25.000Z","name":"Abelardo Daugherty","mobile_number":"671-273-5807","email_id":"Samir.Kassulke@hotmail.com","dop":"2000-01-31","serial_number":"1023505550914247","imei1":"1023505550914247","imei2":"1023505550914247","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159070,"job_number":"JOB_159070","tr_customer_id":159087,"tr_customer_product_id":159077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:29.000Z","modified_at":"2026-01-18T03:56:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16426582337052","imei1":"16426582337052","imei2":"16426582337052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159072,"job_number":"JOB_159072","tr_customer_id":159089,"tr_customer_product_id":159079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:31.000Z","modified_at":"2026-01-18T03:56:31.000Z","name":"Kenny Hickle","mobile_number":"735-376-7511","email_id":"Catalina33@gmail.com","dop":"2025-04-06","serial_number":"17347309749523584","imei1":"17347309749523584","imei2":"17347309749523584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159073,"job_number":"JOB_159073","tr_customer_id":159090,"tr_customer_product_id":159080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:33.000Z","modified_at":"2026-01-18T03:56:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13408667443250","imei1":"13408667443250","imei2":"13408667443250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159075,"job_number":"JOB_159075","tr_customer_id":159092,"tr_customer_product_id":159082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:34.000Z","modified_at":"2026-01-18T03:56:34.000Z","name":"Rico Prosacco","mobile_number":"242-341-7855","email_id":"Karina_Lakin@yahoo.com","dop":"2025-04-06","serial_number":"17886541680478432","imei1":"17886541680478432","imei2":"17886541680478432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159076,"job_number":"JOB_159076","tr_customer_id":159093,"tr_customer_product_id":159083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:38.000Z","modified_at":"2026-01-18T03:56:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14073296534481","imei1":"14073296534481","imei2":"14073296534481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159081,"job_number":"JOB_159081","tr_customer_id":159098,"tr_customer_product_id":159088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:39.000Z","modified_at":"2026-01-18T03:56:39.000Z","name":"Nicklaus Adams","mobile_number":"571-791-8155","email_id":"Davion66@gmail.com","dop":"2025-04-06","serial_number":"16336268124921848","imei1":"16336268124921848","imei2":"16336268124921848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159082,"job_number":"JOB_159082","tr_customer_id":159099,"tr_customer_product_id":159089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:43.000Z","modified_at":"2026-01-18T03:56:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16992050938441","imei1":"16992050938441","imei2":"16992050938441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159084,"job_number":"JOB_159084","tr_customer_id":159101,"tr_customer_product_id":159091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:45.000Z","modified_at":"2026-01-18T03:56:45.000Z","name":"Alford Baumbach","mobile_number":"568-991-1586","email_id":"Jerod.Weber98@gmail.com","dop":"2025-04-06","serial_number":"17559774313272528","imei1":"17559774313272528","imei2":"17559774313272528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159085,"job_number":"JOB_159085","tr_customer_id":159102,"tr_customer_product_id":159092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:49.000Z","modified_at":"2026-01-18T03:56:49.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"17618015852470","imei1":"17618015852470","imei2":"17618015852470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159087,"job_number":"JOB_159087","tr_customer_id":159104,"tr_customer_product_id":159094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:51.000Z","modified_at":"2026-01-18T03:56:51.000Z","name":"Jewell Hane","mobile_number":"668-801-5609","email_id":"Cordell.Moen20@hotmail.com","dop":"2025-04-06","serial_number":"17059653394502704","imei1":"17059653394502704","imei2":"17059653394502704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159088,"job_number":"JOB_159088","tr_customer_id":159105,"tr_customer_product_id":159095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:55.000Z","modified_at":"2026-01-18T03:56:55.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18562529637721","imei1":"18562529637721","imei2":"18562529637721","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159090,"job_number":"JOB_159090","tr_customer_id":159107,"tr_customer_product_id":159097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:56.000Z","modified_at":"2026-01-18T03:56:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18565090525399","imei1":"18565090525399","imei2":"18565090525399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159092,"job_number":"JOB_159092","tr_customer_id":159109,"tr_customer_product_id":159099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:57.000Z","modified_at":"2026-01-18T03:56:57.000Z","name":"Reynold Wilkinson","mobile_number":"881-440-9157","email_id":"Lourdes86@yahoo.com","dop":"2025-04-06","serial_number":"12156566780378344","imei1":"12156566780378344","imei2":"12156566780378344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159093,"job_number":"JOB_159093","tr_customer_id":159110,"tr_customer_product_id":159100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:58.000Z","modified_at":"2026-01-18T03:56:58.000Z","name":"Kenton Volkman","mobile_number":"842-551-3953","email_id":"Demarco_Luettgen45@hotmail.com","dop":"2025-04-06","serial_number":"18393030416523070","imei1":"18393030416523070","imei2":"18393030416523070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159094,"job_number":"JOB_159094","tr_customer_id":159111,"tr_customer_product_id":159101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:59.000Z","modified_at":"2026-01-18T03:56:59.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12194536353382","imei1":"12194536353382","imei2":"12194536353382","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159096,"job_number":"JOB_159096","tr_customer_id":159113,"tr_customer_product_id":159103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:00.000Z","modified_at":"2026-01-18T03:57:00.000Z","name":"Rusty Buckridge","mobile_number":"532-371-9371","email_id":"Duncan.Lakin90@hotmail.com","dop":"2025-04-06","serial_number":"19535132894412390","imei1":"19535132894412390","imei2":"19535132894412390","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159097,"job_number":"JOB_159097","tr_customer_id":159114,"tr_customer_product_id":159104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:05.000Z","modified_at":"2026-01-18T03:57:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17125544314672","imei1":"17125544314672","imei2":"17125544314672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159099,"job_number":"JOB_159099","tr_customer_id":159116,"tr_customer_product_id":159106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:06.000Z","modified_at":"2026-01-18T03:57:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19493853384651","imei1":"19493853384651","imei2":"19493853384651","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159101,"job_number":"JOB_159101","tr_customer_id":159118,"tr_customer_product_id":159108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:07.000Z","modified_at":"2026-01-18T03:57:07.000Z","name":"Damion Schimmel","mobile_number":"323-927-5489","email_id":"Amparo.Ortiz@yahoo.com","dop":"2025-04-06","serial_number":"15096935786322860","imei1":"15096935786322860","imei2":"15096935786322860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159102,"job_number":"JOB_159102","tr_customer_id":159119,"tr_customer_product_id":159109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:08.000Z","modified_at":"2026-01-18T03:57:08.000Z","name":"Elissa Von","mobile_number":"633-983-3381","email_id":"Hadley.Bahringer48@gmail.com","dop":"2025-04-06","serial_number":"12750777508163872","imei1":"12750777508163872","imei2":"12750777508163872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159103,"job_number":"JOB_159103","tr_customer_id":159120,"tr_customer_product_id":159110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:08.000Z","modified_at":"2026-01-18T03:57:08.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10881737155439","imei1":"10881737155439","imei2":"10881737155439","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159105,"job_number":"JOB_159105","tr_customer_id":159122,"tr_customer_product_id":159112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:10.000Z","modified_at":"2026-01-18T03:57:10.000Z","name":"Kay Kshlerin","mobile_number":"549-791-2841","email_id":"Korey.Pouros@hotmail.com","dop":"2000-01-31","serial_number":"1006836938561974","imei1":"1006836938561974","imei2":"1006836938561974","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159106,"job_number":"JOB_159106","tr_customer_id":159123,"tr_customer_product_id":159113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:19.000Z","modified_at":"2026-01-18T03:57:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10990930337870","imei1":"10990930337870","imei2":"10990930337870","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159108,"job_number":"JOB_159108","tr_customer_id":159125,"tr_customer_product_id":159115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:20.000Z","modified_at":"2026-01-18T03:57:21.000Z","name":"Halle Jacobs","mobile_number":"702-829-9564","email_id":"Shemar_Weber@yahoo.com","dop":"2025-04-06","serial_number":"19481406525399376","imei1":"19481406525399376","imei2":"19481406525399376","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159109,"job_number":"JOB_159109","tr_customer_id":159126,"tr_customer_product_id":159116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:38.000Z","modified_at":"2026-01-18T03:57:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13618202639912","imei1":"13618202639912","imei2":"13618202639912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159111,"job_number":"JOB_159111","tr_customer_id":159128,"tr_customer_product_id":159118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:40.000Z","modified_at":"2026-01-18T03:57:40.000Z","name":"Easter Nolan","mobile_number":"989-469-5107","email_id":"Manuela53@yahoo.com","dop":"2025-04-06","serial_number":"16931703119740418","imei1":"16931703119740418","imei2":"16931703119740418","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159112,"job_number":"JOB_159112","tr_customer_id":159129,"tr_customer_product_id":159119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:51.000Z","modified_at":"2026-01-18T03:57:51.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16495393975364","imei1":"16495393975364","imei2":"16495393975364","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159114,"job_number":"JOB_159114","tr_customer_id":159131,"tr_customer_product_id":159121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:53.000Z","modified_at":"2026-01-18T03:57:53.000Z","name":"Sigrid Hoppe","mobile_number":"744-704-0538","email_id":"Elvie73@yahoo.com","dop":"2025-04-06","serial_number":"12844900235535616","imei1":"12844900235535616","imei2":"12844900235535616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159115,"job_number":"JOB_159115","tr_customer_id":159132,"tr_customer_product_id":159122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:53.000Z","modified_at":"2026-01-18T03:57:53.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10593668361759","imei1":"10593668361759","imei2":"10593668361759","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159117,"job_number":"JOB_159117","tr_customer_id":159134,"tr_customer_product_id":159124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:55.000Z","modified_at":"2026-01-18T03:57:55.000Z","name":"Vivien Effertz","mobile_number":"264-411-5441","email_id":"Justine50@hotmail.com","dop":"2000-01-31","serial_number":"1041260274965509","imei1":"1041260274965509","imei2":"1041260274965509","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":159118,"job_number":"JOB_159118","tr_customer_id":159135,"tr_customer_product_id":159125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:04.000Z","modified_at":"2026-01-18T04:02:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42595467128054","imei1":"42595467128054","imei2":"42595467128054","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159119,"job_number":"JOB_159119","tr_customer_id":159136,"tr_customer_product_id":159126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:05.000Z","modified_at":"2026-01-18T04:02:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87314681924832","imei1":"87314681924832","imei2":"87314681924832","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159120,"job_number":"JOB_159120","tr_customer_id":159137,"tr_customer_product_id":159127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:05.000Z","modified_at":"2026-01-18T04:02:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83676561649942","imei1":"83676561649942","imei2":"83676561649942","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159121,"job_number":"JOB_159121","tr_customer_id":159138,"tr_customer_product_id":159128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:05.000Z","modified_at":"2026-01-18T04:02:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90919033009824","imei1":"90919033009824","imei2":"90919033009824","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159122,"job_number":"JOB_159122","tr_customer_id":159139,"tr_customer_product_id":159129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:06.000Z","modified_at":"2026-01-18T04:02:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97667063730193","imei1":"97667063730193","imei2":"97667063730193","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159123,"job_number":"JOB_159123","tr_customer_id":159140,"tr_customer_product_id":159130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:06.000Z","modified_at":"2026-01-18T04:02:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"52313581280592","imei1":"52313581280592","imei2":"52313581280592","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159125,"job_number":"JOB_159125","tr_customer_id":159142,"tr_customer_product_id":159132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:35.000Z","modified_at":"2026-01-18T04:02:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14404177699227","imei1":"14404177699227","imei2":"14404177699227","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159126,"job_number":"JOB_159126","tr_customer_id":159143,"tr_customer_product_id":159133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:35.000Z","modified_at":"2026-01-18T04:02:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"75974630502915","imei1":"75974630502915","imei2":"75974630502915","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159127,"job_number":"JOB_159127","tr_customer_id":159144,"tr_customer_product_id":159134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:35.000Z","modified_at":"2026-01-18T04:02:35.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"49649277405742","imei1":"49649277405742","imei2":"49649277405742","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159128,"job_number":"JOB_159128","tr_customer_id":159145,"tr_customer_product_id":159135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:36.000Z","modified_at":"2026-01-18T04:02:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"98739550267129","imei1":"98739550267129","imei2":"98739550267129","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159129,"job_number":"JOB_159129","tr_customer_id":159146,"tr_customer_product_id":159136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:36.000Z","modified_at":"2026-01-18T04:02:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14537486509078","imei1":"14537486509078","imei2":"14537486509078","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159130,"job_number":"JOB_159130","tr_customer_id":159147,"tr_customer_product_id":159137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:36.000Z","modified_at":"2026-01-18T04:02:36.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47803734311039","imei1":"47803734311039","imei2":"47803734311039","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:02:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159132,"job_number":"JOB_159132","tr_customer_id":159149,"tr_customer_product_id":159139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:05.000Z","modified_at":"2026-01-18T04:03:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"25953638566088","imei1":"25953638566088","imei2":"25953638566088","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159133,"job_number":"JOB_159133","tr_customer_id":159150,"tr_customer_product_id":159140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:05.000Z","modified_at":"2026-01-18T04:03:05.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68817167817827","imei1":"68817167817827","imei2":"68817167817827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159134,"job_number":"JOB_159134","tr_customer_id":159151,"tr_customer_product_id":159141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11405749785771","imei1":"11405749785771","imei2":"11405749785771","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159135,"job_number":"JOB_159135","tr_customer_id":159152,"tr_customer_product_id":159142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65198456677470","imei1":"65198456677470","imei2":"65198456677470","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159136,"job_number":"JOB_159136","tr_customer_id":159153,"tr_customer_product_id":159143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45333620539242","imei1":"45333620539242","imei2":"45333620539242","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159137,"job_number":"JOB_159137","tr_customer_id":159154,"tr_customer_product_id":159144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:06.000Z","modified_at":"2026-01-18T04:03:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"55816952128862","imei1":"55816952128862","imei2":"55816952128862","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159140,"job_number":"JOB_159140","tr_customer_id":159157,"tr_customer_product_id":159147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:35:39.000Z","modified_at":"2026-01-18T04:35:39.000Z","name":"Sigmund Heller","mobile_number":"553-816-8494","email_id":"Kellie_Moore@yahoo.com","dop":"2025-04-06","serial_number":"14915951040604334","imei1":"14915951040604334","imei2":"14915951040604334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159142,"job_number":"JOB_159142","tr_customer_id":159159,"tr_customer_product_id":159149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:36:25.000Z","modified_at":"2026-01-18T04:36:25.000Z","name":"Evangeline Mertz","mobile_number":"770-977-1504","email_id":"Baylee.Von@yahoo.com","dop":"2025-04-06","serial_number":"15546895950353300","imei1":"15546895950353300","imei2":"15546895950353300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159144,"job_number":"JOB_159144","tr_customer_id":159161,"tr_customer_product_id":159151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:37:10.000Z","modified_at":"2026-01-18T04:37:10.000Z","name":"Agustina Effertz","mobile_number":"534-575-8446","email_id":"Elena16@hotmail.com","dop":"2025-04-06","serial_number":"16513923573111656","imei1":"16513923573111656","imei2":"16513923573111656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:37:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159145,"job_number":"JOB_159145","tr_customer_id":159162,"tr_customer_product_id":159152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:38:25.000Z","modified_at":"2026-01-18T04:38:25.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-08","serial_number":"37906098012507","imei1":"37906098012507","imei2":"37906098012507","popurl":"2026-01-08T04:38:25.059966147Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:38:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159146,"job_number":"JOB_159146","tr_customer_id":159163,"tr_customer_product_id":159153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:39:13.000Z","modified_at":"2026-01-18T04:39:13.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-08","serial_number":"13152065634352","imei1":"13152065634352","imei2":"13152065634352","popurl":"2026-01-08T04:39:13.543870831Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:39:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159147,"job_number":"JOB_159147","tr_customer_id":159164,"tr_customer_product_id":159154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:46:20.000Z","modified_at":"2026-01-18T04:46:20.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"102426181348629","imei1":"102426181348629","imei2":"102426181348629","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159149,"job_number":"JOB_159149","tr_customer_id":159166,"tr_customer_product_id":159156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:46:32.000Z","modified_at":"2026-01-18T04:46:32.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"101296498934228","imei1":"101296498934228","imei2":"101296498934228","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:46:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159152,"job_number":"JOB_159152","tr_customer_id":159169,"tr_customer_product_id":159159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:48:44.000Z","modified_at":"2026-01-18T04:48:44.000Z","name":"Waino Watsica","mobile_number":"349-225-5664","email_id":"Tyrese.Rodriguez@hotmail.com","dop":"2025-04-06","serial_number":"17754341125637384","imei1":"17754341125637384","imei2":"17754341125637384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159154,"job_number":"JOB_159154","tr_customer_id":159171,"tr_customer_product_id":159161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:49:27.000Z","modified_at":"2026-01-18T04:49:27.000Z","name":"Mathias Heaney","mobile_number":"969-224-2353","email_id":"Colleen.Hegmann@hotmail.com","dop":"2025-04-06","serial_number":"17387945400318194","imei1":"17387945400318194","imei2":"17387945400318194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159156,"job_number":"JOB_159156","tr_customer_id":159173,"tr_customer_product_id":159163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:50:10.000Z","modified_at":"2026-01-18T04:50:10.000Z","name":"Carolyn Considine","mobile_number":"384-998-3374","email_id":"Daphney.Abernathy8@hotmail.com","dop":"2025-04-06","serial_number":"14526013914400280","imei1":"14526013914400280","imei2":"14526013914400280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:50:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159158,"job_number":"JOB_159158","tr_customer_id":159175,"tr_customer_product_id":159165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:50:29.000Z","modified_at":"2026-01-18T04:50:29.000Z","name":"Chad Blick","mobile_number":"807-777-0039","email_id":"Garland8@gmail.com","dop":"2025-04-06","serial_number":"17782362417732888","imei1":"17782362417732888","imei2":"17782362417732888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:50:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159160,"job_number":"JOB_159160","tr_customer_id":159177,"tr_customer_product_id":159167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:54:55.000Z","modified_at":"2026-01-18T04:54:55.000Z","name":"Devan Powlowski","mobile_number":"519-651-9589","email_id":"Alfreda_Douglas32@yahoo.com","dop":"2025-04-06","serial_number":"15810515364692680","imei1":"15810515364692680","imei2":"15810515364692680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:54:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159162,"job_number":"JOB_159162","tr_customer_id":159179,"tr_customer_product_id":159169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:55:38.000Z","modified_at":"2026-01-18T04:55:38.000Z","name":"Raphael Ullrich","mobile_number":"412-771-1127","email_id":"Joana17@yahoo.com","dop":"2025-04-06","serial_number":"13083912295804420","imei1":"13083912295804420","imei2":"13083912295804420","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159164,"job_number":"JOB_159164","tr_customer_id":159181,"tr_customer_product_id":159171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:21.000Z","modified_at":"2026-01-18T04:56:21.000Z","name":"Sanford Padberg","mobile_number":"280-853-9256","email_id":"Mandy_Hettinger47@hotmail.com","dop":"2025-04-06","serial_number":"13793539832285556","imei1":"13793539832285556","imei2":"13793539832285556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:56:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159166,"job_number":"JOB_159166","tr_customer_id":159183,"tr_customer_product_id":159173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:33.000Z","modified_at":"2026-01-18T04:56:33.000Z","name":"Berneice Hintz","mobile_number":"949-440-5626","email_id":"Nicklaus_DuBuque@hotmail.com","dop":"2025-04-06","serial_number":"18205991908541724","imei1":"18205991908541724","imei2":"18205991908541724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:56:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159168,"job_number":"JOB_159168","tr_customer_id":159185,"tr_customer_product_id":159175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:48.000Z","modified_at":"2026-01-18T04:56:49.000Z","name":"Cassandra Grant","mobile_number":"495-254-8948","email_id":"Ariane57@hotmail.com","dop":"2025-04-06","serial_number":"13564346949934916","imei1":"13564346949934916","imei2":"13564346949934916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T04:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159172,"job_number":"JOB_159172","tr_customer_id":159189,"tr_customer_product_id":159179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:10.000Z","modified_at":"2026-01-18T05:26:10.000Z","name":"Anika Naik","mobile_number":"896-551-3586","email_id":"Charlie_Schiller@yahoo.com","dop":"2025-06-18","serial_number":"40529506789497","imei1":"40529506789497","imei2":"40529506789497","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159173,"job_number":"JOB_159173","tr_customer_id":159191,"tr_customer_product_id":159180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:10.000Z","modified_at":"2026-01-18T05:26:10.000Z","name":"Abhijit Naik","mobile_number":"896-551-3586","email_id":"Charlie_Schiller@yahoo.com","dop":"2025-06-18","serial_number":"30529506789497","imei1":"30529506789497","imei2":"30529506789497","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159174,"job_number":"JOB_159174","tr_customer_id":159190,"tr_customer_product_id":159181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:10.000Z","modified_at":"2026-01-18T05:26:10.000Z","name":"Shweta Naik","mobile_number":"896-551-3586","email_id":"Charlie_Schiller@yahoo.com","dop":"2025-06-18","serial_number":"50529506789497","imei1":"50529506789497","imei2":"50529506789497","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159175,"job_number":"JOB_159175","tr_customer_id":159192,"tr_customer_product_id":159182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Tarun Pothuvaal","mobile_number":"9759552311","email_id":"shwet.guneta@yahoo.co.in","dop":"2026-01-08","serial_number":"781387361097568","imei1":"781387361097568","imei2":"781387361097568","popurl":"www.chandrabhan-mehra.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159176,"job_number":"JOB_159176","tr_customer_id":159193,"tr_customer_product_id":159183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Narinder Gill","mobile_number":"9770838996","email_id":"tara.trivedi@gmail.com","dop":"2026-01-08","serial_number":"586671701396091","imei1":"586671701396091","imei2":"586671701396091","popurl":"www.brijesh-mehrotra.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159177,"job_number":"JOB_159177","tr_customer_id":159194,"tr_customer_product_id":159184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Keerti Dhawan","mobile_number":"9717192766","email_id":"prem.marar@hotmail.com","dop":"2026-01-08","serial_number":"979679078404403","imei1":"979679078404403","imei2":"979679078404403","popurl":"www.indra-mishra.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159178,"job_number":"JOB_159178","tr_customer_id":159195,"tr_customer_product_id":159185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Mani Sethi","mobile_number":"9732448209","email_id":"anunay.rana@yahoo.co.in","dop":"2026-01-08","serial_number":"879345541184340","imei1":"879345541184340","imei2":"879345541184340","popurl":"www.hari-achari.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159179,"job_number":"JOB_159179","tr_customer_id":159196,"tr_customer_product_id":159186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:11.000Z","modified_at":"2026-01-18T05:26:11.000Z","name":"Chapal Chattopadhyay","mobile_number":"9734701880","email_id":"lakshman.patil@hotmail.com","dop":"2026-01-08","serial_number":"643310145025074","imei1":"643310145025074","imei2":"643310145025074","popurl":"www.rahul-guha.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159180,"job_number":"JOB_159180","tr_customer_id":159197,"tr_customer_product_id":159187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:12.000Z","modified_at":"2026-01-18T05:26:12.000Z","name":"Janis Goyette","mobile_number":"999-774-7701","email_id":"Jazmyn_Zboncak@hotmail.com","dop":"2025-06-18","serial_number":"10442063229355","imei1":"10442063229355","imei2":"10442063229355","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159181,"job_number":"JOB_159181","tr_customer_id":159198,"tr_customer_product_id":159188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:12.000Z","modified_at":"2026-01-18T05:26:12.000Z","name":"Janis Goyette","mobile_number":"999-774-7701","email_id":"Jazmyn_Zboncak@hotmail.com","dop":"2025-06-18","serial_number":"10442063229375","imei1":"10442063229375","imei2":"10442063229375","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159182,"job_number":"JOB_159182","tr_customer_id":159199,"tr_customer_product_id":159189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:12.000Z","modified_at":"2026-01-18T05:26:12.000Z","name":"Janis Goyette","mobile_number":"999-774-7701","email_id":"Jazmyn_Zboncak@hotmail.com","dop":"2025-06-18","serial_number":"10442063229344","imei1":"10442063229344","imei2":"10442063229344","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159183,"job_number":"JOB_159183","tr_customer_id":159200,"tr_customer_product_id":159190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:37.000Z","modified_at":"2026-01-18T05:26:37.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-08","serial_number":"82585355524444","imei1":"82585355524444","imei2":"82585355524444","popurl":"2026-01-08T05:26:38.556797900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159184,"job_number":"JOB_159184","tr_customer_id":159201,"tr_customer_product_id":159191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:26:40.000Z","modified_at":"2026-01-18T05:26:40.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2026-01-08","serial_number":"44555355528010","imei1":"44555355528010","imei2":"44555355528010","popurl":"2026-01-08T05:26:41.003508100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:26:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159186,"job_number":"JOB_159186","tr_customer_id":159203,"tr_customer_product_id":159193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:30:31.000Z","modified_at":"2026-01-18T05:30:31.000Z","name":"Enoch Reynolds","mobile_number":"493-755-5988","email_id":"Moshe57@yahoo.com","dop":"2025-04-06","serial_number":"12379627810619552","imei1":"12379627810619552","imei2":"12379627810619552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:30:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159188,"job_number":"JOB_159188","tr_customer_id":159205,"tr_customer_product_id":159195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:31:17.000Z","modified_at":"2026-01-18T05:31:17.000Z","name":"Haleigh Schmeler","mobile_number":"491-543-5436","email_id":"Luz80@gmail.com","dop":"2025-04-06","serial_number":"12481029967063888","imei1":"12481029967063888","imei2":"12481029967063888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:31:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159190,"job_number":"JOB_159190","tr_customer_id":159207,"tr_customer_product_id":159197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:32:02.000Z","modified_at":"2026-01-18T05:32:02.000Z","name":"Judson Bergstrom","mobile_number":"811-251-1536","email_id":"Florida.Mitchell90@hotmail.com","dop":"2025-04-06","serial_number":"19066169072961424","imei1":"19066169072961424","imei2":"19066169072961424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159192,"job_number":"JOB_159192","tr_customer_id":159209,"tr_customer_product_id":159199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:34:34.000Z","modified_at":"2026-01-18T05:34:34.000Z","name":"Elmore Nicolas","mobile_number":"870-721-8135","email_id":"Gage69@yahoo.com","dop":"2025-04-06","serial_number":"14563330117773424","imei1":"14563330117773424","imei2":"14563330117773424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:34:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159194,"job_number":"JOB_159194","tr_customer_id":159211,"tr_customer_product_id":159201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:35:19.000Z","modified_at":"2026-01-18T05:35:19.000Z","name":"Kailyn Strosin","mobile_number":"702-605-0724","email_id":"Ewald32@hotmail.com","dop":"2025-04-06","serial_number":"13005289405076192","imei1":"13005289405076192","imei2":"13005289405076192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159196,"job_number":"JOB_159196","tr_customer_id":159213,"tr_customer_product_id":159203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:36:02.000Z","modified_at":"2026-01-18T05:36:02.000Z","name":"Alvah Carter","mobile_number":"381-974-1089","email_id":"Una68@hotmail.com","dop":"2025-04-06","serial_number":"17282893793894732","imei1":"17282893793894732","imei2":"17282893793894732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T05:36:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158282,"job_number":"JOB_158282","tr_customer_id":158299,"tr_customer_product_id":158289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-16T20:13:16.000Z","modified_at":"2026-01-16T20:13:16.000Z","name":"Testing Sai","mobile_number":"8888999999","email_id":"trd@gmail.com","dop":"2025-12-31","serial_number":"66655566656669","imei1":"66655566656669","imei2":"66655566656669","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-16T20:13:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158328,"job_number":"JOB_158328","tr_customer_id":158345,"tr_customer_product_id":158335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:42:45.000Z","modified_at":"2026-01-17T03:42:45.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Cleveland_Ebert@yahoo.com","dop":"2025-07-02","serial_number":"16536671828966","imei1":"16536671828966","imei2":"16536671828966","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:42:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158344,"job_number":"JOB_158344","tr_customer_id":158361,"tr_customer_product_id":158351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:02.000Z","modified_at":"2026-01-17T03:43:02.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Alek_Graham45@gmail.com","dop":"2025-07-02","serial_number":"17059396181607","imei1":"17059396181607","imei2":"17059396181607","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158354,"job_number":"JOB_158354","tr_customer_id":158371,"tr_customer_product_id":158361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:43:19.000Z","modified_at":"2026-01-17T03:43:19.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Abner.Kautzer2@yahoo.com","dop":"2025-07-02","serial_number":"19559837803564","imei1":"19559837803564","imei2":"19559837803564","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:43:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158385,"job_number":"JOB_158385","tr_customer_id":158402,"tr_customer_product_id":158392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:01.000Z","modified_at":"2026-01-17T03:44:01.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"146910989004877","imei1":"146910989004877","imei2":"146910989004877","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158386,"job_number":"JOB_158386","tr_customer_id":158403,"tr_customer_product_id":158393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:01.000Z","modified_at":"2026-01-17T03:44:01.000Z","name":"Anibal O'Hara","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"103299519500346","imei1":"103299519500346","imei2":"103299519500346","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158387,"job_number":"JOB_158387","tr_customer_id":158404,"tr_customer_product_id":158394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:02.000Z","modified_at":"2026-01-17T03:44:02.000Z","name":"Hanna Davis","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"150406524276806","imei1":"150406524276806","imei2":"150406524276806","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158388,"job_number":"JOB_158388","tr_customer_id":158405,"tr_customer_product_id":158395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:02.000Z","modified_at":"2026-01-17T03:44:02.000Z","name":"Zola Lemke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"146830526284333","imei1":"146830526284333","imei2":"146830526284333","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158398,"job_number":"JOB_158398","tr_customer_id":158415,"tr_customer_product_id":158405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:12.000Z","modified_at":"2026-01-17T03:44:12.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"118480271711951","imei1":"118480271711951","imei2":"118480271711951","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158400,"job_number":"JOB_158400","tr_customer_id":158417,"tr_customer_product_id":158407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:13.000Z","modified_at":"2026-01-17T03:44:13.000Z","name":"Marian Kuhn","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"185306551779297","imei1":"185306551779297","imei2":"185306551779297","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158402,"job_number":"JOB_158402","tr_customer_id":158419,"tr_customer_product_id":158409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:13.000Z","modified_at":"2026-01-17T03:44:13.000Z","name":"Marcelina Koelpin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"140734698974988","imei1":"140734698974988","imei2":"140734698974988","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158403,"job_number":"JOB_158403","tr_customer_id":158420,"tr_customer_product_id":158410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:13.000Z","modified_at":"2026-01-17T03:44:13.000Z","name":"Newell Koelpin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102407723537132","imei1":"102407723537132","imei2":"102407723537132","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158414,"job_number":"JOB_158414","tr_customer_id":158431,"tr_customer_product_id":158421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:28.000Z","modified_at":"2026-01-17T03:44:28.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"103960262653477","imei1":"103960262653477","imei2":"103960262653477","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158416,"job_number":"JOB_158416","tr_customer_id":158433,"tr_customer_product_id":158423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:29.000Z","modified_at":"2026-01-17T03:44:29.000Z","name":"Elmer Reynolds","mobile_number":"378-319-0161","email_id":"Suzanne_Farrell71@yahoo.com","dop":"2025-06-09","serial_number":"109199334236585","imei1":"109199334236585","imei2":"109199334236585","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158426,"job_number":"JOB_158426","tr_customer_id":158443,"tr_customer_product_id":158433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:42.000Z","modified_at":"2026-01-17T03:44:42.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106949070018540","imei1":"106949070018540","imei2":"106949070018540","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158428,"job_number":"JOB_158428","tr_customer_id":158445,"tr_customer_product_id":158435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:43.000Z","modified_at":"2026-01-17T03:44:43.000Z","name":"Gerald Effertz","mobile_number":"662-277-0330","email_id":"Renee.Mills@hotmail.com","dop":"2025-06-09","serial_number":"107173546291463","imei1":"107173546291463","imei2":"107173546291463","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158441,"job_number":"JOB_158441","tr_customer_id":158458,"tr_customer_product_id":158448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:57.000Z","modified_at":"2026-01-17T03:44:57.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105493518641071","imei1":"105493518641071","imei2":"105493518641071","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158445,"job_number":"JOB_158445","tr_customer_id":158462,"tr_customer_product_id":158452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T03:44:57.000Z","modified_at":"2026-01-17T03:44:57.000Z","name":"Uriel Mitchell","mobile_number":"947-801-7244","email_id":"Linwood.Kuhic22@hotmail.com","dop":"2025-06-09","serial_number":"109888146056340","imei1":"109888146056340","imei2":"109888146056340","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T03:44:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158501,"job_number":"JOB_158501","tr_customer_id":158518,"tr_customer_product_id":158508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:03:02.000Z","modified_at":"2026-01-17T06:03:02.000Z","name":"JF FK","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957152165010","imei1":"15957152165010","imei2":"15957152165010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158502,"job_number":"JOB_158502","tr_customer_id":158519,"tr_customer_product_id":158509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:03:02.000Z","modified_at":"2026-01-17T06:03:02.000Z","name":"YadiFKFa Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957148162011","imei1":"15957148162011","imei2":"15957148162011","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158503,"job_number":"JOB_158503","tr_customer_id":158520,"tr_customer_product_id":158510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:03:02.000Z","modified_at":"2026-01-17T06:03:02.000Z","name":"ABC Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957151162010","imei1":"15957151162010","imei2":"15957151162010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158504,"job_number":"JOB_158504","tr_customer_id":158521,"tr_customer_product_id":158511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:03:02.000Z","modified_at":"2026-01-17T06:03:02.000Z","name":"Yadira Blanda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957150162010","imei1":"15957150162010","imei2":"15957150162010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158505,"job_number":"JOB_158505","tr_customer_id":158522,"tr_customer_product_id":158512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T06:03:02.000Z","modified_at":"2026-01-17T06:03:02.000Z","name":"Yadira BlaFKFFKnda","mobile_number":"484-758-4000","email_id":"Roma.OKeefe@hotmail.com","dop":"2025-10-01","serial_number":"15957138162010","imei1":"15957138162010","imei2":"15957138162010","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T06:03:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158516,"job_number":"JOB_158516","tr_customer_id":158533,"tr_customer_product_id":158523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:27:41.000Z","modified_at":"2026-01-17T07:27:41.000Z","name":"abhi res","mobile_number":"999000111","email_id":"ahbi@gg.com","dop":"2026-01-06","serial_number":"18040915043019","imei1":"18040915043019","imei2":"18040915043019","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T07:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158577,"job_number":"JOB_158577","tr_customer_id":158594,"tr_customer_product_id":158584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:54.000Z","modified_at":"2026-01-17T10:32:54.000Z","name":"Kapil Patil","mobile_number":"375-921-8698","email_id":"Joshua.Dietrich24@gmail.com","dop":"2025-05-12","serial_number":"151772963399794","imei1":"151772963399794","imei2":"151772963399794","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158578,"job_number":"JOB_158578","tr_customer_id":158595,"tr_customer_product_id":158585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:54.000Z","modified_at":"2026-01-17T10:32:54.000Z","name":"Nikhil Patil","mobile_number":"375-921-8698","email_id":"Joshua.Dietrich24@gmail.com","dop":"2025-05-12","serial_number":"331772963399794","imei1":"331772963399794","imei2":"331772963399794","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158579,"job_number":"JOB_158579","tr_customer_id":158596,"tr_customer_product_id":158586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:54.000Z","modified_at":"2026-01-17T10:32:54.000Z","name":"Carissa Becker","mobile_number":"375-921-8698","email_id":"Joshua.Dietrich24@gmail.com","dop":"2025-05-12","serial_number":"221772963399794","imei1":"221772963399794","imei2":"221772963399794","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158585,"job_number":"JOB_158585","tr_customer_id":158602,"tr_customer_product_id":158592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:57.000Z","modified_at":"2026-01-17T10:32:57.000Z","name":"Merle Wintheiser","mobile_number":"306-842-9060","email_id":"Ruben.Towne66@gmail.com","dop":"2025-05-12","serial_number":"950542362799449","imei1":"950542362799449","imei2":"950542362799449","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158586,"job_number":"JOB_158586","tr_customer_id":158603,"tr_customer_product_id":158593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:57.000Z","modified_at":"2026-01-17T10:32:57.000Z","name":"Merle Wintheiser","mobile_number":"306-842-9060","email_id":"Ruben.Towne66@gmail.com","dop":"2025-05-12","serial_number":"750542362799449","imei1":"750542362799449","imei2":"750542362799449","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158587,"job_number":"JOB_158587","tr_customer_id":158604,"tr_customer_product_id":158594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T10:32:57.000Z","modified_at":"2026-01-17T10:32:57.000Z","name":"Merle Wintheiser","mobile_number":"306-842-9060","email_id":"Ruben.Towne66@gmail.com","dop":"2025-05-12","serial_number":"890542362799449","imei1":"890542362799449","imei2":"890542362799449","popurl":"2025-05-12T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T10:32:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158637,"job_number":"JOB_158637","tr_customer_id":158654,"tr_customer_product_id":158644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:08:56.000Z","modified_at":"2026-01-17T14:08:56.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"113734770311322","imei1":"113734770311322","imei2":"113734770311322","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158638,"job_number":"JOB_158638","tr_customer_id":158655,"tr_customer_product_id":158645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:08:56.000Z","modified_at":"2026-01-17T14:08:56.000Z","name":"Birdie O'Connell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"179461865204720","imei1":"179461865204720","imei2":"179461865204720","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158639,"job_number":"JOB_158639","tr_customer_id":158656,"tr_customer_product_id":158646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:08:57.000Z","modified_at":"2026-01-17T14:08:57.000Z","name":"Julia Kohler","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"197298818874104","imei1":"197298818874104","imei2":"197298818874104","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:08:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158640,"job_number":"JOB_158640","tr_customer_id":158657,"tr_customer_product_id":158647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:08:57.000Z","modified_at":"2026-01-17T14:08:57.000Z","name":"Kyle Osinski","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139488606144877","imei1":"139488606144877","imei2":"139488606144877","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:08:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158642,"job_number":"JOB_158642","tr_customer_id":158659,"tr_customer_product_id":158649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:09:08.000Z","modified_at":"2026-01-17T14:09:08.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"196409635930897","imei1":"196409635930897","imei2":"196409635930897","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158643,"job_number":"JOB_158643","tr_customer_id":158660,"tr_customer_product_id":158650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:09:08.000Z","modified_at":"2026-01-17T14:09:08.000Z","name":"Sidney Jenkins","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"137189714556725","imei1":"137189714556725","imei2":"137189714556725","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158644,"job_number":"JOB_158644","tr_customer_id":158661,"tr_customer_product_id":158651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:09:08.000Z","modified_at":"2026-01-17T14:09:08.000Z","name":"Lily Braun","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"130750151091707","imei1":"130750151091707","imei2":"130750151091707","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158645,"job_number":"JOB_158645","tr_customer_id":158662,"tr_customer_product_id":158652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:09:09.000Z","modified_at":"2026-01-17T14:09:09.000Z","name":"Kolby Miller","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114598888992544","imei1":"114598888992544","imei2":"114598888992544","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:09:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158652,"job_number":"JOB_158652","tr_customer_id":158669,"tr_customer_product_id":158659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:13:53.000Z","modified_at":"2026-01-17T14:13:53.000Z","name":"Lester Jacobson","mobile_number":"277-764-3142","email_id":"Wyman7@yahoo.com","dop":"2025-12-01","serial_number":"11870858857560","imei1":"11870858857560","imei2":"11870858857560","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:13:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158656,"job_number":"JOB_158656","tr_customer_id":158673,"tr_customer_product_id":158663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:14:19.000Z","modified_at":"2026-01-17T14:14:19.000Z","name":"Estelle Heaney","mobile_number":"810-724-6609","email_id":"Alexandrea_Aufderhar36@yahoo.com","dop":"2025-12-01","serial_number":"20656922137665","imei1":"20656922137665","imei2":"20656922137665","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:14:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158742,"job_number":"JOB_158742","tr_customer_id":158759,"tr_customer_product_id":158749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:02.000Z","modified_at":"2026-01-17T14:23:02.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"100385960228118","imei1":"100385960228118","imei2":"100385960228118","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158744,"job_number":"JOB_158744","tr_customer_id":158761,"tr_customer_product_id":158751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:03.000Z","modified_at":"2026-01-17T14:23:03.000Z","name":"Jalon Reinger","mobile_number":"657-464-9893","email_id":"Lou_Nienow@yahoo.com","dop":"2025-06-09","serial_number":"100642124675070","imei1":"100642124675070","imei2":"100642124675070","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158748,"job_number":"JOB_158748","tr_customer_id":158765,"tr_customer_product_id":158755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:18.000Z","modified_at":"2026-01-17T14:23:18.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"103831513078457","imei1":"103831513078457","imei2":"103831513078457","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158750,"job_number":"JOB_158750","tr_customer_id":158767,"tr_customer_product_id":158757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:18.000Z","modified_at":"2026-01-17T14:23:19.000Z","name":"Maida Wehner","mobile_number":"708-706-0938","email_id":"Tremayne.Lemke38@gmail.com","dop":"2025-06-09","serial_number":"103030205292523","imei1":"103030205292523","imei2":"103030205292523","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158753,"job_number":"JOB_158753","tr_customer_id":158770,"tr_customer_product_id":158760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:33.000Z","modified_at":"2026-01-17T14:23:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"105148546255345","imei1":"105148546255345","imei2":"105148546255345","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158756,"job_number":"JOB_158756","tr_customer_id":158773,"tr_customer_product_id":158763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T14:23:33.000Z","modified_at":"2026-01-17T14:23:33.000Z","name":"Eladio Goldner","mobile_number":"904-942-7964","email_id":"Heidi_Reynolds43@hotmail.com","dop":"2025-06-09","serial_number":"102316771377145","imei1":"102316771377145","imei2":"102316771377145","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T14:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158813,"job_number":"JOB_158813","tr_customer_id":158830,"tr_customer_product_id":158820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:41:54.000Z","modified_at":"2026-01-17T16:41:54.000Z","name":"Reyna Mohr","mobile_number":"296-899-0004","email_id":"Frieda85@yahoo.com","dop":"2025-11-09","serial_number":"57874044669091","imei1":"57874044669091","imei2":"57874044669091","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:41:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158819,"job_number":"JOB_158819","tr_customer_id":158836,"tr_customer_product_id":158826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:51:30.000Z","modified_at":"2026-01-17T16:51:30.000Z","name":"Rowan Robel","mobile_number":"792-545-1966","email_id":"Kacie.Koch@hotmail.com","dop":"2025-11-09","serial_number":"74850340132784","imei1":"74850340132784","imei2":"74850340132784","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158823,"job_number":"JOB_158823","tr_customer_id":158840,"tr_customer_product_id":158830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:56:30.000Z","modified_at":"2026-01-17T16:56:30.000Z","name":"Aimee Auer","mobile_number":"319-937-1738","email_id":"Esperanza43@yahoo.com","dop":"2025-11-09","serial_number":"25375359787120","imei1":"25375359787120","imei2":"25375359787120","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:56:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158824,"job_number":"JOB_158824","tr_customer_id":158841,"tr_customer_product_id":158831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:57:23.000Z","modified_at":"2026-01-17T16:57:23.000Z","name":"Bobby Kautzer","mobile_number":"582-461-1867","email_id":"Jason.Dietrich70@hotmail.com","dop":"2025-11-09","serial_number":"75143471341121","imei1":"75143471341121","imei2":"75143471341121","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158825,"job_number":"JOB_158825","tr_customer_id":158842,"tr_customer_product_id":158832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:57:31.000Z","modified_at":"2026-01-17T16:57:31.000Z","name":"Grayson Parisian","mobile_number":"805-726-6735","email_id":"Meagan4@yahoo.com","dop":"2025-11-09","serial_number":"37262570811936","imei1":"37262570811936","imei2":"37262570811936","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158826,"job_number":"JOB_158826","tr_customer_id":158843,"tr_customer_product_id":158833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T16:57:36.000Z","modified_at":"2026-01-17T16:57:36.000Z","name":"Russell Jacobs","mobile_number":"902-368-1265","email_id":"Niko_Conn8@gmail.com","dop":"2025-11-09","serial_number":"19754020528460","imei1":"19754020528460","imei2":"19754020528460","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T16:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158827,"job_number":"JOB_158827","tr_customer_id":158844,"tr_customer_product_id":158834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:01:44.000Z","modified_at":"2026-01-17T17:01:44.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Brian_Crist65@hotmail.com","dop":"2025-07-02","serial_number":"17483713850840","imei1":"17483713850840","imei2":"17483713850840","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:01:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158837,"job_number":"JOB_158837","tr_customer_id":158854,"tr_customer_product_id":158844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:19:34.000Z","modified_at":"2026-01-17T17:19:34.000Z","name":"Jackson Schulist","mobile_number":"205-372-8597","email_id":"Carlie63@gmail.com","dop":"2025-11-09","serial_number":"1082055512642662","imei1":"1082055512642662","imei2":"1082055512642662","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158839,"job_number":"JOB_158839","tr_customer_id":158856,"tr_customer_product_id":158846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:37:15.000Z","modified_at":"2026-01-17T17:37:15.000Z","name":"Jillian Dickinson","mobile_number":"947-812-1294","email_id":"Marjorie53@gmail.com","dop":"2025-11-09","serial_number":"76809446332231170","imei1":"76809446332231170","imei2":"76809446332231170","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:37:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158852,"job_number":"JOB_158852","tr_customer_id":158869,"tr_customer_product_id":158859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T17:55:04.000Z","modified_at":"2026-01-17T17:55:04.000Z","name":"Queenie Paucek","mobile_number":"368-617-5944","email_id":"Nellie73@yahoo.com","dop":"2025-11-09","serial_number":"64264506674218","imei1":"64264506674218","imei2":"64264506674218","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T17:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158857,"job_number":"JOB_158857","tr_customer_id":158874,"tr_customer_product_id":158864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:06:02.000Z","modified_at":"2026-01-17T18:06:02.000Z","name":"Eduardo Balistreri","mobile_number":"632-326-4829","email_id":"Camilla33@gmail.com","dop":"2025-11-09","serial_number":"30317247592805","imei1":"30317247592805","imei2":"30317247592805","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:06:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158858,"job_number":"JOB_158858","tr_customer_id":158875,"tr_customer_product_id":158865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:06:04.000Z","modified_at":"2026-01-17T18:06:04.000Z","name":"Lee Hauck","mobile_number":"423-492-5619","email_id":"Camille5@yahoo.com","dop":"2025-11-09","serial_number":"62915010271506","imei1":"62915010271506","imei2":"62915010271506","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:06:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158859,"job_number":"JOB_158859","tr_customer_id":158876,"tr_customer_product_id":158866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T18:06:06.000Z","modified_at":"2026-01-17T18:06:06.000Z","name":"Alan Moen","mobile_number":"333-924-4232","email_id":"Shanny.Kihn@gmail.com","dop":"2025-11-09","serial_number":"54874544257837","imei1":"54874544257837","imei2":"54874544257837","popurl":"2025-10-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-17T18:06:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158919,"job_number":"JOB_158919","tr_customer_id":158936,"tr_customer_product_id":158926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T02:57:39.000Z","modified_at":"2026-01-18T02:57:39.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"16999783582082","imei1":"16999783582082","imei2":"16999783582082","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T02:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158920,"job_number":"JOB_158920","tr_customer_id":158937,"tr_customer_product_id":158927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:02:19.000Z","modified_at":"2026-01-18T03:02:19.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"18960427744197","imei1":"18960427744197","imei2":"18960427744197","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:02:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158921,"job_number":"JOB_158921","tr_customer_id":158938,"tr_customer_product_id":158928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:02:45.000Z","modified_at":"2026-01-18T03:02:45.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"15413786821477","imei1":"15413786821477","imei2":"15413786821477","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:02:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158922,"job_number":"JOB_158922","tr_customer_id":158939,"tr_customer_product_id":158929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:02:49.000Z","modified_at":"2026-01-18T03:02:49.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"17488219712659","imei1":"17488219712659","imei2":"17488219712659","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:02:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158925,"job_number":"JOB_158925","tr_customer_id":158942,"tr_customer_product_id":158932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:13:51.000Z","modified_at":"2026-01-18T03:13:51.000Z","name":"Abhinav singh","mobile_number":"98999222","email_id":"abhu@00.com","dop":"2026-01-06","serial_number":"12888349326320","imei1":"12888349326320","imei2":"12888349326320","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:13:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158955,"job_number":"JOB_158955","tr_customer_id":158972,"tr_customer_product_id":158962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:54.000Z","modified_at":"2026-01-18T03:54:54.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Hillary44@yahoo.com","dop":"2025-07-02","serial_number":"16177264770331","imei1":"16177264770331","imei2":"16177264770331","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:54:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158972,"job_number":"JOB_158972","tr_customer_id":158989,"tr_customer_product_id":158979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:12.000Z","modified_at":"2026-01-18T03:55:12.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Rodrigo19@yahoo.com","dop":"2025-07-02","serial_number":"10075227066788","imei1":"10075227066788","imei2":"10075227066788","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158981,"job_number":"JOB_158981","tr_customer_id":158998,"tr_customer_product_id":158988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:28.000Z","modified_at":"2026-01-18T03:55:28.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Everett.Mueller56@gmail.com","dop":"2025-07-02","serial_number":"18222792591266","imei1":"18222792591266","imei2":"18222792591266","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159014,"job_number":"JOB_159014","tr_customer_id":159031,"tr_customer_product_id":159021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:52.000Z","modified_at":"2026-01-18T03:55:52.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"178587345595178","imei1":"178587345595178","imei2":"178587345595178","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159015,"job_number":"JOB_159015","tr_customer_id":159032,"tr_customer_product_id":159022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:52.000Z","modified_at":"2026-01-18T03:55:52.000Z","name":"Brice Spencer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"184379799057561","imei1":"184379799057561","imei2":"184379799057561","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159016,"job_number":"JOB_159016","tr_customer_id":159033,"tr_customer_product_id":159023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:52.000Z","modified_at":"2026-01-18T03:55:52.000Z","name":"Freddy Rippin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"184673928715690","imei1":"184673928715690","imei2":"184673928715690","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159018,"job_number":"JOB_159018","tr_customer_id":159035,"tr_customer_product_id":159025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:53.000Z","modified_at":"2026-01-18T03:55:53.000Z","name":"Sheridan Fay","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101742648038726","imei1":"101742648038726","imei2":"101742648038726","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159030,"job_number":"JOB_159030","tr_customer_id":159047,"tr_customer_product_id":159037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:04.000Z","modified_at":"2026-01-18T03:56:04.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"149772267174641","imei1":"149772267174641","imei2":"149772267174641","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159031,"job_number":"JOB_159031","tr_customer_id":159048,"tr_customer_product_id":159038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:05.000Z","modified_at":"2026-01-18T03:56:05.000Z","name":"Kamron Feest","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"150152032301002","imei1":"150152032301002","imei2":"150152032301002","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159032,"job_number":"JOB_159032","tr_customer_id":159049,"tr_customer_product_id":159039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:05.000Z","modified_at":"2026-01-18T03:56:05.000Z","name":"Roy Ullrich","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"137438777865228","imei1":"137438777865228","imei2":"137438777865228","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159033,"job_number":"JOB_159033","tr_customer_id":159050,"tr_customer_product_id":159040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:05.000Z","modified_at":"2026-01-18T03:56:05.000Z","name":"Neoma Ryan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102787594491808","imei1":"102787594491808","imei2":"102787594491808","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159039,"job_number":"JOB_159039","tr_customer_id":159056,"tr_customer_product_id":159046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:09.000Z","modified_at":"2026-01-18T03:56:09.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109629788642404","imei1":"109629788642404","imei2":"109629788642404","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159041,"job_number":"JOB_159041","tr_customer_id":159058,"tr_customer_product_id":159048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:09.000Z","modified_at":"2026-01-18T03:56:09.000Z","name":"Fleta Altenwerth","mobile_number":"959-270-3076","email_id":"Kelsie_Abernathy43@gmail.com","dop":"2025-06-09","serial_number":"101310913718039","imei1":"101310913718039","imei2":"101310913718039","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159065,"job_number":"JOB_159065","tr_customer_id":159082,"tr_customer_product_id":159072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"101640472927755","imei1":"101640472927755","imei2":"101640472927755","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159068,"job_number":"JOB_159068","tr_customer_id":159085,"tr_customer_product_id":159075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:24.000Z","name":"Ariane Schinner","mobile_number":"876-414-6433","email_id":"Sigrid_DAmore93@hotmail.com","dop":"2025-06-09","serial_number":"101218134558963","imei1":"101218134558963","imei2":"101218134558963","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159078,"job_number":"JOB_159078","tr_customer_id":159095,"tr_customer_product_id":159085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:38.000Z","modified_at":"2026-01-18T03:56:38.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"108819093702176","imei1":"108819093702176","imei2":"108819093702176","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159080,"job_number":"JOB_159080","tr_customer_id":159097,"tr_customer_product_id":159087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:39.000Z","modified_at":"2026-01-18T03:56:39.000Z","name":"Lori Mante","mobile_number":"830-863-8987","email_id":"Sofia37@hotmail.com","dop":"2025-06-09","serial_number":"104125942069702","imei1":"104125942069702","imei2":"104125942069702","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-18T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 319e5e35-a0ec-467f-8da2-fbb9afd9817d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-334nzV3z++vP7XmBCQ6LzhxSAWI"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MTR9.LBcDU9o4JphquAVEaz1_5pfVR7ADxkWIIhvwjJlFYAY"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MTR9.LBcDU9o4JphquAVEaz1_5pfVR7ADxkWIIhvwjJlFYAY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3b510774-021c-49f9-82be-22b15eae284e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 163B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MTR9.LBcDU9o4JphquAVEaz1_5pfVR7ADxkWIIhvwjJlFYAY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2416e4a2-aaf9-4c0c-9649-1022914b121b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 163
ETag W/"a3-il74WlzwDR1Rs39Fh6I+6Yf3tK8"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":5},{"label":"Repair completed","key":"repair_completed","count":97}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 4.8KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MTR9.LBcDU9o4JphquAVEaz1_5pfVR7ADxkWIIhvwjJlFYAY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7fbbd0a5-9908-4300-ad71-ea8d15a0dae7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1332-rU+zsZMxwU0MMFbZHRsqLS/yjZI"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 18 Jan 2026 06:15:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":158515,"job_number":"JOB_158515","tr_customer_id":158532,"tr_customer_product_id":158522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:06:03.000Z","modified_at":"2026-01-17T07:06:34.000Z","name":"Reuben Boyer","mobile_number":"990-554-7335","email_id":"Tyrese_Mills@hotmail.com","dop":"2025-12-03","serial_number":"58537310330916","imei1":"58537310330916","imei2":"58537310330916","popurl":"2025-12-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-17T07:06:34.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":158893,"job_number":"JOB_158893","tr_customer_id":158910,"tr_customer_product_id":158900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:25:17.000Z","modified_at":"2026-01-17T21:12:13.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"87132684662913","imei1":"87132684662913","imei2":"87132684662913","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-17T21:12:13.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":158903,"job_number":"JOB_158903","tr_customer_id":158920,"tr_customer_product_id":158910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:03:19.000Z","modified_at":"2026-01-17T21:04:06.000Z","name":"d d","mobile_number":"4545454545","email_id":"ww@gmail.com","dop":"2026-01-17","serial_number":"565765755585885","imei1":"565765755585885","imei2":"565765755585885","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-17T21:04:06.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":158934,"job_number":"JOB_158934","tr_customer_id":158951,"tr_customer_product_id":158941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:51.000Z","modified_at":"2026-01-18T03:30:02.000Z","name":"Mavis O'Connell","mobile_number":"442-453-2063","email_id":"Nelle.Pfeffer@hotmail.com","dop":"2025-04-06","serial_number":"15410425451321","imei1":"15410425451321","imei2":"15410425451321","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-18T03:30:02.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":159199,"job_number":"JOB_159199","tr_customer_id":159216,"tr_customer_product_id":159206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T06:15:09.000Z","modified_at":"2026-01-18T06:15:13.000Z","name":"Richmond Gislason","mobile_number":"836-628-6534","email_id":"Robin_Cartwright@gmail.com","dop":"2025-11-04","serial_number":"53197523457263","imei1":"53197523457263","imei2":"53197523457263","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-18T06:15:13.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MTR9.LBcDU9o4JphquAVEaz1_5pfVR7ADxkWIIhvwjJlFYAY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7c8e181d-f142-4c03-b3ca-3cb2049e2da1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 287ms
Mean size per request: 5.93KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MTR9.LBcDU9o4JphquAVEaz1_5pfVR7ADxkWIIhvwjJlFYAY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 06e78789-805c-43d7-aef2-fac84a92a5b6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"17b9-UmCxcq+dOT4FG/1ym92aIXryvWg"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 18 Jan 2026 06:15:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":159199,"job_number":"JOB_159199","tr_customer_id":159216,"tr_customer_product_id":159206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T06:15:09.000Z","modified_at":"2026-01-18T06:15:13.000Z","name":"Richmond Gislason","mobile_number":"836-628-6534","email_id":"Robin_Cartwright@gmail.com","dop":"2025-11-04","serial_number":"53197523457263","imei1":"53197523457263","imei2":"53197523457263","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-18T06:15:13.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":159199,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-18T06:15:09.000Z"}],"quatations":[]},{"id":158934,"job_number":"JOB_158934","tr_customer_id":158951,"tr_customer_product_id":158941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:51.000Z","modified_at":"2026-01-18T03:30:02.000Z","name":"Mavis O'Connell","mobile_number":"442-453-2063","email_id":"Nelle.Pfeffer@hotmail.com","dop":"2025-04-06","serial_number":"15410425451321","imei1":"15410425451321","imei2":"15410425451321","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-18T03:30:02.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":158934,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-18T03:29:51.000Z"}],"quatations":[]},{"id":158903,"job_number":"JOB_158903","tr_customer_id":158920,"tr_customer_product_id":158910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:03:19.000Z","modified_at":"2026-01-17T21:04:06.000Z","name":"d d","mobile_number":"4545454545","email_id":"ww@gmail.com","dop":"2026-01-17","serial_number":"565765755585885","imei1":"565765755585885","imei2":"565765755585885","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-17T21:04:06.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":158903,"remark":"d","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-17T21:03:19.000Z"}],"quatations":[]},{"id":158893,"job_number":"JOB_158893","tr_customer_id":158910,"tr_customer_product_id":158900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T19:25:17.000Z","modified_at":"2026-01-17T21:12:13.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"87132684662913","imei1":"87132684662913","imei2":"87132684662913","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-17T21:12:13.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":158893,"remark":"slow","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-17T19:25:17.000Z"},{"id":1,"name":"Smartphone is running slow","tr_job_head_id":158893,"remark":"low","added_by":"Mark zuk","role_name":"Engineer","created_at":"2026-01-17T20:10:54.000Z"}],"quatations":[]},{"id":158515,"job_number":"JOB_158515","tr_customer_id":158532,"tr_customer_product_id":158522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T07:06:03.000Z","modified_at":"2026-01-17T07:06:34.000Z","name":"Reuben Boyer","mobile_number":"990-554-7335","email_id":"Tyrese_Mills@hotmail.com","dop":"2025-12-03","serial_number":"58537310330916","imei1":"58537310330916","imei2":"58537310330916","popurl":"2025-12-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-17T07:06:34.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":158515,"remark":"Bad Condition","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-17T07:06:03.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MTR9.LBcDU9o4JphquAVEaz1_5pfVR7ADxkWIIhvwjJlFYAY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 22c67f34-bbc8-4b77-bbd2-c2a535910790
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 18 Jan 2026 06:15:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MTR9.LBcDU9o4JphquAVEaz1_5pfVR7ADxkWIIhvwjJlFYAY
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token acf26ff2-29b7-4908-8b42-f2a30579b550
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":159199,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 249ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f55bc96b-e3a4-49dc-bcc9-8d84f6180a30
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-dRhmMtTfYC4/358cSHVs93hA05Q"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODcxNjkxNn0.HkS_gxBMJ9adr1JvPOfuCRTI-PHCqLXx17IxuhkBa_c"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 248ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODcxNjkxNn0.HkS_gxBMJ9adr1JvPOfuCRTI-PHCqLXx17IxuhkBa_c
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5b2ef612-15f4-44b1-94f3-25d24b63bd66
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 272ms
Mean size per request: 201B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODcxNjkxNn0.HkS_gxBMJ9adr1JvPOfuCRTI-PHCqLXx17IxuhkBa_c
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 65738e52-da88-4493-a406-9d75171e7344
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 201
ETag W/"c9-1tTMfGa8nG9oOW703XnL6YdmjrU"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":98},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODcxNjkxNn0.HkS_gxBMJ9adr1JvPOfuCRTI-PHCqLXx17IxuhkBa_c
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 48761696-204d-44e2-b462-227e9d8edbf2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 272ms
Mean size per request: 94.66KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODcxNjkxNn0.HkS_gxBMJ9adr1JvPOfuCRTI-PHCqLXx17IxuhkBa_c
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7d9d99b6-1d3e-4742-a4ae-eff6f15913ff
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"17aa2-AKsThD2vrqZYu0Y3FAQ9ZjyhrKE"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 18 Jan 2026 06:15:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":158905,"job_number":"JOB_158905","tr_customer_id":158922,"tr_customer_product_id":158912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-17T21:05:53.000Z","modified_at":"2026-01-18T04:19:10.000Z","name":"Vinay KB","mobile_number":"2345678906","email_id":"vkb@gmail.com","dop":"2026-01-17","serial_number":"59683443255409","imei1":"59683443255409","imei2":"59683443255409","popurl":"2026-01-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158924,"job_number":"JOB_158924","tr_customer_id":158941,"tr_customer_product_id":158931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:10:02.000Z","modified_at":"2026-01-18T04:16:43.000Z","name":"Ramesh Kaginakar","mobile_number":"1234567890","email_id":"abc@gmail.com","dop":"2025-12-10","serial_number":"12345678901234","imei1":"12345678900168","imei2":"12345678900168","popurl":"2025-12-10T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:16:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158926,"job_number":"JOB_158926","tr_customer_id":158943,"tr_customer_product_id":158933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:19:27.000Z","modified_at":"2026-01-18T03:20:01.000Z","name":"Jany Schumm","mobile_number":"819-669-9321","email_id":"Dolores_Cummings@gmail.com","dop":"2025-04-06","serial_number":"16220468222119","imei1":"16220468222119","imei2":"16220468222119","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158928,"job_number":"JOB_158928","tr_customer_id":158945,"tr_customer_product_id":158935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:20:07.000Z","modified_at":"2026-01-18T03:20:40.000Z","name":"Mack Effertz","mobile_number":"203-820-2100","email_id":"Rubie65@gmail.com","dop":"2025-04-06","serial_number":"12788823772398","imei1":"12788823772398","imei2":"12788823772398","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158930,"job_number":"JOB_158930","tr_customer_id":158947,"tr_customer_product_id":158937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:20:47.000Z","modified_at":"2026-01-18T03:21:20.000Z","name":"Bette Gerlach","mobile_number":"896-787-1809","email_id":"Dereck_Walsh24@hotmail.com","dop":"2025-04-06","serial_number":"16172502981161","imei1":"16172502981161","imei2":"16172502981161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:21:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158937,"job_number":"JOB_158937","tr_customer_id":158954,"tr_customer_product_id":158944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:31:51.000Z","modified_at":"2026-01-18T03:32:25.000Z","name":"Kaelyn Ernser","mobile_number":"276-837-8785","email_id":"Kenyatta64@gmail.com","dop":"2025-04-06","serial_number":"13302347146939","imei1":"13302347146939","imei2":"13302347146939","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:32:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158939,"job_number":"JOB_158939","tr_customer_id":158956,"tr_customer_product_id":158946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:32:31.000Z","modified_at":"2026-01-18T03:33:05.000Z","name":"Alexandre Konopelski","mobile_number":"676-672-9577","email_id":"Justice_Reinger@yahoo.com","dop":"2025-04-06","serial_number":"16076634674188","imei1":"16076634674188","imei2":"16076634674188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:33:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158941,"job_number":"JOB_158941","tr_customer_id":158958,"tr_customer_product_id":158948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:33:12.000Z","modified_at":"2026-01-18T03:33:45.000Z","name":"Hillary Rau","mobile_number":"390-865-7429","email_id":"Aiden.Greenfelder@gmail.com","dop":"2025-04-06","serial_number":"17243360628534","imei1":"17243360628534","imei2":"17243360628534","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:33:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158943,"job_number":"JOB_158943","tr_customer_id":158960,"tr_customer_product_id":158950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:36.000Z","modified_at":"2026-01-18T03:55:12.000Z","name":"Benton Ryan","mobile_number":"955-935-3229","email_id":"Jake6@gmail.com","dop":"2025-04-06","serial_number":"17064670616331","imei1":"17064670616331","imei2":"17064670616331","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158944,"job_number":"JOB_158944","tr_customer_id":158961,"tr_customer_product_id":158951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:37.000Z","modified_at":"2026-01-18T03:54:46.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"14592451049480","imei1":"14592451049480","imei2":"14592451049480","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:54:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158947,"job_number":"JOB_158947","tr_customer_id":158964,"tr_customer_product_id":158954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:43.000Z","modified_at":"2026-01-18T03:55:19.000Z","name":"Toni Hessel","mobile_number":"822-867-3534","email_id":"Baron_Hansen70@gmail.com","dop":"2025-04-06","serial_number":"12146443770103","imei1":"12146443770103","imei2":"12146443770103","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158950,"job_number":"JOB_158950","tr_customer_id":158967,"tr_customer_product_id":158957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:48.000Z","modified_at":"2026-01-18T03:55:24.000Z","name":"Greyson Hudson","mobile_number":"447-911-9854","email_id":"Charlie20@yahoo.com","dop":"2025-06-18","serial_number":"10814948618389","imei1":"10814948618389","imei2":"10814948618389","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158951,"job_number":"JOB_158951","tr_customer_id":158968,"tr_customer_product_id":158958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:48.000Z","modified_at":"2026-01-18T03:55:24.000Z","name":"Leann Kohler","mobile_number":"616-903-0282","email_id":"Zaria24@hotmail.com","dop":"2025-04-06","serial_number":"12643092197072","imei1":"12643092197072","imei2":"12643092197072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158953,"job_number":"JOB_158953","tr_customer_id":158970,"tr_customer_product_id":158960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:49.000Z","modified_at":"2026-01-18T03:54:58.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"89701185008134","imei1":"89701185008134","imei2":"89701185008134","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:54:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158957,"job_number":"JOB_158957","tr_customer_id":158974,"tr_customer_product_id":158964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:55.000Z","modified_at":"2026-01-18T03:55:31.000Z","name":"Philip Spinka","mobile_number":"994-378-0101","email_id":"Taurean_Funk@gmail.com","dop":"2025-04-06","serial_number":"19239000819803","imei1":"19239000819803","imei2":"19239000819803","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158960,"job_number":"JOB_158960","tr_customer_id":158977,"tr_customer_product_id":158967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:56.000Z","modified_at":"2026-01-18T03:55:32.000Z","name":"Tate Greenholt","mobile_number":"729-959-9597","email_id":"Betsy44@yahoo.com","dop":"2025-04-06","serial_number":"13483793813665","imei1":"13483793813665","imei2":"13483793813665","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158961,"job_number":"JOB_158961","tr_customer_id":158978,"tr_customer_product_id":158968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:54:57.000Z","modified_at":"2026-01-18T03:55:31.000Z","name":"Duncan Collier","mobile_number":"269-443-8960","email_id":"Mina_Russel@yahoo.com","dop":"2025-04-06","serial_number":"11758303035972","imei1":"11758303035972","imei2":"11758303035972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158965,"job_number":"JOB_158965","tr_customer_id":158982,"tr_customer_product_id":158972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:04.000Z","modified_at":"2026-01-18T03:55:40.000Z","name":"Vaughn Haley","mobile_number":"751-435-2341","email_id":"Ian_Heaney@hotmail.com","dop":"2025-04-06","serial_number":"16373163828544","imei1":"16373163828544","imei2":"16373163828544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158967,"job_number":"JOB_158967","tr_customer_id":158984,"tr_customer_product_id":158974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:08.000Z","modified_at":"2026-01-18T03:55:45.000Z","name":"Christa Kemmer","mobile_number":"297-386-4109","email_id":"Leann.Ernser@gmail.com","dop":"2025-04-06","serial_number":"18005361775125","imei1":"18005361775125","imei2":"18005361775125","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158970,"job_number":"JOB_158970","tr_customer_id":158987,"tr_customer_product_id":158977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:09.000Z","modified_at":"2026-01-18T03:55:44.000Z","name":"Genesis Flatley","mobile_number":"804-393-9060","email_id":"Nathanial_Jacobson@yahoo.com","dop":"2025-04-06","serial_number":"11167568827578","imei1":"11167568827578","imei2":"11167568827578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158974,"job_number":"JOB_158974","tr_customer_id":158991,"tr_customer_product_id":158981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:18.000Z","modified_at":"2026-01-18T03:55:53.000Z","name":"Maybell Hills","mobile_number":"989-446-8889","email_id":"Pascale92@yahoo.com","dop":"2025-04-06","serial_number":"18848068655341","imei1":"18848068655341","imei2":"18848068655341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158979,"job_number":"JOB_158979","tr_customer_id":158996,"tr_customer_product_id":158986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:26.000Z","modified_at":"2026-01-18T03:56:01.000Z","name":"Dimitri Goyette","mobile_number":"319-502-8315","email_id":"Kitty_Lockman@hotmail.com","dop":"2025-04-06","serial_number":"19031017337786","imei1":"19031017337786","imei2":"19031017337786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158984,"job_number":"JOB_158984","tr_customer_id":159001,"tr_customer_product_id":158991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:31.000Z","modified_at":"2026-01-18T03:56:07.000Z","name":"Dustin Hayes","mobile_number":"752-267-0808","email_id":"Clark_Keebler29@hotmail.com","dop":"2025-06-18","serial_number":"10971319133964","imei1":"10971319133964","imei2":"10971319133964","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158985,"job_number":"JOB_158985","tr_customer_id":159002,"tr_customer_product_id":158992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:31.000Z","modified_at":"2026-01-18T03:56:07.000Z","name":"Antwon Reichert","mobile_number":"997-216-1387","email_id":"Aric70@gmail.com","dop":"2025-04-06","serial_number":"17099555143393","imei1":"17099555143393","imei2":"17099555143393","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158990,"job_number":"JOB_158990","tr_customer_id":159007,"tr_customer_product_id":158997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:37.000Z","modified_at":"2026-01-18T03:56:16.000Z","name":"Tyrese Schumm","mobile_number":"231-628-4546","email_id":"Joan_Hessel@yahoo.com","dop":"2000-01-31","serial_number":"10614842317378","imei1":"10614842317378","imei2":"10614842317378","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158991,"job_number":"JOB_158991","tr_customer_id":159008,"tr_customer_product_id":158998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:38.000Z","modified_at":"2026-01-18T03:56:12.000Z","name":"Jeramy Romaguera","mobile_number":"787-267-1367","email_id":"Audreanne8@hotmail.com","dop":"2025-04-06","serial_number":"12785879705304","imei1":"12785879705304","imei2":"12785879705304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158993,"job_number":"JOB_158993","tr_customer_id":159010,"tr_customer_product_id":159000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:38.000Z","modified_at":"2026-01-18T03:56:14.000Z","name":"Kassandra Berge","mobile_number":"504-319-2564","email_id":"Hunter_Fritsch@yahoo.com","dop":"2025-04-06","serial_number":"17958380500147","imei1":"17958380500147","imei2":"17958380500147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158999,"job_number":"JOB_158999","tr_customer_id":159016,"tr_customer_product_id":159006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:40.000Z","modified_at":"2026-01-18T03:56:15.000Z","name":"Kaden Gislason","mobile_number":"767-914-8852","email_id":"Thalia88@gmail.com","dop":"2025-04-06","serial_number":"15412717647720","imei1":"15412717647720","imei2":"15412717647720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159001,"job_number":"JOB_159001","tr_customer_id":159018,"tr_customer_product_id":159008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:40.000Z","modified_at":"2026-01-18T03:56:16.000Z","name":"Doris Skiles","mobile_number":"635-255-6745","email_id":"Colt35@yahoo.com","dop":"2025-04-06","serial_number":"11658379196792","imei1":"11658379196792","imei2":"11658379196792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159002,"job_number":"JOB_159002","tr_customer_id":159019,"tr_customer_product_id":159009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:40.000Z","modified_at":"2026-01-18T03:56:16.000Z","name":"Julian Bergstrom","mobile_number":"459-533-2896","email_id":"Linnie.Reinger@hotmail.com","dop":"2025-04-06","serial_number":"14858585471977","imei1":"14858585471977","imei2":"14858585471977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159009,"job_number":"JOB_159009","tr_customer_id":159026,"tr_customer_product_id":159016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:47.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"Madeline Jacobs","mobile_number":"514-968-7081","email_id":"Delores.Orn@yahoo.com","dop":"2025-04-06","serial_number":"19578618797378","imei1":"19578618797378","imei2":"19578618797378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159013,"job_number":"JOB_159013","tr_customer_id":159030,"tr_customer_product_id":159020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:51.000Z","modified_at":"2026-01-18T03:56:26.000Z","name":"Ursula Bradtke","mobile_number":"302-310-0015","email_id":"Dale65@gmail.com","dop":"2025-04-06","serial_number":"16113939395735","imei1":"16113939395735","imei2":"16113939395735","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159020,"job_number":"JOB_159020","tr_customer_id":159037,"tr_customer_product_id":159027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:56.000Z","modified_at":"2026-01-18T03:56:31.000Z","name":"Alba Rohan","mobile_number":"802-857-2938","email_id":"Moses66@yahoo.com","dop":"2025-04-06","serial_number":"12398716691813","imei1":"12398716691813","imei2":"12398716691813","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159023,"job_number":"JOB_159023","tr_customer_id":159040,"tr_customer_product_id":159030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:01.000Z","modified_at":"2026-01-18T03:56:36.000Z","name":"Ben Kuhn","mobile_number":"691-824-3322","email_id":"Daisy_Rutherford9@hotmail.com","dop":"2025-04-06","serial_number":"12037303054493","imei1":"12037303054493","imei2":"12037303054493","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159026,"job_number":"JOB_159026","tr_customer_id":159043,"tr_customer_product_id":159033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:02.000Z","modified_at":"2026-01-18T03:56:36.000Z","name":"Savanna Monahan","mobile_number":"462-706-2832","email_id":"Toby.Kuphal84@gmail.com","dop":"2025-06-26","serial_number":"10475853912111","imei1":"10475853912111","imei2":"10475853912111","popurl":"2025-06-27T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159035,"job_number":"JOB_159035","tr_customer_id":159052,"tr_customer_product_id":159042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:06.000Z","modified_at":"2026-01-18T03:56:42.000Z","name":"Randy Schmeler","mobile_number":"323-416-5949","email_id":"Alisha20@gmail.com","dop":"2025-04-06","serial_number":"17865956958461","imei1":"17865956958461","imei2":"17865956958461","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159038,"job_number":"JOB_159038","tr_customer_id":159055,"tr_customer_product_id":159045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:08.000Z","modified_at":"2026-01-18T03:56:44.000Z","name":"Kris Bergstrom","mobile_number":"508-383-2600","email_id":"Hazle.Krajcik@gmail.com","dop":"2025-04-06","serial_number":"13797358340007","imei1":"13797358340007","imei2":"13797358340007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159044,"job_number":"JOB_159044","tr_customer_id":159061,"tr_customer_product_id":159051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:11.000Z","modified_at":"2026-01-18T03:56:48.000Z","name":"Ernesto Moore","mobile_number":"677-862-9926","email_id":"Irma.Stanton44@yahoo.com","dop":"2025-04-06","serial_number":"17502561829918","imei1":"17502561829918","imei2":"17502561829918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159047,"job_number":"JOB_159047","tr_customer_id":159064,"tr_customer_product_id":159054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:14.000Z","modified_at":"2026-01-18T03:56:49.000Z","name":"Rahul Collins","mobile_number":"535-323-8143","email_id":"Joyce.Connelly@yahoo.com","dop":"2025-04-06","serial_number":"17396895026096","imei1":"17396895026096","imei2":"17396895026096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159050,"job_number":"JOB_159050","tr_customer_id":159067,"tr_customer_product_id":159057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:19.000Z","modified_at":"2026-01-18T03:56:52.000Z","name":"Jillian Hammes","mobile_number":"399-301-6953","email_id":"Fausto_Zboncak@hotmail.com","dop":"2025-04-06","serial_number":"15069239875856","imei1":"15069239875856","imei2":"15069239875856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159053,"job_number":"JOB_159053","tr_customer_id":159070,"tr_customer_product_id":159060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:20.000Z","modified_at":"2026-01-18T03:56:59.000Z","name":"Mandy Satterfield","mobile_number":"295-776-2741","email_id":"Hortense.Herman83@gmail.com","dop":"2025-04-06","serial_number":"13255645546171","imei1":"13255645546171","imei2":"13255645546171","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159055,"job_number":"JOB_159055","tr_customer_id":159072,"tr_customer_product_id":159062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:21.000Z","modified_at":"2026-01-18T03:56:57.000Z","name":"Hermina Mertz","mobile_number":"650-957-4349","email_id":"Lesly_Botsford@yahoo.com","dop":"2025-04-06","serial_number":"14525818112271","imei1":"14525818112271","imei2":"14525818112271","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159058,"job_number":"JOB_159058","tr_customer_id":159075,"tr_customer_product_id":159065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:22.000Z","modified_at":"2026-01-18T03:56:58.000Z","name":"Jadon Romaguera","mobile_number":"830-852-3877","email_id":"Rene95@hotmail.com","dop":"2025-04-06","serial_number":"12062052753301","imei1":"12062052753301","imei2":"12062052753301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159061,"job_number":"JOB_159061","tr_customer_id":159078,"tr_customer_product_id":159068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:23.000Z","modified_at":"2026-01-18T03:56:58.000Z","name":"Shannon Willms","mobile_number":"694-886-8947","email_id":"Gregory_Von9@yahoo.com","dop":"2025-04-06","serial_number":"13668261197857","imei1":"13668261197857","imei2":"13668261197857","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159063,"job_number":"JOB_159063","tr_customer_id":159080,"tr_customer_product_id":159070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:23.000Z","modified_at":"2026-01-18T03:57:01.000Z","name":"Sadye Zemlak","mobile_number":"574-577-9262","email_id":"Emery64@hotmail.com","dop":"2000-01-31","serial_number":"10361035499517","imei1":"10361035499517","imei2":"10361035499517","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159071,"job_number":"JOB_159071","tr_customer_id":159088,"tr_customer_product_id":159078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:30.000Z","modified_at":"2026-01-18T03:57:05.000Z","name":"Nellie McKenzie","mobile_number":"404-256-8684","email_id":"Tommie98@yahoo.com","dop":"2025-04-06","serial_number":"18804189159794","imei1":"18804189159794","imei2":"18804189159794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159074,"job_number":"JOB_159074","tr_customer_id":159091,"tr_customer_product_id":159081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:33.000Z","modified_at":"2026-01-18T03:57:07.000Z","name":"Agnes Kilback","mobile_number":"239-766-5758","email_id":"Nina77@gmail.com","dop":"2025-04-06","serial_number":"19195918394177","imei1":"19195918394177","imei2":"19195918394177","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159077,"job_number":"JOB_159077","tr_customer_id":159094,"tr_customer_product_id":159084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:38.000Z","modified_at":"2026-01-18T03:57:12.000Z","name":"Guiseppe Johnston","mobile_number":"429-834-8255","email_id":"Maverick.Konopelski1@gmail.com","dop":"2025-04-06","serial_number":"18486497465696","imei1":"18486497465696","imei2":"18486497465696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159083,"job_number":"JOB_159083","tr_customer_id":159100,"tr_customer_product_id":159090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:43.000Z","modified_at":"2026-01-18T03:57:18.000Z","name":"Chadd Steuber","mobile_number":"451-894-2969","email_id":"Lottie_Glover@yahoo.com","dop":"2025-04-06","serial_number":"17629287627526","imei1":"17629287627526","imei2":"17629287627526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159086,"job_number":"JOB_159086","tr_customer_id":159103,"tr_customer_product_id":159093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:50.000Z","modified_at":"2026-01-18T03:57:25.000Z","name":"Roslyn Klocko","mobile_number":"532-235-3381","email_id":"Mac_Steuber@yahoo.com","dop":"2025-04-06","serial_number":"12786615718002","imei1":"12786615718002","imei2":"12786615718002","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159089,"job_number":"JOB_159089","tr_customer_id":159106,"tr_customer_product_id":159096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:55.000Z","modified_at":"2026-01-18T03:57:31.000Z","name":"Noble Hermann","mobile_number":"724-877-8268","email_id":"Mazie18@hotmail.com","dop":"2025-04-06","serial_number":"15240783714408","imei1":"15240783714408","imei2":"15240783714408","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159091,"job_number":"JOB_159091","tr_customer_id":159108,"tr_customer_product_id":159098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:56.000Z","modified_at":"2026-01-18T03:57:31.000Z","name":"Jessyca Ziemann","mobile_number":"260-864-3713","email_id":"Shaniya_Little@yahoo.com","dop":"2025-04-06","serial_number":"13874517797187","imei1":"13874517797187","imei2":"13874517797187","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159095,"job_number":"JOB_159095","tr_customer_id":159112,"tr_customer_product_id":159102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:59.000Z","modified_at":"2026-01-18T03:57:32.000Z","name":"Percival Purdy","mobile_number":"706-346-4165","email_id":"Zane_Daugherty70@gmail.com","dop":"2025-04-06","serial_number":"12534935834116","imei1":"12534935834116","imei2":"12534935834116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159098,"job_number":"JOB_159098","tr_customer_id":159115,"tr_customer_product_id":159105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:05.000Z","modified_at":"2026-01-18T03:57:40.000Z","name":"Athena Boehm","mobile_number":"602-616-5508","email_id":"Dovie.Cartwright9@yahoo.com","dop":"2025-04-06","serial_number":"12620694671011","imei1":"12620694671011","imei2":"12620694671011","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159100,"job_number":"JOB_159100","tr_customer_id":159117,"tr_customer_product_id":159107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:06.000Z","modified_at":"2026-01-18T03:57:44.000Z","name":"Nichole Rosenbaum","mobile_number":"751-523-9506","email_id":"Vickie_Grimes@yahoo.com","dop":"2025-04-06","serial_number":"18111139794010","imei1":"18111139794010","imei2":"18111139794010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159104,"job_number":"JOB_159104","tr_customer_id":159121,"tr_customer_product_id":159111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:09.000Z","modified_at":"2026-01-18T03:57:46.000Z","name":"Jay Davis","mobile_number":"612-378-8907","email_id":"Nya83@gmail.com","dop":"2000-01-31","serial_number":"10453109750065","imei1":"10453109750065","imei2":"10453109750065","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159107,"job_number":"JOB_159107","tr_customer_id":159124,"tr_customer_product_id":159114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:19.000Z","modified_at":"2026-01-18T03:57:53.000Z","name":"Vena Kling","mobile_number":"538-954-8062","email_id":"Marilyne23@gmail.com","dop":"2025-04-06","serial_number":"16525630311264","imei1":"16525630311264","imei2":"16525630311264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159110,"job_number":"JOB_159110","tr_customer_id":159127,"tr_customer_product_id":159117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:39.000Z","modified_at":"2026-01-18T03:58:14.000Z","name":"Belle Ullrich","mobile_number":"937-841-8368","email_id":"Chanelle73@yahoo.com","dop":"2025-04-06","serial_number":"19820439666902","imei1":"19820439666902","imei2":"19820439666902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159113,"job_number":"JOB_159113","tr_customer_id":159130,"tr_customer_product_id":159120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:52.000Z","modified_at":"2026-01-18T03:58:30.000Z","name":"Terrell Hettinger","mobile_number":"323-467-7652","email_id":"Jo.Deckow@hotmail.com","dop":"2025-04-06","serial_number":"18501209557801","imei1":"18501209557801","imei2":"18501209557801","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159116,"job_number":"JOB_159116","tr_customer_id":159133,"tr_customer_product_id":159123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:57:54.000Z","modified_at":"2026-01-18T03:58:31.000Z","name":"Barbara Powlowski","mobile_number":"978-990-2526","email_id":"Kamron47@gmail.com","dop":"2000-01-31","serial_number":"10824899581379","imei1":"10824899581379","imei2":"10824899581379","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:58:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159124,"job_number":"JOB_159124","tr_customer_id":159141,"tr_customer_product_id":159131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:06.000Z","modified_at":"2026-01-18T04:02:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35111757339726","imei1":"35111757339726","imei2":"35111757339726","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:02:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159131,"job_number":"JOB_159131","tr_customer_id":159148,"tr_customer_product_id":159138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:02:37.000Z","modified_at":"2026-01-18T04:02:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95837614501872","imei1":"95837614501872","imei2":"95837614501872","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:02:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159138,"job_number":"JOB_159138","tr_customer_id":159155,"tr_customer_product_id":159145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:03:07.000Z","modified_at":"2026-01-18T04:03:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38245745566724","imei1":"38245745566724","imei2":"38245745566724","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:03:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159139,"job_number":"JOB_159139","tr_customer_id":159156,"tr_customer_product_id":159146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:35:38.000Z","modified_at":"2026-01-18T04:36:16.000Z","name":"Jaydon Rau","mobile_number":"954-764-1801","email_id":"Kristoffer41@gmail.com","dop":"2025-04-06","serial_number":"14920275058033","imei1":"14920275058033","imei2":"14920275058033","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:36:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159141,"job_number":"JOB_159141","tr_customer_id":159158,"tr_customer_product_id":159148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:36:24.000Z","modified_at":"2026-01-18T04:37:01.000Z","name":"Carlee Heaney","mobile_number":"231-304-7276","email_id":"Verdie_Morissette4@hotmail.com","dop":"2025-04-06","serial_number":"18551688384460","imei1":"18551688384460","imei2":"18551688384460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:37:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159143,"job_number":"JOB_159143","tr_customer_id":159160,"tr_customer_product_id":159150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:37:09.000Z","modified_at":"2026-01-18T04:37:46.000Z","name":"Cristobal O'Hara","mobile_number":"823-651-5583","email_id":"Kennith_DAmore29@hotmail.com","dop":"2025-04-06","serial_number":"19490553851209","imei1":"19490553851209","imei2":"19490553851209","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159148,"job_number":"JOB_159148","tr_customer_id":159165,"tr_customer_product_id":159155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:46:20.000Z","modified_at":"2026-01-18T04:46:30.000Z","name":"Dedrick Zieme","mobile_number":"402-616-8008","email_id":"Giles_Harris@gmail.com","dop":"2025-07-01","serial_number":"101389294631118","imei1":"101389294631118","imei2":"101389294631118","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:46:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159150,"job_number":"JOB_159150","tr_customer_id":159167,"tr_customer_product_id":159157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:46:32.000Z","modified_at":"2026-01-18T04:46:41.000Z","name":"Leonie Gislason","mobile_number":"384-614-4881","email_id":"Candace_Mitchell28@hotmail.com","dop":"2025-07-01","serial_number":"100464639279967","imei1":"100464639279967","imei2":"100464639279967","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:46:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159151,"job_number":"JOB_159151","tr_customer_id":159168,"tr_customer_product_id":159158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:48:42.000Z","modified_at":"2026-01-18T04:49:19.000Z","name":"Nathanial Koepp","mobile_number":"434-971-7428","email_id":"Mara.Williamson33@gmail.com","dop":"2025-04-06","serial_number":"10463330961064","imei1":"10463330961064","imei2":"10463330961064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:49:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159153,"job_number":"JOB_159153","tr_customer_id":159170,"tr_customer_product_id":159160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:49:26.000Z","modified_at":"2026-01-18T04:50:02.000Z","name":"Cleta Beahan","mobile_number":"370-386-7032","email_id":"Ethel.Abshire48@hotmail.com","dop":"2025-04-06","serial_number":"14136533686410","imei1":"14136533686410","imei2":"14136533686410","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159155,"job_number":"JOB_159155","tr_customer_id":159172,"tr_customer_product_id":159162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:50:08.000Z","modified_at":"2026-01-18T04:50:44.000Z","name":"Marcel Vandervort","mobile_number":"323-306-0493","email_id":"Elvis_Cole@yahoo.com","dop":"2025-04-06","serial_number":"11451756959112","imei1":"11451756959112","imei2":"11451756959112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159157,"job_number":"JOB_159157","tr_customer_id":159174,"tr_customer_product_id":159164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:50:27.000Z","modified_at":"2026-01-18T04:51:03.000Z","name":"Willard Sanford","mobile_number":"683-807-4268","email_id":"Dallas.Gleichner@hotmail.com","dop":"2025-04-06","serial_number":"12748072921401","imei1":"12748072921401","imei2":"12748072921401","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159159,"job_number":"JOB_159159","tr_customer_id":159176,"tr_customer_product_id":159166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:54:53.000Z","modified_at":"2026-01-18T04:55:30.000Z","name":"Eddie Tromp","mobile_number":"675-780-2070","email_id":"Jarred.Volkman82@yahoo.com","dop":"2025-04-06","serial_number":"14676057427219","imei1":"14676057427219","imei2":"14676057427219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159161,"job_number":"JOB_159161","tr_customer_id":159178,"tr_customer_product_id":159168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:55:37.000Z","modified_at":"2026-01-18T04:56:13.000Z","name":"Alayna Grimes","mobile_number":"431-710-4433","email_id":"Betty.Hodkiewicz1@hotmail.com","dop":"2025-04-06","serial_number":"14119917058239","imei1":"14119917058239","imei2":"14119917058239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:56:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159163,"job_number":"JOB_159163","tr_customer_id":159180,"tr_customer_product_id":159170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:19.000Z","modified_at":"2026-01-18T04:56:55.000Z","name":"Vincent Skiles","mobile_number":"758-349-2322","email_id":"Karen79@gmail.com","dop":"2025-04-06","serial_number":"16636337622619","imei1":"16636337622619","imei2":"16636337622619","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159165,"job_number":"JOB_159165","tr_customer_id":159182,"tr_customer_product_id":159172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:32.000Z","modified_at":"2026-01-18T04:57:08.000Z","name":"Melyna Stehr","mobile_number":"830-896-2908","email_id":"Kyleigh.Daniel@yahoo.com","dop":"2025-04-06","serial_number":"11084868153066","imei1":"11084868153066","imei2":"11084868153066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159167,"job_number":"JOB_159167","tr_customer_id":159184,"tr_customer_product_id":159174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T04:56:47.000Z","modified_at":"2026-01-18T04:57:24.000Z","name":"Lola Abbott","mobile_number":"323-801-8147","email_id":"Riley_Wilkinson@gmail.com","dop":"2025-04-06","serial_number":"15025310009345","imei1":"15025310009345","imei2":"15025310009345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T04:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159185,"job_number":"JOB_159185","tr_customer_id":159202,"tr_customer_product_id":159192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:30:29.000Z","modified_at":"2026-01-18T05:31:08.000Z","name":"Lenore Wolf","mobile_number":"964-402-7213","email_id":"Angelita.Miller@yahoo.com","dop":"2025-04-06","serial_number":"10371733018015","imei1":"10371733018015","imei2":"10371733018015","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159187,"job_number":"JOB_159187","tr_customer_id":159204,"tr_customer_product_id":159194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:31:16.000Z","modified_at":"2026-01-18T05:31:53.000Z","name":"Kale Schmitt","mobile_number":"459-785-0056","email_id":"Lorenzo85@hotmail.com","dop":"2025-04-06","serial_number":"18610333896538","imei1":"18610333896538","imei2":"18610333896538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:31:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159189,"job_number":"JOB_159189","tr_customer_id":159206,"tr_customer_product_id":159196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:32:01.000Z","modified_at":"2026-01-18T05:32:38.000Z","name":"Braden Murphy","mobile_number":"606-960-1840","email_id":"Fidel_Becker@yahoo.com","dop":"2025-04-06","serial_number":"12207085069731","imei1":"12207085069731","imei2":"12207085069731","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:32:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159191,"job_number":"JOB_159191","tr_customer_id":159208,"tr_customer_product_id":159198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:34:33.000Z","modified_at":"2026-01-18T05:35:10.000Z","name":"Flossie Turner","mobile_number":"771-892-2338","email_id":"Lela89@gmail.com","dop":"2025-04-06","serial_number":"11381430159661","imei1":"11381430159661","imei2":"11381430159661","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:35:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159193,"job_number":"JOB_159193","tr_customer_id":159210,"tr_customer_product_id":159200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:35:17.000Z","modified_at":"2026-01-18T05:35:54.000Z","name":"Alvena King","mobile_number":"570-598-9374","email_id":"Bertram60@gmail.com","dop":"2025-04-06","serial_number":"15419007783019","imei1":"15419007783019","imei2":"15419007783019","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:35:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159195,"job_number":"JOB_159195","tr_customer_id":159212,"tr_customer_product_id":159202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:36:00.000Z","modified_at":"2026-01-18T05:36:37.000Z","name":"Geovanni Strosin","mobile_number":"300-228-1477","email_id":"Turner_Schowalter18@hotmail.com","dop":"2025-04-06","serial_number":"11383930952877","imei1":"11383930952877","imei2":"11383930952877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158932,"job_number":"JOB_158932","tr_customer_id":158949,"tr_customer_product_id":158939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:30.000Z","modified_at":"2026-01-18T03:29:39.000Z","name":"saitama sensei","mobile_number":"230-519-9548","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"725903643398356","imei1":"725903643398356","imei2":"725903643398356","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:29:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158933,"job_number":"JOB_158933","tr_customer_id":158950,"tr_customer_product_id":158940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:41.000Z","modified_at":"2026-01-18T03:29:49.000Z","name":"tanjiro kamado","mobile_number":"296-428-6479","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"804461388162534","imei1":"804461388162534","imei2":"804461388162534","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:29:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158935,"job_number":"JOB_158935","tr_customer_id":158952,"tr_customer_product_id":158942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:29:52.000Z","modified_at":"2026-01-18T03:30:00.000Z","name":"giyu tomiaka","mobile_number":"324-542-5492","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"999385777625324","imei1":"999385777625324","imei2":"999385777625324","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":158996,"job_number":"JOB_158996","tr_customer_id":159013,"tr_customer_product_id":159003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:39.000Z","modified_at":"2026-01-18T03:55:49.000Z","name":"saitama sensei","mobile_number":"694-933-7780","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"530202172184830","imei1":"530202172184830","imei2":"530202172184830","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159011,"job_number":"JOB_159011","tr_customer_id":159028,"tr_customer_product_id":159018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:55:51.000Z","modified_at":"2026-01-18T03:56:00.000Z","name":"tanjiro kamado","mobile_number":"452-532-6914","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"191915586837297","imei1":"191915586837297","imei2":"191915586837297","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159024,"job_number":"JOB_159024","tr_customer_id":159041,"tr_customer_product_id":159031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:01.000Z","modified_at":"2026-01-18T03:56:22.000Z","name":"Darlene Windler","mobile_number":"249-613-8903","email_id":"Lauryn94@gmail.com","dop":"2025-10-01","serial_number":"19164354262556","imei1":"19164354262556","imei2":"19164354262556","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159027,"job_number":"JOB_159027","tr_customer_id":159044,"tr_customer_product_id":159034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:03.000Z","modified_at":"2026-01-18T03:56:12.000Z","name":"giyu tomiaka","mobile_number":"886-521-4839","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"222780630597118","imei1":"222780630597118","imei2":"222780630597118","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159040,"job_number":"JOB_159040","tr_customer_id":159057,"tr_customer_product_id":159047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:09.000Z","modified_at":"2026-01-18T03:56:20.000Z","name":"Cooper Johns","mobile_number":"359-443-8031","email_id":"Isabell64@gmail.com","dop":"2025-06-09","serial_number":"109786039721911","imei1":"109786039721911","imei2":"109786039721911","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159067,"job_number":"JOB_159067","tr_customer_id":159084,"tr_customer_product_id":159074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:24.000Z","modified_at":"2026-01-18T03:56:34.000Z","name":"Julien Hirthe","mobile_number":"860-335-2105","email_id":"Ayden_Beahan60@gmail.com","dop":"2025-06-09","serial_number":"100162265705180","imei1":"100162265705180","imei2":"100162265705180","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159079,"job_number":"JOB_159079","tr_customer_id":159096,"tr_customer_product_id":159086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T03:56:39.000Z","modified_at":"2026-01-18T03:56:49.000Z","name":"Francesco Gleason","mobile_number":"937-356-4401","email_id":"Fausto.Hintz@gmail.com","dop":"2025-06-09","serial_number":"109926212867122","imei1":"109926212867122","imei2":"109926212867122","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T03:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159169,"job_number":"JOB_159169","tr_customer_id":159186,"tr_customer_product_id":159176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:05:02.000Z","modified_at":"2026-01-18T05:05:12.000Z","name":"saitama sensei","mobile_number":"895-272-2162","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"426681459248247","imei1":"426681459248247","imei2":"426681459248247","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:05:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159170,"job_number":"JOB_159170","tr_customer_id":159187,"tr_customer_product_id":159177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:05:14.000Z","modified_at":"2026-01-18T05:05:23.000Z","name":"tanjiro kamado","mobile_number":"703-713-1794","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"172330681074013","imei1":"172330681074013","imei2":"172330681074013","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159171,"job_number":"JOB_159171","tr_customer_id":159188,"tr_customer_product_id":159178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T05:05:25.000Z","modified_at":"2026-01-18T05:05:34.000Z","name":"giyu tomiaka","mobile_number":"843-590-7689","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"425728670176347","imei1":"425728670176347","imei2":"425728670176347","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T05:05:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159197,"job_number":"JOB_159197","tr_customer_id":159214,"tr_customer_product_id":159204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T06:14:39.000Z","modified_at":"2026-01-18T06:14:51.000Z","name":"Pierce Nader","mobile_number":"520-344-7076","email_id":"Edgardo58@yahoo.com","dop":"2025-11-04","serial_number":"45218881219014","imei1":"45218881219014","imei2":"45218881219014","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T06:14:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":159198,"job_number":"JOB_159198","tr_customer_id":159215,"tr_customer_product_id":159205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T06:14:55.000Z","modified_at":"2026-01-18T06:15:05.000Z","name":"Lizeth Hartmann","mobile_number":"513-684-8091","email_id":"Jodie_Crist@yahoo.com","dop":"2025-11-04","serial_number":"36230247521315","imei1":"36230247521315","imei2":"36230247521315","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-18T06:15:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 297ms
Mean size per request: 1KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODcxNjkxNn0.HkS_gxBMJ9adr1JvPOfuCRTI-PHCqLXx17IxuhkBa_c
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 432304b8-d885-4ef4-8cfc-537a55a8a6c8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"405-7XkqwiI9lBrnNGzrYaf24tttEnY"
Vary Accept-Encoding
Content-Encoding gzip
Date Sun, 18 Jan 2026 06:15:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":159199,"job_number":"JOB_159199","tr_customer_id":159216,"tr_customer_product_id":159206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T06:15:09.000Z","modified_at":"2026-01-18T06:15:16.000Z","name":"Richmond Gislason","mobile_number":"836-628-6534","email_id":"Robin_Cartwright@gmail.com","dop":"2025-11-04","serial_number":"53197523457263","imei1":"53197523457263","imei2":"53197523457263","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-18T06:15:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODcxNjkxNn0.HkS_gxBMJ9adr1JvPOfuCRTI-PHCqLXx17IxuhkBa_c
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3b0775e2-2a7a-4db6-9b06-7150cf4a883b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 159199
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 294ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODcxNjkxNn0.HkS_gxBMJ9adr1JvPOfuCRTI-PHCqLXx17IxuhkBa_c
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 92c848fb-391a-4081-bc75-0836b014cbad
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 78dd1f70-bbd8-46d5-a072-76be28788446
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-m6m//CC/OJsBKAFJCFcPS9ktUes"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MTh9.OxV9-xDFG-cDxpiX4GYulxubH1b-vtQEq79dAVZX_jA"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDZ9.b8HXGWbA8rYPxzmM_6cNU-mIUKcH7v0q7nZSIqZ7m1k
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6272c312-a7f8-4b6e-93d2-9b04e8d10b25
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 264ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDZ9.b8HXGWbA8rYPxzmM_6cNU-mIUKcH7v0q7nZSIqZ7m1k
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5d4784ef-a92c-48ce-b7d3-a89101048d17
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-RKlFeIpURAokx79UfpGWraIk5QY"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":284},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 267ms
Mean size per request: 1020B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDZ9.b8HXGWbA8rYPxzmM_6cNU-mIUKcH7v0q7nZSIqZ7m1k
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e99a734a-db26-42c1-8c06-e327cc27e114
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1020
ETag W/"3fc-sP+1f/uUHxT7ytNhiyescg39wbM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":159199,"job_number":"JOB_159199","tr_customer_id":159216,"tr_customer_product_id":159206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T06:15:09.000Z","modified_at":"2026-01-18T06:15:18.000Z","name":"Richmond Gislason","mobile_number":"836-628-6534","email_id":"Robin_Cartwright@gmail.com","dop":"2025-11-04","serial_number":"53197523457263","imei1":"53197523457263","imei2":"53197523457263","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-18T06:15:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 266ms
Mean size per request: 1020B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDZ9.b8HXGWbA8rYPxzmM_6cNU-mIUKcH7v0q7nZSIqZ7m1k
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6cbe510b-a77f-4426-ae03-031dc5f57b27
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1020
ETag W/"3fc-sP+1f/uUHxT7ytNhiyescg39wbM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":159199,"job_number":"JOB_159199","tr_customer_id":159216,"tr_customer_product_id":159206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-18T06:15:09.000Z","modified_at":"2026-01-18T06:15:18.000Z","name":"Richmond Gislason","mobile_number":"836-628-6534","email_id":"Robin_Cartwright@gmail.com","dop":"2025-11-04","serial_number":"53197523457263","imei1":"53197523457263","imei2":"53197523457263","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-18T06:15:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDZ9.b8HXGWbA8rYPxzmM_6cNU-mIUKcH7v0q7nZSIqZ7m1k
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token eb5e0b8b-a7c1-4f40-873a-e0a77a96f3dd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 159199
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 255ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDZ9.b8HXGWbA8rYPxzmM_6cNU-mIUKcH7v0q7nZSIqZ7m1k
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e7ffd9da-9fa2-47dd-b53a-20b2ddc147e4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/159199
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njg3MTY5MDZ9.b8HXGWbA8rYPxzmM_6cNU-mIUKcH7v0q7nZSIqZ7m1k
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0e127e84-7c44-498f-9899-91526f2c8397
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Sun, 18 Jan 2026 06:15:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request